div.orgfroid-calculator.orgfroid-desp-categorie-risque .orgfroid-desp-results-grid {
grid-template-columns: 1fr 1fr !important;
}
@media (max-width: 639px) {
div.orgfroid-calculator.orgfroid-desp-categorie-risque .orgfroid-desp-results-grid {
grid-template-columns: 1fr !important;
}
} div.orgfroid-calculator .orgfroid-desp-category-badge {
display: inline-block !important;
font-size: 32px !important;
font-weight: 800 !important;
line-height: 1 !important;
letter-spacing: 1px !important;
} div.orgfroid-calculator .orgfroid-desp-obligations {
background: var(--orgfroid-bg, #f8fafb) !important;
border: 1px solid var(--orgfroid-border, #e0e6ed) !important;
border-radius: var(--orgfroid-radius-sm, 8px) !important;
padding: 22px 24px !important;
margin-bottom: 20px !important;
}
div.orgfroid-calculator .orgfroid-desp-obligations-header {
display: flex !important;
align-items: center !important;
gap: 10px !important;
margin-bottom: 14px !important;
}
div.orgfroid-calculator .orgfroid-desp-obligations-header h4 {
font-size: 16px !important;
font-weight: 700 !important;
color: var(--orgfroid-text, #213140) !important;
margin: 0 !important;
padding: 0 !important;
}
div.orgfroid-calculator .orgfroid-desp-obligations-list {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
div.orgfroid-calculator .orgfroid-desp-obligations-list li {
position: relative !important;
padding: 10px 0 10px 28px !important;
font-size: 14px !important;
line-height: 1.6 !important;
color: var(--orgfroid-text, #213140) !important;
border-bottom: 1px solid var(--orgfroid-border, #e0e6ed) !important;
}
div.orgfroid-calculator .orgfroid-desp-obligations-list li:last-child {
border-bottom: none !important;
}
div.orgfroid-calculator .orgfroid-desp-obligations-list li::before {
content: '' !important;
position: absolute !important;
left: 0 !important;
top: 14px !important;
width: 16px !important;
height: 16px !important;
background: var(--orgfroid-primary, #42C1E8) !important;
border-radius: 50% !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
background-size: 10px !important;
background-repeat: no-repeat !important;
background-position: center !important;
} div.orgfroid-calculator .orgfroid-field-hint {
display: block !important;
font-size: 12px !important;
color: var(--orgfroid-light, #5a6a7a) !important;
margin-top: 4px !important;
line-height: 1.4 !important;
} div.orgfroid-calculator .orgfroid-desp-cat-outside {
color: var(--orgfroid-primary, #42C1E8) !important;
}
div.orgfroid-calculator .orgfroid-desp-cat-i {
color: #2196F3 !important;
}
div.orgfroid-calculator .orgfroid-desp-cat-ii {
color: #FF9800 !important;
}
div.orgfroid-calculator .orgfroid-desp-cat-iii {
color: #F44336 !important;
}
div.orgfroid-calculator .orgfroid-desp-cat-iv {
color: #9C27B0 !important;
}