.shipping-info.md_class {
    max-width: 100%;
    margin: 0;
}

.card.md_class {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.option.md_class {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff; /* Fallback background color */
    border-radius: 8px;
    border: 1px solid #ddd; /* Fallback border color */
}

.option .icon.md_class img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
}

.option .details.md_class {
    flex-grow: 1;
    overflow-wrap: break-word;
}

.option .details h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    overflow-wrap: break-word;
}

.option .details p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #666;
    overflow-wrap: break-word;
}

.option .price.md_class {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-left: 10px;
    white-space: nowrap;
}

.option .time.md_class {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    white-space: nowrap;
}

/* Responsive Meta Box Table */
@media (max-width: 600px) {
    .livraison-options-table {
        display: block;
        overflow-x: auto;
    }
    .livraison-options-table th,
    .livraison-options-table td {
        min-width: 100px;
        padding: 5px;
        text-align: left;
    }
}