.ap-side-card {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(14, 44, 71, 0.06);
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(14, 44, 71, 0.04);
    padding: 24px;
    margin: 0 0 20px;
    font-family: Inter, sans-serif;
}

.ap-side-card__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.7;
    text-transform: uppercase;
    color: #1b6b93;
}

.ap-side-related__list {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}
.ap-side-related__item {
    border-bottom: 1px solid rgba(14, 44, 71, 0.04);
}
.ap-side-related__item:last-child { border-bottom: none; }
.ap-side-related__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9.5px 0 10.59px;
    text-decoration: none;
}
.ap-side-related__arrow {
    flex: 0 0 auto;
    display: block;
    width: 9px;
    height: auto;
}
.ap-side-related__text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.7;
    color: #0e2c47;
}
.ap-side-related__link:hover .ap-side-related__text { color: #1b6b93; }

.ap-side-quiz { text-align: center; }
.ap-side-quiz__sub {
    margin: 13px 0 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    color: #0e2c47;
}
.ap-side-quiz__text {
    margin: 6px 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e757c;
}
.ap-side-quiz__btn {
    display: block;
    box-sizing: border-box;
    margin-top: 14px;
    padding: 13px;
    border: 2px solid #0e2c47;
    border-radius: 6px;
    background: #0e2c47;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.ap-side-quiz__btn:hover { filter: brightness(1.1); }

.ap-side-quote {
    background: #0e2c47;
    border-color: rgba(14, 44, 71, 0.06);
    text-align: center;
}
.ap-side-quote__text {
    margin: 0 0 7px;

    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.85);
}
.ap-side-quote__cite {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}
.ap-side-quote__cite a {
    color: #fe6c3b;
    text-decoration: underline;
}

.ap-side-quote__cite a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("../img/icons/arrow-right-orange.svg") no-repeat center / contain;
}
.ap-side-quote__cite a:hover { text-decoration: none; }
