.cliente-login-wrap {
    max-width: 440px;
    margin: 2rem auto;
}

.cliente-login-card {
    padding: 2rem;
}

.cliente-ag-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.25rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cliente-ag-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.cliente-ag-datetime {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: color-mix(in srgb, var(--cor-primaria) 8%, #fff);
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

/* Degradê contínuo no cabeçalho (uma faixa só, não por célula) */
.cliente-hist-table thead {
    background: linear-gradient(90deg, var(--cor-primaria) 0%, var(--cor-secundaria) 100%);
}

.cliente-hist-table thead th {
    background: transparent !important;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
}

.cliente-header {
    border-bottom: 1px solid #eef0f3;
}

@media (max-width: 768px) {
    .cliente-ag-card {
        margin-bottom: 0.75rem;
    }
    .cliente-hist-table {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .cliente-login-card { padding: 1.25rem; }
    .cliente-login-wrap {
        margin: 1rem auto;
        padding: 0 12px;
    }
    .cliente-ag-datetime {
        font-size: 0.82rem;
        flex-wrap: wrap;
    }
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}
