.chollitos-autopost-image {
    margin: 20px auto;
    text-align: center;
}

.chollitos-autopost-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.chollitos-autopost-question {
    text-align: center;
}

.chollitos-autopost-buy-box {
    margin: 18px 0 22px;
    text-align: center;
}

.chollitos-autopost-buy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    background: #c01818;
    color: #ffffff !important;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(192, 24, 24, 0.22);
}

.chollitos-autopost-buy-link:hover,
.chollitos-autopost-buy-link:focus-visible {
    background: #9f1515;
    color: #ffffff !important;
    text-decoration: none !important;
}

.chollitos-autopost-buy-link:focus-visible {
    outline: 3px solid rgba(192, 24, 24, 0.28);
    outline-offset: 3px;
}

.chollitos-autopost-quote {
    margin: 24px 0;
    padding: 16px 20px;
    border-left: 4px solid #c01818;
    background: #fff7f7;
    color: #3f1b1b;
    font-style: italic;
}

.chollitos-autopost-quote p {
    margin: 0 0 10px;
}

.chollitos-autopost-quote p:last-child {
    margin-bottom: 0;
}
