:root {
  --oh-navy: #0b1220;
  --oh-navy-soft: #111b2e;
  --oh-blue: #1d4ed8;
  --oh-blue-light: #3b82f6;
  --oh-cyan: #06b6d4;
  --oh-gold: #f59e0b;
  --oh-emerald: #10b981;
  --oh-slate: #64748b;
  --oh-border: rgba(148, 163, 184, 0.18);
  --oh-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  --oh-radius: 1.25rem;
  --oh-radius-lg: 1.75rem;
  --oh-nav-height: 4.5rem;
}

.site-landing {
  background: #f8fafc;
  color: #0f172a;
  scroll-behavior: smooth;
}

.site-landing .masthead {
  padding-top: calc(var(--oh-nav-height) + 2rem);
  min-height: calc(100vh - 1rem);
}

.site-landing:has(.masthead) .site-nav {
  background: rgba(11, 18, 32, 0.92);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.site-landing * {
  box-sizing: border-box;
}

.site-landing h1,
.site-landing h2,
.site-landing h3,
.site-landing h4,
.site-landing h5,
.site-landing h6 {
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-landing p {
  color: var(--oh-slate);
}

/* Navigation */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: var(--oh-nav-height);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.site-nav.is-scrolled {
  background: rgba(11, 18, 32, 0.88);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

.site-nav .navbar {
  height: var(--oh-nav-height);
  padding: 0;
}

.site-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff !important;
}

.site-nav .brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--oh-blue-light), var(--oh-cyan));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
}

.site-nav .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem !important;
  transition: color 0.2s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: #fff !important;
}

.site-nav .nav-cta {
  margin-left: 0.5rem;
}

.site-nav .btn-nav {
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: none;
}

.site-nav .btn-nav-primary {
  background: linear-gradient(135deg, var(--oh-blue-light), var(--oh-cyan));
  color: #fff;
}

.site-nav .btn-nav-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.site-nav .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (max-width: 991px) {
  .site-nav .navbar-collapse {
    background: rgba(11, 18, 32, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    margin-top: 0.75rem;
    padding: 1rem;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* Shared section styles */
.home-section {
  padding: 5.5rem 0;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: var(--oh-blue);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}

.section-lead {
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

/* Hero */
.home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--oh-nav-height) + 3rem) 0 4rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.35), transparent 32%),
    radial-gradient(circle at 85% 10%, rgba(6, 182, 212, 0.28), transparent 28%),
    radial-gradient(circle at 70% 80%, rgba(16, 185, 129, 0.18), transparent 30%),
    linear-gradient(160deg, #07111f 0%, #0f2744 45%, #123b67 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/digitalbg.jpg") center/cover no-repeat;
  opacity: 0.18;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.2) 0%, rgba(7, 17, 31, 0.85) 100%);
}

.home-hero .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: center;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-logo-card {
  width: min(100%, 22rem);
  padding: 2rem;
  border-radius: var(--oh-radius-lg);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  box-shadow: var(--oh-shadow);
}

.hero-logo-card img {
  width: 100%;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}

.hero-kicker {
  color: var(--oh-cyan);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-title {
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.hero-title span {
  background: linear-gradient(135deg, #fff 20%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 36rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-hero-primary {
  background: linear-gradient(135deg, var(--oh-blue-light), var(--oh-cyan));
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35);
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-hero-accent {
  background: linear-gradient(135deg, var(--oh-gold), #fbbf24);
  color: #111827 !important;
}

.btn-hero-success {
  background: linear-gradient(135deg, var(--oh-emerald), #34d399);
  color: #fff !important;
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-subtitle,
  .section-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-meta,
  .hero-actions {
    justify-content: center;
  }
}

/* About / cards */
.home-about {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.feature-card,
.content-panel,
.pub-card,
.topic-card,
.date-card,
.fee-card {
  background: #fff;
  border: 1px solid var(--oh-border);
  border-radius: var(--oh-radius);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.feature-card {
  padding: 1.75rem;
  height: 100%;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 78, 216, 0.1);
  color: var(--oh-blue);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.content-panel {
  padding: 2rem;
}

.pub-list {
  display: grid;
  gap: 1rem;
}

.pub-card {
  padding: 1.25rem;
}

.pub-card-inner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.pub-card img {
  width: 5.5rem;
  height: 5.5rem;
  object-fit: cover;
  border-radius: 0.85rem;
  flex-shrink: 0;
}

.pub-badge {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #e0e7ff;
  color: #3730a3;
}

.pub-badge.isi {
  background: #fef3c7;
  color: #92400e;
}

@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .pub-card-inner {
    flex-direction: column;
  }
}

/* Topics */
.home-topics {
  background: var(--oh-navy);
  color: #fff;
}

.home-topics .section-title,
.home-topics .section-lead {
  color: #fff;
}

.home-topics .section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.topic-card {
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.topic-letter {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--oh-blue-light), var(--oh-cyan));
  font-weight: 800;
}

.topic-card p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .topics-grid {
    grid-template-columns: 1fr;
  }
}

/* Dates */
.home-dates {
  background:
    linear-gradient(rgba(248, 250, 252, 0.92), rgba(248, 250, 252, 0.96)),
    url("/assets/img/calendar.jpg") center/cover no-repeat;
}

.dates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.date-card {
  padding: 1.75rem 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.date-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--oh-blue-light), var(--oh-cyan));
}

.date-card:nth-child(2)::before {
  background: linear-gradient(90deg, #60a5fa, #38bdf8);
}

.date-card:nth-child(3)::before {
  background: linear-gradient(90deg, #34d399, #10b981);
}

.date-card:nth-child(4)::before {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.date-day {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--oh-blue);
  margin-bottom: 0.25rem;
}

.date-year {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--oh-slate);
  margin-bottom: 0.75rem;
}

.date-label {
  font-weight: 700;
  color: #0f172a;
}

@media (max-width: 991px) {
  .dates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .dates-grid {
    grid-template-columns: 1fr;
  }
}

/* Committee */
.home-committee {
  background: #fff;
}

.home-committee .table {
  border-radius: var(--oh-radius);
  overflow: hidden;
  border: 1px solid var(--oh-border);
}

.home-committee .table td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  color: #334155;
}

.home-committee h3 {
  font-size: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--oh-blue);
}

.chairperson-card {
  display: inline-block;
  margin-top: 1rem;
  padding: 1.25rem 2rem;
  border-radius: var(--oh-radius);
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(6, 182, 212, 0.08));
  border: 1px solid var(--oh-border);
  font-weight: 600;
  color: #0f172a;
}

