.details-new-container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.details-new-content>div {
    gap: 58px;
}

.details-new-content-body p,
.details-new-content-body span,
.details-new-content-body a,
.details-new-content-body strong {
    background-color: transparent !important;
}

.details-new-img {
    width: 45%;
}

.details-new-title {
    color: var(--bellota-color-primary);
    font-weight: 700;
    /* margin-bottom: 58px; */
    width: 50%;
    font-size: 4.25rem;
}

span.details-new-subtitle-border-b {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

a.btn-back-detail-news {
    background-color: var(--bellota-color-primary);
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: end;
    gap: 10px;
}

a.btn-back-detail-news:hover {
    background-color: var(--bellota-color-primary-hover);
    color: #FFF;
}

.contador-boton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c1272d;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
    padding: 1px 14px;
    margin-top: 0;
    min-height: 28px;
    line-height: 1.2;
    gap: 8px; /* space between icon and text */
    transition: background 0.2s;
}

.contador-boton:hover,
.contador-boton:focus-within,
.contador-boton:active {
    background: var(--bellota-color-primary-hover);
    color: #fff;
}

#in-products-links h4 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
}

#in-products-links h4:hover {
    color: var(--bellota-color-primary);
}

#in-products-links img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    aspect-ratio: 1;
    object-fit: scale-down;
}

#in-products-links div.img-product-link-container:hover {
    border: 3px solid #fff !important;
}
