/* Delivery & Platform Information Accordion Styles */
.delivery-info-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    padding: 0;
    margin: 0;
}

.delivery-info-content .info-section {
    margin-bottom: 24px;
    padding: 0;
}

.delivery-info-content .info-section:last-child {
    margin-bottom: 0;
}

.delivery-info-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-transform: none;
}

.delivery-info-content h4 i {
    margin-right: 6px;
    color: #1a1a1a !important;
    font-size: 14px;
}

.delivery-info-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery-info-content li {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.5;
}

.delivery-info-content li:last-child {
    margin-bottom: 0;
}

.delivery-info-content li strong {
    color: #1a1a1a;
    font-weight: 500;
}

.delivery-info-content .platform-description {
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .delivery-info-content {
        font-size: 13px;
    }
    
    .delivery-info-content h4 {
        font-size: 14px;
    }
    
    .delivery-info-content .info-section {
        margin-bottom: 20px;
    }
}

/* Accordion title icon spacing for delivery section */
.accordion-title .fas.fa-shipping-fast {
    color: #1a1a1a;
    margin-right: 8px;
}

/* Alternative selector in case the above doesn't work */
.accordion-item .accordion-title i.fa-shipping-fast {
    margin-right: 8px;
}

/* Composition formatting styles */
.composition-formatted {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.composition-formatted .info-section {
    margin-bottom: 20px;
    padding: 0;
}

.composition-formatted .info-section:last-child {
    margin-bottom: 0;
}

.composition-formatted h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: none;
}

.composition-formatted p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Responsive adjustments for composition */
@media (max-width: 768px) {
    .composition-formatted {
        font-size: 13px;
    }
    
    .composition-formatted h4 {
        font-size: 14px;
    }
    
    .composition-formatted .info-section {
        margin-bottom: 16px;
    }
}