.wrapper {
    max-width: 950px;
    margin: auto;
    background: var(--service-box);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    margin-top: 150px;
}

h1 {
    margin-bottom: 25px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background: #facc15;
    color: white;
    padding: 14px;
    text-align: left;
}

td {
    padding: 14px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

tr:hover {
    background: #fafafa;
}

.search-container {
    margin-bottom: 25px !important;
}

.search-container #wasteSearch {
    width: 100% !important;
    padding: 15px !important;
    font-size: 16px !important;
    color: #111 !important;
    border: 2px solid #facc15 !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    background: white !important;
}

.search-container #wasteSearch:focus {
    outline: none !important;
    border-color: #eab308 !important;
    box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.3) !important;
}

#searchResult {
    margin-top: 15px !important;
    padding: 18px !important;
    border-radius: 10px !important;
    background: #f7f7f7 !important;
    display: none;
    line-height: 1.7;
}

.result-yes {
    color: green;
    font-weight: bold;
}

.result-no {
    color: red;
    font-weight: bold;
}

.waste-rules {
    padding-left: 20px;
    margin: 15px 0;
}

.waste-rules li {
    background: #f7f7f7;
    border-left: 4px solid #facc15;
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 8px;
    list-style: none;
    position: relative;
    line-height: 1.6;
}

li {
    margin-bottom: 10px;
    line-height: 1.6;
}