/* Public Styles - GoGetSSL Manager Customer Portal */
.gogssl-account-section {
    margin-bottom: 2rem;
}

.gogssl-account-section h2 {
    font-size: 1.25rem;
    color: #1e293b;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1e3a8a;
    font-weight: 600;
}

.gogssl-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.gogssl-table th,
.gogssl-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}

.gogssl-table th {
    background: #f8fafc;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #475569;
}

.gogssl-table tbody tr:hover {
    background: #f8fafc;
}

.gogssl-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.gogssl-status-active {
    background: #dcfce7;
    color: #166534;
}

.gogssl-status-pending {
    background: #fef9c3;
    color: #854d0e;
}

.gogssl-status-processing {
    background: #dbeafe;
    color: #1e40af;
}

.gogssl-status-failed {
    background: #fee2e2;
    color: #991b1b;
}

.gogssl-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.gogssl-detail-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.25rem;
}

.gogssl-detail-card h3 {
    font-size: 1rem;
    color: #1e293b;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gogssl-detail-card p {
    margin: 0.5rem 0;
    color: #475569;
    font-size: 0.95rem;
}

.gogssl-actions {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.25rem;
    margin-top: 1rem;
}

.gogssl-actions h3 {
    font-size: 1rem;
    color: #1e293b;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gogssl-note {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #64748b;
    background: #f8fafc;
    padding: 0.75rem;
    border-radius: 4px;
    border-left: 3px solid #1e3a8a;
}

@media screen and (max-width: 600px) {
    .gogssl-detail-grid {
        grid-template-columns: 1fr;
    }
}
