.cfb-flag-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}

.cfb-flag-badge img {
  display: block;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.cfb-flag-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}

.cfb-flag-inline {
  margin-left: 6px;
}

.cfb-flag-inline img {
  width: 16px;
  height: 12px;
  border-radius: 2px;
}

.cfb-flag-inline .cfb-flag-emoji {
  min-width: 16px;
  height: 12px;
}

.cfb-flag-avatar {
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 3;
}

.cfb-avatar-host-post .cfb-flag-avatar {
  left: -3px;
  right: auto;
  bottom: -3px;
}

.cfb-flag-avatar img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.cfb-flag-avatar .cfb-flag-emoji {
  width: 16px;
  height: 16px;
}

.profile-avatar-wrapper .cfb-flag-avatar {
  right: 3px;
  bottom: 3px;
}

@media (max-width: 767px) {
  .cfb-flag-inline img {
    width: 14px;
    height: 10px;
  }

  .cfb-flag-inline .cfb-flag-emoji {
    min-width: 14px;
    height: 10px;
    font-size: 10px;
  }

  .cfb-flag-avatar img {
    width: 14px;
    height: 14px;
  }

  .cfb-flag-avatar .cfb-flag-emoji {
    width: 14px;
    height: 14px;
    font-size: 10px;
  }
}

.cfb-country-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.cfb-country-card {
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.cfb-country-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.cfb-country-desc {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 13px;
}

.cfb-country-error {
  min-height: 18px;
  margin: 8px 0 10px;
  color: #dc3545;
  font-size: 12px;
}
