.checklist-block-pattern {
    background: linear-gradient(180deg, #E6F3FC 0%, #FFFFFF 79.3%);
    border-radius: 12px;
    position: relative;
    margin-top: 35px;
}
.checklist-block-pattern.img {
    margin-top: 90px;
}
.checklist-block-pattern .checklist-inner-container {
    padding: 32px 24px;
}
.checklist-block-pattern .block {
    border: 1px solid #E6F3FC;
    margin-bottom: 10px;
    border-radius: 8px;
}
.checklist-block-pattern .block-img {
    content: '';
    position: absolute;
    z-index: 1;
    height: 201px;
    width: 223px;
    right: 40px;
    top: -80px;
    margin-bottom: 0px;
}
.checklist-block-pattern .checklist-heading {
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    margin-top: 0px;
    letter-spacing: -0.6px;
}
.checklist-block-pattern.block-img .checklist-heading {
    margin-top: 80px;
}
.checklist-block-pattern .checklist-point {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}
.checklist-block-pattern .checklist-point li, .checklist-block-pattern .checklist-point p {
    margin-bottom: 8px;
}
.checklist-block-pattern .checklist-point::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #36DD65;
    border-radius: 50%;
    z-index: 0;
    transform: translate(0%, -50%);
}
.checklist-block-pattern .checklist-point::after {
    content: '';
    position: absolute;
    top: 48%;
    left: 5px;
    width: 9px;
    height: 5px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg) translate(15%, -50%);
    z-index: 1;
}
.checklist-block-pattern ul, .checklist-block-pattern ul li, .checklist-block-pattern p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.checklist-block-pattern ul {
    margin-bottom: 32px;
    padding-left: 46px;
}
.checklist-block-pattern .checklist-inner-container ul:last-child, .checklist-block-pattern .checklist-inner-container ul li:last-child, .checklist-block-pattern .checklist-inner-container p:last-child {
    margin-bottom: 0px;
}
.checklist-block-pattern .img.logo-img img {
    width: 83px !important;
    height: 16px !important;
    margin-right: 0px !important;
    border-radius: unset;
    margin-left: 8px !important;
    vertical-align: text-top;
}
.checklist-block-pattern .wp-block-image img {
    width: 100%;
    height: 100%;
}
.checklist-block-pattern .action-container {
    margin-bottom: 32px;
    justify-content: center;
    position: relative;
    display: inline-block;
    padding: 0px 30px;
    gap: 8px;
}
.checklist-block-pattern .powered-text {
    font-size: 12px;
    line-height: 18px;
    color: #777777;
}
.checklist-block-pattern .action-container .action-btn {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    border: 1px solid #0989D6;
    padding: 8px 12px;
    border-radius: 4px;
    color: #0989D6;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checklist-block-pattern .action-container .action-btn:hover {
    background: #0989D6;
    color: #FFFFFF;
}
.checklist-block-pattern .action-container .action-btn.download-btn::before {
    background: url(/uploadedfiles/download-icon.svg) no-repeat;
}
.checklist-block-pattern .action-container .action-btn.print-btn::before {
    background: url(/uploadedfiles/print-icon.svg) no-repeat;
}
.checklist-block-pattern .action-container .action-btn.share-btn::before {
    background: url(/uploadedfiles/share-icon.svg) no-repeat;
}
.checklist-block-pattern .action-container .action-btn::before {
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
    transition: filter 0.3s ease;
}
.checklist-block-pattern .action-container .action-btn:hover::before {
    filter: brightness(0) invert(1);
}
.checklist-block-pattern .action-container .action-btn.loading:hover::before {
    filter: none;
}
.checklist-block-pattern .share-btn {
    display: inline-block;
}
.checklist-block-pattern .share-dropdown {
    display: none;
    text-align: left;
    position: absolute;
    top: 39px;
    background-color: #fff;
    border: 1px solid #ACAEC6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
    width: 100%;
    border-radius: 5px;
    left: 0;
    transition: all 0.3s ease;
}
.checklist-block-pattern .share-dropdown span {
    display: flex;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #353643;
    position: relative;
    align-items: center;
    gap: 8px;
}
.checklist-block-pattern .share-dropdown span.share-option::before {
    content: '';
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    transition: filter 0.3s ease;
}
.checklist-block-pattern .share-dropdown span#share-email::before {
    background: url(/uploadedfiles/email-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.checklist-block-pattern .share-dropdown span#share-reddit::before {
    background: url(/uploadedfiles/reddit-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.checklist-block-pattern .share-dropdown span#share-facebook::before {
    background: url(/uploadedfiles/facebook-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.checklist-block-pattern .share-dropdown span:hover {
    background-color: #f5f5f5;
}
.download-btn.loading, .send-email-btn.loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
    background: #0989D6;
}
.download-btn.loading::after, .send-email-btn.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
.checklist-block-pattern .email-input-wrapper {
    border: 1px solid #C4CDD5;
    border-radius: 4px;
    padding-left: 35px;
    position: relative;
    width: 72%;
}
.checklist-block-pattern .email-input {
    font-size: 14px;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    text-overflow: ellipsis;
}
.checklist-block-pattern .email-input::placeholder {
    font-size: 14px;
}
.checklist-block-pattern .email-input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}
.checklist-block-pattern .email-input-wrapper::before {
    content: '';
    height: 12px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
    background: url(/uploadedfiles/email-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.checklist-block-pattern .email-share-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.checklist-block-pattern .email-share-form {
    margin-bottom: 32px;
    display: flex;
    padding: 0;
    align-items: center;
    position: relative;
}
.checklist-block-pattern .email-share-wrapper {
    padding: 0px 30px;
}
.checklist-block-pattern .email-share-wrapper.open {
    max-height: 120px;
}
.checklist-block-pattern .email-share-form .form-input-error {
    left: 0px;
}
.checklist-block-pattern .send-email-btn {
    font-size: 14px;
    font-weight: 500;
    background-color: #0989D6;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 25%;
    height: 40px;
}
.checklist-block-pattern .email-msg {
    display: none;
    font-size: 12px;
    bottom: -20px;
    left: 0;
    white-space: nowrap;
}
.checklist-block-pattern .email-msg.success {
    color: #28d160;
}
.checklist-block-pattern .email-msg.failed {
    color: red;
}
@media (max-width: 340px) {
    .checklist-block-pattern .action-container .action-btn {
        padding: 8px;
    }
}
@media (max-width: 420px) {
    .checklist-block-pattern .action-container {
        flex-wrap: wrap;
    }
    .checklist-block-pattern .action-container .action-btn.download-btn, .checklist-block-pattern .action-container .action-btn.print-btn {
        width: 48%;
        margin-left: 0px;
    }
    .checklist-block-pattern .action-container .action-btn.share-btn {
        width: 100%;
        margin-left: 0px;
    }
}
@media (min-width: 424px) {
    .checklist-block-pattern .share-dropdown {
        width: 120px;
    }
}
@media (min-width: 768px) {
    .checklist-block-pattern {
        margin-top: 40px;
    }
    .checklist-block-pattern .checklist-inner-container {
        padding: 48px 48px 40px;
    }
    .checklist-block-pattern .checklist-heading {
        font-size: 38px;
        line-height: 50px;
        margin-top: 0px;
    }
    .checklist-block-pattern .checklist-point {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .checklist-block-pattern ul, .checklist-block-pattern ul li, .checklist-block-pattern p {
        font-size: 16px;
        line-height: 26px;
    }
    .checklist-block-pattern .checklist-point li, .checklist-block-pattern .checklist-point p {
        margin-bottom: 12px;
    }
    .checklist-block-pattern .action-container {
        margin-bottom: 20px;
        justify-content: end;
        padding: 0px 20px;
    }
    .checklist-block-pattern .email-share-wrapper {
        padding: 0px 20px;
    }
    .checklist-block-pattern .send-email-btn {
        width: 20%;
    }
    .checklist-block-pattern .block {
        margin-bottom: 12px;
    }
    .checklist-block-pattern .block-img {
        height: 301px;
        width: 301px;
    }
    .checklist-block-pattern .email-share-form {
        margin-left: auto;
        margin-right: 0px;
        width: 295px;
    }
    .checklist-block-pattern .email-input-wrapper {
        width: 77%;
    }
}
@media print {
    body *, .checklist-block-pattern .action-container {
        display: none !important;
    }
    html, body {
        margin: 10px !important;
    }
    .print-only {
        display: block !important;
        position: static !important;
    }
    .checklist-block-pattern {
        background: linear-gradient(180deg, #E6F3FC 0%, #FFFFFF 79.3%) !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        margin-top: 0px;
    }
    .checklist-block-pattern .img.logo-img img {
        padding-right: 10px;
    }
}
@keyframes spin {
    100% {
      transform: rotate(360deg);
    }
} 