.footer-credit {
  align-items: center;
  border-top: 1px solid rgba(215,182,91,.18);
  color: rgba(255,255,255,.42);
  display: flex;
  font-size: 10px;
  gap: 5px;
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: 4px;
  padding-top: 22px;
  transition: color .25s ease;
}
.footer-credit b { color: #e2c974; font-weight: 500; }
.footer-credit i { color: #e2c974; font-size: 12px; font-style: normal; margin-right: 3px; }
.footer-credit:hover { color: white; }
.upload-field.gender-locked { background: #f0eee8; border-color: #d8d4c9; cursor: not-allowed; opacity: .82; }
.upload-field.gender-locked .upload-icon { background: #8e9894; color: white; }
.upload-field.gender-locked::after { background: #173f35; border-radius: 999px; color: #f1dd9e; content: "الصورة الافتراضية مفعّلة"; font-size: 7px; left: 13px; padding: 5px 8px; position: absolute; top: 10px; }
.launch-nav-button { align-items: center; border: 1px solid rgba(215,182,91,.45); border-radius: 999px; color: #efd88f !important; display: flex; font-size: 10px !important; gap: 6px; padding: 7px 12px; }
.launch-nav-button span { animation: launch-link-pulse 2s ease-in-out infinite; }
.launch-hero-button { align-items: center; background: linear-gradient(135deg, #f0dc9b, #ba8c2d); border: 1px solid #f4e4ac; border-radius: 3px; box-shadow: 0 16px 48px rgba(216,181,83,.2); color: #082b24; display: inline-flex; font-size: 12px; font-weight: 700; gap: 28px; justify-content: space-between; padding: 15px 20px; transition: .3s ease; }
.launch-hero-button:hover { box-shadow: 0 20px 62px rgba(216,181,83,.34); transform: translateY(-3px); }
.launch-hero-button b { font-size: 14px; }
@keyframes launch-link-pulse { 50% { opacity: .4; transform: scale(.75); } }
@media (max-width: 760px) {
  .footer-credit { flex-wrap: wrap; line-height: 1.7; padding-inline: 15px; }
  .footer-credit b { width: 100%; }
  .launch-nav-button { font-size: 0 !important; height: 37px; justify-content: center; padding: 0; width: 37px; }
  .launch-nav-button span { font-size: 13px; }
  .topbar-actions > a.launch-nav-button:first-child { display: flex; }
  .topbar-actions > a[href="#honorees"] { display: none; }
}
