/** Shopify CDN: Minification failed

Line 70:10 Expected identifier but found whitespace
Line 70:12 Unexpected "{"
Line 70:21 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 63:10 Expected identifier but found whitespace
Line 63:12 Unexpected "{"
Line 63:21 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 56:10 Expected identifier but found whitespace
Line 56:12 Unexpected "{"
Line 56:21 Expected ":"

**/
.custom-why-choose-section {
    padding: 40px;
    border-radius: 15px;
    max-width: 1240px;
    margin: 0px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px #0000001a;
    border: 1px solid #ddd;
    transition: box-shadow .3s ease;
    width: 100%;
}

.custom-why-choose-container {
    display: grid;
    gap: 15px;
}

.custom-why-choose-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.custom-why-choose-description {
    font-size: 1em;
    margin-bottom: 20px;
    text-align: left;
}

.custom-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.custom-benefit-item {
    text-align: left;
         justify-content: left;
        display: grid;
        grid-template-columns: auto auto;
        align-content: start;
        align-items: start;
}

.custom-check-icon {
    color: {{ section.settings.icon_color }};
    font-size: 1em;
    margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .custom-why-choose-section {
        padding: 30px;
    }
    
    .custom-why-choose-title {
        font-size: 1.8em;
    }
    
    .custom-why-choose-description {
        font-size: 0.95em;
    }
    
    .custom-benefit-item {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .custom-why-choose-section {
        padding: 25px;
    }
    
    .custom-why-choose-title {
        font-size: 1.6em;
    }
    
    .custom-why-choose-description {
        font-size: 0.9em;
    }
    
    .custom-benefit-item {
        font-size: 0.95em;
    }
}

@media (max-width: 576px) {
    .custom-why-choose-section {
        padding: 20px;
    }
    
    .custom-why-choose-title {
        font-size: 24px;
    }
    
    .custom-why-choose-description {
        font-size: 0.85em;
    }
    
    .custom-benefit-item {
        font-size: 0.9em;
    }
    
    .custom-benefit-item {
        text-align: left;
    }
    .custom-why-choose-section .custom-benefit-item {
      font-size:14px;
    }
}

@media (max-width: 360px) {
    .custom-why-choose-section {
        padding: 15px;
    }
    
    .custom-why-choose-title {
        font-size: 1.2em;
    }
    
    .custom-why-choose-description {
        font-size: 0.8em;
    }
    
    .custom-benefit-item {
        font-size: 0.85em;
    }
}
