.application-country-group {
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #f8fafc;
}

.application-country-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #dbe4f0;
  background: #fff;
}

.application-country-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 700;
}

.application-country-head p {
  margin: 3px 0 0;
  color: var(--text-muted, #667085);
  font-size: 12px;
}

.application-country-head > span {
  flex: none;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: #16308f;
  font-size: 12px;
  font-weight: 600;
}

.application-country-body { padding: 16px; }
.application-round-group { margin-bottom: 18px; }
.application-round-group:last-child { margin-bottom: 0; }

.application-round-title {
  margin-bottom: 10px;
  padding: 7px 12px;
  border-left: 4px solid #1f3cff;
  border-radius: 6px;
  background: #eef3ff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
}

.application-country-body > .application-round-group > .card:last-child { margin-bottom: 0 !important; }

@media (max-width: 640px) {
  .application-country-head { padding: 12px 14px; }
  .application-country-body { padding: 12px; }
}
