﻿/* === Box s fajfkami ==== */
  
background: #fbf7f5;
border: none;
border-left: 3px solid #b88d6b;
border-radius: 0;
padding: 18px 20px;
box-sizing: border-box;
font-family: inherit;
}


.ercolani-checklist {
margin: 0;
padding: 0;
list-style: none;
display: grid;
gap: 10px;
}


.ercolani-checklist li {
display: flex;
align-items: flex-start;
gap: 10px;
color: #3f3128;
font-family: inherit;
line-height: 1.45;
}


.ercolani-checklist .check {
flex: 0 0 22px;
width: 22px;
height: 22px;
margin-top: 1px;
border: 1px solid #c9ac93;
border-radius: 50%;
background: transparent;
color: #b88d6b;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: inherit;
font-size: 12px;
font-weight: 600;
line-height: 1;
}


.ercolani-checklist strong {
color: #241913;
font-weight: 700;
}


@media (max-width: 768px) {
.ercolani-checklist-box {
padding: 14px 16px;
}


.ercolani-checklist {
gap: 8px;
}


.ercolani-checklist li {
gap: 9px;
line-height: 1.4;
}


.ercolani-checklist .check {
width: 20px;
height: 20px;
flex-basis: 20px;
font-size: 11px;
margin-top: 1px;
}
}