/* ======== PORTAL LAYOUT ======== */

.hs-client-portal-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ======== SIDEBAR ======== */

.hs-client-sidebar {
    width: 260px;
    background: #f5f7fb;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e0e4f0;
}

.hs-client-sidebar h3 {
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.hs-client-sidebar a {
    display: block;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce1ee;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.hs-client-sidebar a:hover {
    background: #0056d6;
    color: #fff;
}

/* ======== CONTENT ======== */

.hs-client-content {
    flex: 1;
}

.hs-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e4f0;
    padding: 20px;
    margin-bottom: 20px;
}

.hs-card h2,
.hs-card h3 {
    margin-top: 0;
}

/* ======== FORM ======== */

.hs-client-content form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.hs-client-content form input,
.hs-client-content form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccd2e3;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.hs-btn-primary {
    background: #0056d6;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.hs-btn-primary:hover {
    background: #0042a8;
}

/* ======== LISTE ======== */

.hs-tender-list-item {
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #e0e4f0;
    background: #fff;
    margin-bottom: 10px;
}

.hs-tender-list-item strong {
    font-size: 1rem;
}
