.ledwall-list-container,
.tco-form-container,
.ledwall-compare-container {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
    margin: 2em 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    font-family: inherit;
}

.ledwall-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.ledwall-list th,
.ledwall-list td,
.compare-table th,
.compare-table td {
    border: 1px solid #eee;
    padding: 0.5em 0.8em;
    text-align: left;
    font-size: 1em;
}

.ledwall-list th {
    background: #f7f7f7;
    position: sticky;
    top: 0;
    z-index: 2;
}
.ledwall-list tr:nth-child(even) {
    background: #fafaff;
}

.ledwall-list img {
    max-height: 50px;
    border-radius: 0.3em;
}

.filter-input {
    width: 80%;
    margin-top: 0.2em;
    font-size: 0.95em;
}

.ledwall-fav {
    font-size: 1.5em;
    color: #999;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}
.ledwall-fav[aria-checked="true"], .ledwall-fav.faved, .ledwall-fav.selected {
    color: #f9a825;
}

button, .button {
    padding: 0.4em 1em;
    border: none;
    background: #1a2435;
    color: #fff;
    border-radius: 0.4em;
    font-size: 1em;
    cursor: pointer;
    margin: 0.5em 0;
    transition: background 0.2s;
}
button:hover, .button:hover {
    background: #3a4c6f;
}

.ds-hinweis {
    margin-top: 1.5em;
    font-size: 0.88em;
    color: #777;
}
.tco-fields label,
.tco-selects label {
    display: block;
    margin-bottom: 1em;
    font-weight: 500;
}
.tco-fields input[type='range'] {
    width: 70%;
}
.tco-fields output {
    display: inline-block;
    margin-left: 0.5em;
    min-width: 2em;
    text-align: right;
}
.tco-fields span[title] {
    cursor: help;
    color: #4c6076;
    font-size: 1em;
    padding-left: 0.3em;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}
.compare-table th,
.compare-table td {
    border: 1px solid #e0e0e0;
    padding: 0.6em 0.8em;
}

@media (max-width: 700px) {
    .ledwall-list-container, .tco-form-container, .ledwall-compare-container {
        padding: 0.5em;
    }
    .ledwall-list th, .ledwall-list td, .compare-table th, .compare-table td {
        font-size: 0.92em;
        padding: 0.25em 0.5em;
    }
    button, .button {
        font-size: 0.95em;
        padding: 0.3em 0.8em;
    }
}
