/* Check email SVG parent */
@media only screen and (max-width: 47.9375em) {
    .column-content.lwc-48aostf02bd:has(.kb2b-check-email-svg) {
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .lwc-33p17qvimcv-host, .interactions-region.lwc-33p17qvimcv:has(.kb2b-check-email-svg) {
        justify-content: center !important;
    }
}
/* Check email SVG */
.kb2b-check-email-svg {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'60'%20height%3D'60'%20viewBox%3D'0%200%2060%2060'%20fill%3D'none'%3E%20%3Cpath%20d%3D'M22.5%2030L27.5%2035L37.5%2025M7.5%2030C7.5%2032.9547%208.08198%2035.8806%209.21271%2038.6104C10.3434%2041.3402%2012.0008%2043.8206%2014.0901%2045.9099C16.1794%2047.9992%2018.6598%2049.6566%2021.3896%2050.7873C24.1194%2051.918%2027.0453%2052.5%2030%2052.5C32.9547%2052.5%2035.8806%2051.918%2038.6104%2050.7873C41.3402%2049.6566%2043.8206%2047.9992%2045.9099%2045.9099C47.9992%2043.8206%2049.6566%2041.3402%2050.7873%2038.6104C51.918%2035.8806%2052.5%2032.9547%2052.5%2030C52.5%2027.0453%2051.918%2024.1194%2050.7873%2021.3896C49.6566%2018.6598%2047.9992%2016.1794%2045.9099%2014.0901C43.8206%2012.0008%2041.3402%2010.3434%2038.6104%209.21271C35.8806%208.08198%2032.9547%207.5%2030%207.5C27.0453%207.5%2024.1194%208.08198%2021.3896%209.21271C18.6598%2010.3434%2016.1794%2012.0008%2014.0901%2014.0901C12.0008%2016.1794%2010.3434%2018.6598%209.21271%2021.3896C8.08198%2024.1194%207.5%2027.0453%207.5%2030Z'%20stroke%3D'%2337955D'%20stroke-width%3D'4'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%20%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    margin: auto;
    max-width: 800px;
    justify-self: center;
    display: block !important;
}

community_layout-section:has(.kb2b-check-email-svg ) {
    padding: 60px 0px 5px !important;
}

/* Check email component syling */
.kb2b-check-email {
    background:  #F4F4F4;
    padding: 0px 0px 60px !important;
}

/* Box content for check email */
.kb2b-box-check-email {

    /* Text on top */
    .comm-check-email__title[lwc-76j4ggd0p58] {
        padding: 20px !important;
        font-size: 24px !important;
        color:#002B4E !important;
        font-weight: 700 !important;
        font-style: normal !important;
        line-height: 48.1px !important;
        font-family: "LeagueSpartan-Bold" !important;
    }

    /* Tablet and Desketop styles */
    @media only screen and (min-width: 768px) {
        .comm-check-email__title[lwc-76j4ggd0p58] {
            font-size: 37px !important;;
        }
    }

    /* Box Styling */
    .comm-check-email__container {
        gap: 20px !important;
        padding: 20px !important;
        font-size: 16px !important;
        box-shadow: none !important;
        font-weight: 400 !important;
        max-width: 800px !important;
        margin: 16px 12px !important;
        line-height: 27px !important;
        color:  #002B4E !important;
        font-style: normal !important;
        border-radius: 12px !important;
        background-color: #FFF !important;
        border-color: transparent !important;
        font-family: "PTSans-Regular" !important;

        /* Tablet styles (768px to 1024px) */
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
            font-size: 18px !important;
            justify-self: center !important;
        }

        /* Desktop styles (1025px and wider) */
        @media only screen and (min-width: 1025px) {
            margin: 0 auto !important;
            font-size: 18px !important;
            justify-self: center !important;
        }
    }
    
    /* Outer margin and padding of the button */
    .slds-form-element.slds-m-top_small.slds-m-bottom_large {
        margin: 0px !important;
        padding-top: 8px !important;
    }

     /* Buttton */
    .comm-check-email_return-button[lwc-76j4ggd0p58] {
        height: 42px !important;
        padding: 16px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
        font-style: normal !important;
        background: #11528F !important;
        font-family: "PTSans-Bold" !important;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
    }

    /* Tablet and Desketop styles */
    @media only screen and (min-width: 768px) {
        .comm-check-email_return-button[lwc-76j4ggd0p58]{
            font-size: 18px !important;
        }
    }
}