/* New announcement banner based on new MarComm style */
/* From https://aux.tamu.edu/v1.8.0/styles/aux-styles.css */
/* The circle info icon is https://aux.tamu.edu/icons/aux-prod-icons/circle-outline-info.svg */
/* The right angles icon is https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svg */
/* I changed .alert to .m365-storage-banner */

.m365-storage-banner.alert--banner-cta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0;
  padding: 1rem;
  background-color: #415779;

}

.m365-storage-banner.alert--banner-cta .alert__content {
  display: flex;
  align-items: flex-start;
  flex: 0 1 auto;
}

.m365-storage-banner.alert--banner-cta .alert__content .alert__heading {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}

.m365-storage-banner.alert--banner-cta .alert__content .alert__heading svg
{
  width: 1.125rem;
  height: 1.125rem;
  fill: #fff;
  line-height: 1.5;
  font-size: 1.125rem;
}

.m365-storage-banner.alert--banner-cta .alert__content .alert__heading h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.5;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-left: .5rem;
  margin-bottom: 0;
}

.m365-storage-banner.alert--banner-cta .alert__content .alert__heading h2::after
{
  content: ": ";
}

.m365-storage-banner.alert--banner-cta .alert__content .alert__description
{
  color: #fff;
  font-size: 1rem;
  line-height: 1.6875;
  font-family: "Open Sans", Arial, sans-serif;
  margin-left: .5rem;
  margin-bottom: 0;
}

.m365-storage-banner .alert__link .link--cta
{
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6875;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.m365-storage-banner .alert__link .link--cta:hover,
.m365-storage-banner .alert__link .link--cta:focus,
.m365-storage-banner .alert__link .link--cta:active
{
  color: #fff;
  text-decoration: underline;
}

.m365-storage-banner .alert__link svg
{
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

@media (max-width: 992px) {
  .m365-storage-banner.alert--banner-cta {
    width: 100%;
    flex-wrap: wrap;
  }
  .m365-storage-banner.alert--banner-cta .alert__content {
    width: 100%;
    flex-wrap: wrap;
  }
  .m365-storage-banner.alert--banner-cta .alert__content .alert__description {
    margin-left: 1.75rem;
  }
  .m365-storage-banner .alert__link {
    width: 100%;
    text-align: left;
    margin-left: 1.75rem;
    
  }
}