.btn-aff-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.btn-aff {
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 8px;
    background-color: #ffcccc;
}

.btn-aff a {
    display: block;
    color: #4e4646;
    text-transform: uppercase;
    font-weight: 600;
    text-transform: math-auto !important;
    text-align: center;
    white-space: nowrap;
}

.btn-aff:hover {
    color: white;
    background-color: #e0afaf;
}

.woocommerce-Price-amount bdi {
    font-size: 23px;
}

.btn-buy-amazon {
    background-color: #f0c14b !important;
}

.btn-buy-amazon:hover {
    background-color: #eeb423 !important;
}

.btn-buy-amazon a {
    color: black;
}