/* Fees */
.home-fees {
  background: linear-gradient(135deg, #0b1220 0%, #123b67 55%, #0e7490 100%);
  color: #fff;
}

.home-fees .section-title,
.home-fees .section-lead {
  color: #fff;
}

.home-fees .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.fee-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
}

.fee-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.fee-card h3 {
  color: #fff;
  margin-bottom: 1rem;
}

.fee-card p {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 0.65rem;
}

.fee-amount {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.fee-amount small {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .fee-grid {
    grid-template-columns: 1fr;
  }
}

/* Gallery */
.home-gallery {
  background: #f1f5f9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 1;
  background: #cbd5e1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.45));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Previous editions */
.home-editions,
.home-editions-embed {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.home-editions {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.editions-layout {
  display: grid;
  grid-template-columns: 17rem 1fr;
  gap: 2rem;
  align-items: start;
}

.editions-sidebar-inner {
  position: sticky;
  top: calc(var(--oh-nav-height) + 1.5rem);
  padding: 1.5rem;
  border-radius: var(--oh-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.28), transparent 42%),
    linear-gradient(160deg, #1e40af 0%, #2563eb 45%, #1d4ed8 100%);
  color: #fff;
  border: 1px solid rgba(147, 197, 253, 0.22);
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.22);
}

.editions-sidebar-inner h3,
.editions-sidebar-inner p,
.editions-sidebar-inner a,
.editions-sidebar-inner span,
.editions-sidebar-inner i {
  color: #fff;
}

.editions-sidebar-title {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.editions-sidebar-lead {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.editions-sidebar .section-eyebrow {
  background: rgba(219, 234, 254, 0.16);
  color: #eff6ff !important;
}

.editions-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.editions-nav li + li {
  margin-top: 0.5rem;
}

.editions-nav a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(191, 219, 254, 0.18);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.editions-nav .edition-year {
  min-width: 3rem;
  font-size: 1rem;
  font-weight: 800;
}

.editions-nav a:hover {
  background: rgba(219, 234, 254, 0.18);
  border-color: rgba(219, 234, 254, 0.35);
  transform: translateX(4px);
  color: #fff;
  text-decoration: none;
}

.editions-nav .edition-label {
  flex: 1;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88) !important;
}

.editions-sidebar-note {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.82) !important;
}

.editions-main-lead {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.editions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.edition-card {
  padding: 1.5rem;
  border-radius: var(--oh-radius);
  background: #fff;
  border: 1px solid var(--oh-border);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.edition-card.is-current {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
}

.edition-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.edition-card-year {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
}

.edition-badge {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.1);
  color: var(--oh-blue);
  font-size: 0.75rem;
  font-weight: 700;
}

.edition-card-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 78, 216, 0.1);
  color: var(--oh-blue);
  font-size: 1.2rem;
}

.edition-card-copy {
  margin-bottom: 1.25rem;
}

.edition-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.edition-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none !important;
}

.edition-btn-primary {
  background: linear-gradient(135deg, var(--oh-blue-light), var(--oh-cyan));
  color: #fff !important;
}

.edition-btn-secondary {
  background: #eef2ff;
  color: var(--oh-blue) !important;
}

@media (max-width: 991px) {
  .editions-layout {
    grid-template-columns: 1fr;
  }

  .editions-sidebar-inner {
    position: static;
  }

  .editions-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact */
.home-contact {
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
}

.contact-card,
.contact-form-card {
  background: #fff;
  border: 1px solid var(--oh-border);
  border-radius: var(--oh-radius-lg);
  box-shadow: var(--oh-shadow);
  padding: 2rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-item-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(29, 78, 216, 0.1);
  color: var(--oh-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-form-card .form-control {
  border-radius: 0.85rem;
  border: 1px solid var(--oh-border);
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  height: auto;
}

.contact-form-card textarea.form-control {
  min-height: 8rem;
}

.btn-contact {
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  background: linear-gradient(135deg, var(--oh-blue-light), var(--oh-cyan));
  color: #fff;
  font-weight: 700;
}

.contact-map {
  margin-top: 2rem;
  border-radius: var(--oh-radius-lg);
  overflow: hidden;
  border: 1px solid var(--oh-border);
  box-shadow: var(--oh-shadow);
}

.contact-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer */
.site-footer {
  background: var(--oh-navy);
  color: rgba(255, 255, 255, 0.78);
  padding: 4rem 0 2rem;
}

.site-footer h5 {
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .footer-brand {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.site-footer .footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  margin-left: 0.5rem;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.16);
}