section.checklist-columns{overflow:hidden;padding-bottom:0;position:relative}section.checklist-columns .heading{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}section.checklist-columns .checklist-title{width:60%}@media (max-width:640px){section.checklist-columns .checklist-title{font-size:16px;width:53%}}section.checklist-columns .option-title{width:23.5%}@media (max-width:640px){section.checklist-columns .option-title{font-size:16px;width:25%}}section.checklist-columns .entries{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}section.checklist-columns .entry{margin-bottom:1rem;width:100%}section.checklist-columns .entry-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-between}section.checklist-columns .entry-inner .title{background-color:#f9f7f5;padding:2rem;width:60%}@media (max-width:640px){section.checklist-columns .entry-inner .title{padding:12px;width:50%}section.checklist-columns .entry-inner h5{font-size:16px}}section.checklist-columns .entry-inner .option{background-color:#f9f7f5;padding:2rem;position:relative;width:20%}@media (max-width:640px){section.checklist-columns .entry-inner .option{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;max-width:25%;padding:12px;text-align:center}}section.checklist-columns .entry-inner .yes{background:url(/wp-content/themes/psblty-bmr/assets/svg/check-circle-green.svg) no-repeat}section.checklist-columns .entry-inner .no,section.checklist-columns .entry-inner .yes{content:"";display:block;height:48px;left:50%;min-width:48px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}section.checklist-columns .entry-inner .no{background:url(/wp-content/themes/psblty-bmr/assets/svg/x-circle-red.svg) no-repeat}section.checklist-columns .entry-inner .custom{text-align:center}section.checklist-columns .entry-inner .custom p{font-size:20px;font-weight:700}@media (max-width:640px){section.checklist-columns .entry-inner .custom p{font-size:14px}}