/**
 * @file
 * Default styles for Open Berkeley brand Promo widgets.
 */

/**
 * NOTE: We should try to limit the styles here to structural things like
 * positioning, box sizing and visibility. Colors and fonts are the purview
 * of the theme and should only be used here when necessary to make the
 * unstyled default understandable.
 */

.openberkeley-widgets-promo,
.openberkeley-widgets-promo-image .openberkeley-widgets-label {
}

.openberkeley-widgets-promo .openberkeley-widgets-label,
.openberkeley-widgets-promo-image .openberkeley-widgets-label {
   text-align: center;
   padding: 40px 20px;
}

