.kerlux-stock-wrapper {
    max-width: 1180px;
    margin: 60px auto;
    padding: 0 20px;
}

.kerlux-stock-form label {
    display: block;
    font-size: 26px;
    margin-bottom: 18px;
    color: #211734;
}

.kerlux-stock-search-row {
    display: grid;
    grid-template-columns: 1fr 220px 140px;
    gap: 12px;
    margin-bottom: 25px;
}

.kerlux-stock-search-row input,
.kerlux-stock-search-row select {
    height: 48px !important;
    padding: 0 16px !important;
    border: 1px solid #d8d8d8 !important;
    background: #fff !important;
    color: #211734 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
}

.kerlux-stock-search-row button {
    height: 48px;
    border: none;
    background: #5d7f9d;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.kerlux-stock-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.kerlux-stock-table th {
    background: #f6f6f6;
    padding: 14px;
    text-align: left;
    font-weight: 600;
}

.kerlux-stock-table td {
    padding: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.kerlux-stock-count {
    margin: 20px 0 10px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .kerlux-stock-search-row {
        grid-template-columns: 1fr;
    }
}

.page-id-7811 .l-section-h {
    padding-top: 10px !important;
}

.kerlux-ec-badge{
    display:inline-block;
    margin-left:8px;
    padding:2px 8px;
    border-radius:12px;
    font-size:11px;
    font-weight:700;
    line-height:1.4;
    color:#fff;
    background:#d97706;
    vertical-align:middle;
}