.jj-header-donate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(8, 43, 23, 0.14);
  border-radius: 999px;
  background: #fffdf8;
  box-shadow: 0 8px 22px rgba(8, 43, 23, 0.12);
  font-family: inherit;
}

.jj-header-donate-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.25s ease;
  white-space: nowrap;
}

.jj-header-donate-india {
  background: #e94b12;
  color: #fff !important;
}

.jj-header-donate-intl {
  background: #082b17;
  color: #fff !important;
}

.jj-header-flag {
  font-size: 18px;
  line-height: 1;
}

.jj-header-currency {
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.jj-header-divider {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff4ec;
  color: #e94b12;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid rgba(233, 75, 18, 0.18);
}

.jj-header-donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(8, 43, 23, 0.16);
}

@media (max-width: 767px) {
  .jj-header-donate {
    gap: 6px;
    padding: 5px;
  }

  .jj-header-donate-btn {
    min-height: 38px;
    padding: 0 12px;
    gap: 6px;
    font-size: 13px;
  }

  .jj-header-flag {
    font-size: 16px;
  }

  .jj-header-currency {
    font-size: 17px;
  }

  .jj-header-divider {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .jj-header-donate {
    width: 100%;
    justify-content: center;
  }

  .jj-header-donate-btn {
    flex: 1;
    padding: 0 10px;
  }
}
