.sre-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    font-family: inherit;
}

.sre-search-bar {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    margin-bottom: 18px;
}

.sre-search-bar input,
.sre-search-bar button {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
}

.sre-search-bar button[type="submit"] {
    background: #1a6c7a;
    color: #fff;
    border-color: #1a6c7a;
    cursor: pointer;
}

.sre-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    padding: 0;
    font-size: 18px;
    line-height: 1;
}

.sre-sort-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.sre-sort-bar button {
    background: none;
    border: none;
    padding: 6px 4px;
    font: inherit;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    user-select: none;
}

.sre-sort-arrow {
    display: inline-block;
    width: 10px;
}

.sre-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sre-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
}

.sre-band-main {
    min-width: 0;
}

.sre-band-title {
    font-weight: 700;
}

.sre-band-meta {
    color: #888;
    font-size: 13px;
    margin-top: 2px;
}

.sre-band-links {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.sre-band-link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #ff0000;
}

.sre-count {
    margin: 0 0 12px;
    font-size: 13px;
    color: #666;
}

.sre-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.sre-page-btn {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #1a6c7a;
    text-decoration: none;
}

.sre-page-btn:hover:not(:disabled) {
    background: #1a6c7a;
    color: #fff;
    border-color: #1a6c7a;
}

.sre-page-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.sre-page-status {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .sre-search-bar {
        grid-template-columns: 1fr;
    }
}

.sre-single-card {
    background: #dff5e8;
    border: 1px solid #b7e4c7;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 16px;
}

.sre-single-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.sre-single-title {
    margin: 0 0 2px;
    font-size: 19px;
    line-height: 1.3;
}

.sre-single-note {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 14px;
    color: #3f6b52;
}

.sre-single-president {
    margin: 0 !important;
    font-size: 14px;
    color: #333;
}

.sre-single-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.sre-summary-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #2563eb;
}

.sre-single-items {
    margin: 6px 0 0 !important;
    padding-left: 18px;
    font-size: 14px;
}

.sre-single-items li {
    margin-bottom: 2px;
}

.sre-section-sep {
    border: none;
    border-top: 1px solid #ddd;
    margin: 24px 0;
}
