/**
 * @file
 * Default styles for Open Berkeley brand Image widget.
 */

/**
 * 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-image {
}

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

.openberkeley-widgets-image .openberkeley-widgets-credit {
  font-style: italic;
}
