/* Homepage-only tweak for this one flip-cards block */
.af-homepage-flipcards > .dept-flip-cards-single-centered--header-full > .divider:first-child,
.af-homepage-flipcards > .dept-flip-cards-single-centered--header-full > .dept-flip-cards-single-centered__title-bar {
  display: none;
}

/* Pull cards up after removing header strip */
.af-homepage-flipcards > .dept-flip-cards-single-centered--header-full
  .section-content-wrapper.dept-flip-cards-single-centered__cards-section {
  padding-top: 1.5rem; /* tune to taste */
}

/* Optional: reduce the gap from the content block above */
.sbu-dept-main.sbu-dept-stack > .dept-content-snippet + .af-homepage-flipcards {
  margin-top: 0.5rem;
}

/* homepage-only override */
.dept-home-spotlight .section-content-wrapper.map-dir-cards-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* tighten heading-to-cards spacing */
.dept-home-spotlight > h2 {
  margin-bottom: 0.75rem;
}

/* Temporary Advancement-only cookie gate */
.dept-cookie-gate--locked {
    overflow: hidden;
  }
  
  .dept-cookie-gate__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    z-index: 9998;
  }
  
  .dept-cookie-gate {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #002244; /* navy */
    color: #ffffff;
    border-top: 4px solid #990000; /* red accent */
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.35);
  }
  
  .dept-cookie-gate__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 1.625rem calc(1rem + env(safe-area-inset-bottom));
    display: grid;
    gap: 0.85rem 1.25rem;
  }
  
  .dept-cookie-gate__title {
    margin: 0 0 0.35rem;
    font-family: "Alumni Sans", sans-serif;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
	color: #ffffff;
  }
  
  .dept-cookie-gate__text {
    margin: 0;
    max-width: 75ch;
  }
  
  .dept-cookie-gate__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .dept-cookie-gate__actions .btn-global,
  .dept-cookie-gate__actions [class*="btn-global--"] {
    min-height: 44px;
  }
  
  @media (min-width: 900px) {
    .dept-cookie-gate__inner {
      grid-template-columns: 1fr auto;
      align-items: center;
    }
  
    .dept-cookie-gate__actions {
      justify-content: flex-end;
    }
  }
  
  /* Hide floating back-to-top while gate is active */
  .dept-cookie-gate--locked .dept-back-to-top {
    display: none;
  }

/* correct top padding on cards-news-4-column because of header added */
.cards-news-4-column {
  padding-top: 30px;
  padding-bottom: 72px;
}

/* social icons on 40underforty */
.social-icon-forty {
	display: inline-block;
	margin-right: 10px;
	transition: transform 0.2s ease;
}

.social-icon-forty:hover,
.social-icon-forty:focus {
	transform: translateY(-2px) scale(1.03);
}

.social-icon-forty:focus {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}