/* Upgrade to Premium — brand cyan/navy, simple premium */
.ag-premium-upgrade .ag-plan-card {
  border: 1.5px solid #E2E8F0 !important;
  box-shadow: none !important;
  background: #FFFFFF !important;
}

.ag-premium-upgrade .ag-plan-card.is-selected {
  border: 2px solid #00AEEF !important;
  box-shadow: 0 10px 28px rgba(0, 174, 239, 0.14) !important;
}

.ag-premium-upgrade .ag-plan-name {
  font-size: 16px !important;
  font-weight: 800 !important;
  font-family: 'Outfit', sans-serif !important;
  color: #002347 !important;
  -webkit-text-fill-color: #002347 !important;
}

.ag-premium-upgrade .ag-plan-name--accent,
.ag-premium-upgrade .ag-plan-card.is-selected .ag-plan-name--accent {
  color: #00AEEF !important;
  -webkit-text-fill-color: #00AEEF !important;
}

.ag-premium-upgrade .ag-plan-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: #002347 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-size: 9px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 99px;
  letter-spacing: 0.4px;
}

.ag-premium-upgrade #upgrade-checkout-btn {
  background: #00AEEF !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  box-shadow: 0 10px 24px rgba(0, 174, 239, 0.28) !important;
}
