.anchor-prices-page {
    padding: 40px 0 80px;
    color: #0b0c0e;
    font-family: "SuisseIntl", sans-serif;
    background: #fff;
}

.anchor-prices-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.anchor-prices-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0b0c0e;
}

.anchor-prices-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 13px;
    border-radius: 8px;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
}

.anchor-prices-search-field {
    flex: 1 1 220px;
    min-width: 0;
}

.anchor-prices-search-field input {
    width: 100%;
    height: 48px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 15px;
    font-family: inherit;
    color: #222;
    outline: none;
    background: #fff;
}

.anchor-prices-search-field input:focus {
    border-color: #00ccff;
    box-shadow: 0 0 0 3px rgba(0, 204, 255, 0.15);
}

.anchor-prices-search-btn,
.anchor-prices-clear-btn,
.anchor-prices-download-btn,
a.anchor-prices-download-btn {
    height: 48px;
    min-width: 105px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
}

.anchor-prices-search-btn {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.anchor-prices-search-btn:hover {
    background-color: #222;
}

.anchor-prices-clear-btn,
.anchor-prices-download-btn,
a.anchor-prices-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
}

.anchor-prices-clear-btn:hover,
.anchor-prices-download-btn:hover,
a.anchor-prices-download-btn:hover {
    background-color: #f5f5f5;
    color: #000;
}

.anchor-prices-download-btn:disabled {
    opacity: 0.6;
}

.anchor-prices-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 14px;
    color: #5c6370;
}

.anchor-prices-table-wrap {
    overflow-x: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 32px;
}

.anchor-prices-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.35;
}

.anchor-prices-archive-table {
    min-width: 640px;
}

.anchor-prices-archive-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 8px;
    color: #0b0c0e;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
}

.anchor-prices-archive-download:hover {
    background: #f5f5f5;
    color: #0b0c0e;
}

.anchor-prices-table thead th {
    background: #ebfaff;
    color: #0b0c0e;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    white-space: nowrap;
    border-bottom: 1px solid #d7f4ff;
}

.anchor-prices-table tbody td {
    padding: 12px 10px;
    border-bottom: 1px solid #f0f2f5;
    color: #222;
    text-align: center;
    vertical-align: middle;
}

.anchor-prices-table tbody tr:last-child td {
    border-bottom: none;
}

.anchor-prices-table tbody tr:hover td {
    background: #f7fdff;
}

.anchor-prices-loading-row td,
.anchor-prices-empty-row td,
.anchor-prices-error-row td {
    text-align: center;
    padding: 40px 16px;
    color: #5c6370;
    background: #fff;
}

.anchor-prices-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.anchor-prices-status.is-available {
    background: #ebfaff;
    color: #067;
}

.anchor-prices-status.is-unavailable {
    background: #f5f5f5;
    color: #666;
}

.anchor-prices-page #paginator {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .anchor-prices-page {
        padding: 56px 0 96px;
    }

    .anchor-prices-header h1 {
        font-size: 44px;
    }
}

@media (min-width: 1200px) {
    .anchor-prices-header h1 {
        font-size: 52px;
    }

    .anchor-prices-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .anchor-prices-search {
        min-width: 520px;
        max-width: 820px;
    }
}
