.av-other-series-box {
    margin-top: 18px;
    margin-bottom: 18px;
}

.av-other-series-box h3 {
    margin: 0 0 12px 0;
    font-size: 17px;
    font-weight: 700;
    color: #172440;
}

.av-other-series-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 13px 14px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #e2e6ef;
    border-radius: 9px;
    color: #172440;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0 5px 16px rgba(23, 36, 64, 0.04);
    transition: all 0.18s ease;
}

.av-other-series-row:hover {
    border-color: #bfc9dd;
    box-shadow: 0 8px 22px rgba(23, 36, 64, 0.08);
    transform: translateY(-1px);
    text-decoration: none;
    color: #172440;
}

.av-series-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    min-width: 21px;
    border: 1px solid #8c99ad;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    color: #172440;
}

.av-series-main {
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-wrap: wrap;
}

.av-series-name {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.av-series-price {
    font-size: 14px;
    color: #303a4f;
}

.av-series-arrow {
    margin-left: auto;
    font-size: 20px;
    line-height: 1;
    color: #172440;
}

@media (max-width: 768px) {
    .av-other-series-row {
        align-items: flex-start;
    }

    .av-series-main {
        display: block;
    }

    .av-series-name,
    .av-series-price {
        display: block;
    }

    .av-series-price {
        margin-top: 3px;
    }
}
