.info-logistica-card {
    background-color: #fff4e6;
    /* Fondo crema suave de la imagen */
    border: 2px solid #f39200;
    border-radius: 25px;
    font-family: 'Arial', sans-serif;
    color: #444;
}

.divider-end-md {
    position: relative;
    left: 8px;
}

.label-title {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.label-title span {
    font-weight: normal;
    color: #777;
}

.value-text {
    font-size: 0.9rem;
    color: #d35400;
    /* Color naranja oscuro/rojizo para los valores */
    font-weight: bold;
    line-height: 1.2;
}

.eng-val {
    font-weight: normal;
    font-style: italic;
    font-size: 0.85rem;
}

.price-tag {
    font-size: 1.1rem;
}

.border-bottom-orange {
    border-bottom: 2px solid #f39200;
}

/* Divisores verticales */
.divider-end {
    border-right: 1.5px solid #f39200;
}

.footer-notes {
    font-size: 0.7rem;
    border-top: 1px solid #f39200;
    line-height: 1.2;
}

.eng-note {
    font-style: italic;
    color: #777;
}

/* Ajustes de columnas personalizadas para simular la imagen */
@media (min-width: 768px) {
    .col-md-2-custom {
        width: 18%;
    }

    .col-md-3-custom {
        width: 23%;
    }

    .divider-end-md {
        border-right: 1.5px solid #f39200;
    }
}

/* En móviles quitamos divisores laterales que no cuadren */
@media (max-width: 767px) {
    .divider-end:nth-child(even) {
        border-right: none;
    }

    .info-logistica-card {
        border-radius: 15px;
    }
}