.bap-custom-scripts-shipping-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #f9f9fb;
    border-radius: 8px;
    font-family: var(--minimog-typography-body-font-family, 'Geom');
    width: 100%;
    box-sizing: border-box;
}

.bap-custom-scripts-shipping-icon {
    font-size: 22px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.bap-custom-scripts-shipping-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bap-custom-scripts-shipping-title {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.bap-custom-scripts-shipping-desc {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

.bap-custom-scripts-shipping-desc strong {
    color: var(--minimog-color-primary, rgb(191, 15, 48));
}

.bap-custom-scripts-shipping-timer-highlight {
    color: #d32f2f;
    font-weight: 700;
}

.bap-custom-scripts-shipping-bulk-dates {
    font-weight: 700;
    color: #000;
}

@media (max-width: 768px) {
    .bap-custom-scripts-shipping-box {
        padding: 12px;
    }
}
