.ap-testrad-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
}

.ap-testrad-actions .ap-testrad-cta {
    margin-top: 0;
}

.ap-testrad-actions .ap-bp-more,
.ap-testrad-card .ap-bp-back-foot .ap-bp-more {
    margin-top: 0;
    min-height: 36px;
    box-sizing: border-box;
    text-decoration: none;
}

.ap-testrad-flip-toggle {
    justify-content: center;
}

.ap-testrad-card .ap-bp-back-foot {
    gap: 8px;
}

.ap-testrad-product-link {
    width: 100%;
    justify-content: center;
    color: #fff;
    background: var(--c-link, #1f6da8);
    border-color: var(--c-link, #1f6da8);
}

.ap-testrad-product-link:hover {
    color: #fff;
    background: #185a8c;
    border-color: #185a8c;
}

.ap-testrad-image-notice {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.88);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
