/* ThePricer Smart Links — Related Guides Block */
/* Scoped entirely to .tpsl-related */

.pricer-jump-accordion,
.pricer-jump-summary,
.pricer-jump-nav,
.pricer-jump-track,
.pricer-next-mid,
.pricer-next-pill {
    /* non-interference declaration */
}

.tpsl-related {
    margin: 28px 0 32px;
    padding: 0;
    border-top: 2px solid #1e40af;
    background: none;
}

.tpsl-related__label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1e40af;
    margin: 10px 0 8px 0;
    padding: 0;
}

.tpsl-related__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpsl-related__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e9eef3;
}

.tpsl-related__item:last-child {
    border-bottom: none;
}

.tpsl-related__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #1e3a8a !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

.tpsl-related__link:hover {
    color: #1e40af !important;
    text-decoration: none !important;
}

.tpsl-related__link svg {
    flex-shrink: 0;
    color: #1e40af;
    opacity: 0.35;
    transition: opacity 0.15s ease, transform 0.15s ease;
    min-width: 14px;
}

.tpsl-related__link:hover svg {
    opacity: 0.7;
    transform: translateX(2px);
}

@media (max-width: 600px) {
    .tpsl-related__link {
        font-size: 13px;
        padding: 9px 0;
    }
}
