.wtb-banco-container {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    max-width: 100%;
    overflow: hidden;
}

.wtb-banco-filters-sidebar {
    width: 250px;
    flex-shrink: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wtb-banco-filters-sidebar li {
    margin-bottom: 20px;
}

.wtb-banco-filters-sidebar label {
    display: block;
}

.wtb-banco-filters-sidebar .screen-reader-text {
    position: absolute;
    left: -9999px;
}

.wtb-banco-filters-sidebar .sf-input-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 4px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer !important;
    margin-bottom: 2px;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 300;
    text-align: left;
}

.wtb-banco-filters-sidebar .sf-input-select:hover {
    border-color: #e8e8e8;
}

.wtb-banco-filters-sidebar .sf-input-select:focus {
    border-color: #e8e8e8;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    outline: 0;
}

.wtb-banco-results {
    flex: 1;
    min-width: 0;
}

.result-post-block {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.result-post-image {
    width: 300px;
    flex-shrink: 0;
}

.result-post-image img {
    width: 100%;
    height: auto;
    border-radius: 0.375rem;
}

.result-post-information {
    flex: 1;
}

.result-post-information h2 {
    margin: 0 0 15px;
    font-size: 24px;
}

.result-post-information h2 a {
    text-decoration: none;
    color: #333;
}

.result-post-information h2 a:hover {
    color: #0d6efd;
}

.result-post-information p {
    margin-bottom: 15px;
    color: #6c757d;
}

.result-post-watch-video,
.result-post-read-more {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-right: 10px;
    text-decoration: none;
    background: #0d6efd;
    color: #fff;
    border-radius: 0.375rem;
    transition: all 0.2s;
}

.result-post-watch-video:hover,
.result-post-read-more:hover {
    background: #0b5ed7;
}

.result-post-date {
    margin-top: 15px;
    color: #6c757d;
    font-size: 0.875rem;
}

#wtb-banco-pagination {
    margin-top: 30px;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

#wtb-banco-pagination button {
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: white;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s;
}

#wtb-banco-pagination button:hover:not(:disabled) {
    background: #f8f9fa;
    border-color: #dee2e6;
}

#wtb-banco-pagination button:disabled {
    background: #D71E5C;
    color: white;
    border-color: #D71E5C;
    cursor: default;
}

#wtb-banco-pagination button[data-page]:not(:disabled) {
    color: #6c757d;
}

#wtb-banco-pagination button:not([data-page]) {
    background: #D71E5C;
    color: white;
    border-color: #D71E5C;
}

#wtb-banco-pagination button:not([data-page]):hover {
    background: #b81849;
    border-color: #b81849;
}
