.lapPengadaan-container {
    width: 100%;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
}

.lapPengadaan-title {
    font-weight: 700;
    color: #1a3365;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', sans-serif;
}

/* ===== FILTER ===== */
.lapPengadaan-filterBox {
    margin-top: 2rem;
}

.lapPengadaan-input {
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    transition: 0.2s ease;
}

.lapPengadaan-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 51, 101, 0.2);
}

/* ===== TABLE ===== */
.lapPengadaan-tableWrapper {
    margin-top: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.lapPengadaan-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    min-width: 800px;
}

.lapPengadaan-table th {
    background: #f5f7fa;
    padding: 12px;
    font-size: 13px;
    text-transform: uppercase;
}

.lapPengadaan-table td {
    padding: 12px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

/* ===== BUTTON ===== */
.lapPengadaan-download {
    background-color: #1a3365;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    transition: 0.25s ease;
}

.lapPengadaan-download:hover {
    background-color: #142851;
    transform: translateY(-2px);
}

/* Responsiveness */
@media (max-width: 768px) {
    .lapPengadaan-container {
        margin: 20px auto;
        padding: 0 15px;
    }

    .lapPengadaan-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .lapPengadaan-filterBox .row > div {
        margin-bottom: 15px;
    }

    .lapPengadaan-input, .lapPengadaan-download {
        width: 100%;
        text-align: center;
    }
}
