.vserpb-license-page {
    max-width: 1100px;
}

.vserpb-license-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.vserpb-license-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.vserpb-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.vserpb-card-header h2 {
    margin: 0;
    font-size: 18px;
}

.vserpb-badge {
    background: #2271b1;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.vserpb-field {
    margin-bottom: 16px;
}

.vserpb-field label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.vserpb-field .description {
    margin-top: 4px;
    font-size: 12px;
    color: #646970;
}






/* Activated state container */
.vserpb-license-status {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    margin-top: 4px;
}

/* Row with pill + date */
.vserpb-status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

/* Green pill */
.vserpb-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: #ecfdf3;
    color: #047857;
    border: 1px solid #a7f3d0;
}

/* Dot */
.vserpb-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

/* Activated date */
.vserpb-activated-date {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

/* Actions */
.vserpb-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Custom danger button */
.vserpb-btn-danger {
    background: #fff !important;
    border: 1px solid #fecaca !important;
    color: #b91c1c !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 6px 14px !important;
}

.vserpb-btn-danger:hover {
    background: #fef2f2 !important;
    border-color: #fca5a5 !important;
}

.vserpb-license-status {
    border-radius: 14px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    margin-bottom: 14px;
}

.vserpb-status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.vserpb-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
}

.vserpb-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* ACTIVE */
.vserpb-status-active {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.vserpb-status-active .vserpb-status-pill {
    background: #dcfce7;
    border-color: #86efac;
    color: #047857;
}

.vserpb-status-active .vserpb-status-dot {
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

/* INVALID */
.vserpb-status-invalid {
    background: #fff1f2;
    border-color: #fecdd3;
}

.vserpb-status-invalid strong {
    color: #9f1239;
}

.vserpb-error-text {
    margin-top: 6px;
    color: #be123c;
    font-size: 13px;
}

/* CHECKING */
.vserpb-status-checking {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.vserpb-status-checking strong {
    color: #1d4ed8;
}

.vserpb-checking-text {
    margin-top: 6px;
    color: #1e40af;
    font-size: 13px;
}

.vserpb-activated-date {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
}

.vserpb-check-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #6b7280;
}

.vserpb-actions {
    margin-top: 14px;
}

.vserpb-btn-danger {
    background: #fff !important;
    border: 1px solid #fecaca !important;
    color: #b91c1c !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    padding: 6px 14px !important;
}

.vserpb-btn-danger:hover {
    background: #fef2f2 !important;
    border-color: #fca5a5 !important;
}