﻿/* === Box s fajfkami ==== */


.ercolani-checklist-box {
background: #fbf7f5;
border: 1px solid #c9ac93;
border-left: 3px solid #b88d6b;
border-radius: 0;
padding: 26px 30px;
box-sizing: border-box;
font-family: inherit;
}


.ercolani-checklist {
margin: 0;
padding: 0;
list-style: none;
display: grid;
gap: 16px;
}


.ercolani-checklist li {
display: flex;
align-items: flex-start;
gap: 14px;
color: #3f3128;
font-family: inherit;
line-height: 1.6;
}


.ercolani-checklist .check {
flex: 0 0 28px;
width: 28px;
height: 28px;
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: 15px;
font-weight: 600;
line-height: 1;
}


.ercolani-checklist strong {
color: #241913;
font-weight: 700;
}


@media (max-width: 768px) {
.ercolani-checklist-box {
padding: 20px;
}


.ercolani-checklist {
gap: 14px;
}


.ercolani-checklist li {
line-height: 1.55;
gap: 12px;
}


.ercolani-checklist .check {
width: 24px;
height: 24px;
flex-basis: 24px;
font-size: 13px;
margin-top: 0;
}
}