.customer-price-access {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #f7f9fc;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.customer-price-access--card {
    margin-top: 10px;
    margin-bottom: 10px;
}

.customer-price-access--product {
    margin: 12px 0 16px;
    padding: 12px 14px;
    font-size: 14px;
}

.customer-price-access--compare {
    min-width: 180px;
    margin: 4px auto;
    padding: 8px 10px;
    font-size: 12px;
}

.customer-price-access__link {
    color: #0077cc;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.customer-price-access__link:hover,
.customer-price-access__link:focus {
    color: #005da0;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .customer-price-access {
        padding: 9px 10px;
        font-size: 12px;
    }

    .customer-price-access--product {
        margin-bottom: 12px;
    }
}
