.cdl-product-link-wrap {
    margin: 24px 0 0;
}

.cdl-product-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 6px;
    background: #b21f2d;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cdl-product-link-button:hover,
.cdl-product-link-button:focus {
    background: #8f1824;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
