/* PatientEngagementSmartlyBlog Hero Section */

.PatientEngagementSmartlyBlogHeroSection {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 136px 0 0 0;
    padding: 80px 0 48px 0;
}

.PatientEngagementSmartlyBlogHeroContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PatientEngagementSmartlyBlogHeroContent {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.PatientEngagementSmartlyBlogHeroTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: normal;
}

.PatientEngagementSmartlyBlogHeroDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
}

@media (max-width: 1200px) {
    .PatientEngagementSmartlyBlogHeroContainer {
        max-width: 960px;
    }
    .PatientEngagementSmartlyBlogHeroTitle {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .PatientEngagementSmartlyBlogHeroSection {
        padding: 100px 20px 60px 20px;
    }
    .PatientEngagementSmartlyBlogHeroContainer {
        flex-direction: column;
        text-align: center;
        max-width: 720px;
    }
    .PatientEngagementSmartlyBlogHeroContent {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .PatientEngagementSmartlyBlogHeroSection {
        padding: 75px 20px 40px 20px;
    }
    .PatientEngagementSmartlyBlogHeroTitle {
        font-size: 26px;
    }
    .PatientEngagementSmartlyBlogHeroDescription {
        font-size: 1.1rem;
    }
}
@media (max-width: 575px) {
    .PatientEngagementSmartlyBlogHeroSection {
        padding: 60px 15px 30px 15px;
    }
    .PatientEngagementSmartlyBlogHeroDescription {
        font-size: 1rem;
    }
}

.PatientEngagementSmartlyBlogBackLinkContainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.PatientEngagementSmartlyBlogBackLink {
    display: block;
    font-size: 16px;
    color: #202328;
    text-decoration: none;
    margin: 28px 10px 15px 0;
    font-weight: 700;
    transition: color 0.2s;
    text-align: left;
}

.PatientEngagementSmartlyBlogLayoutWrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    position: relative;
    padding-top: 10px;
}

.PatientEngagementSmartlyBlogAttachmentContainer {
    border: 1px solid #B3D9F2;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: 0;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.PatientEngagementSmartlyBlogRightPanel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 32%;
    max-width: 32%;
    align-items: flex-end;
    margin-top: 0;
    will-change: position;
}

@media (min-width: 1025px) {
    .PatientEngagementSmartlyBlogRightPanel {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 110px !important;
        align-self: flex-start !important;
        height: fit-content !important;
        max-height: none !important;
        overflow-y: visible !important;
        overflow-x: visible !important;
        z-index: 100 !important;
        max-width: 100% !important;
        inset: 102px 120px auto auto !important;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
    
    .PatientEngagementSmartlyBlogLayoutWrapper {
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        position: relative !important;
        min-height: 100vh;
    }
    
    .PatientEngagementSmartlyBlogAttachmentContainer {
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
    
    body {
        overflow-x: hidden !important;
    }
}

@media (min-width: 1400px) {
    .PatientEngagementSmartlyBlogRightPanel {
        top: 120px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .PatientEngagementSmartlyBlogRightPanel {
        top: 115px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .PatientEngagementSmartlyBlogRightPanel {
        top: 110px !important;
    }
}

.PatientEngagementSmartlyBlogAttachmentBox1 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.PatientEngagementSmartlyBlogAIHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
    text-align: left;
}

.PatientEngagementSmartlyBlogAIButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.PatientEngagementSmartlyBlogAIButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #1f65c7eb;
    border: 1px solid #1f65c7eb;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

.PatientEngagementSmartlyBlogAIButton .PatientEngagementSmartlyBlogAIIcon {
    filter: brightness(0) invert(1);
}

.PatientEngagementSmartlyBlogAIButton:hover {
    background-color: #ecfaff;
    border-color: #1f65c7eb;
    color: #1f65c7eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
}

.PatientEngagementSmartlyBlogAIButton:hover .PatientEngagementSmartlyBlogAIIcon {
    filter: none;
}

.PatientEngagementSmartlyBlogAIButton:hover svg.AutomationBlogAIIcon {
    filter: brightness(0);
}

@media (max-width: 1024px) {
    .PatientEngagementSmartlyBlogAIButton:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }
    .PatientEngagementSmartlyBlogAIButton:hover .PatientEngagementSmartlyBlogAIIcon {
        filter: brightness(0) invert(1) !important;
    }
    /* Claude button: no hover effect on tablet/mobile */
    .PatientEngagementSmartlyBlogAIButton[href*="claude.ai"]:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }
    .PatientEngagementSmartlyBlogAIButton[href*="claude.ai"]:hover svg.AutomationBlogAIIcon {
        filter: brightness(0) invert(1) !important;
    }
}

.PatientEngagementSmartlyBlogAIButton:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.15);
}

.PatientEngagementSmartlyBlogAIIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
}

.PatientEngagementSmartlyBlogAttachmentBox2 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px 20px 5px 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.PatientEngagementSmartlyBlogAttachmentBox2 .BlogCardCompact {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.PatientEngagementSmartlyBlogAttachmentBox2 .BlogCardCompactImageWrapper {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.PatientEngagementSmartlyBlogAttachmentBox2 .BlogCardCompactImage {
    width: 92%;
    height: auto;
    object-fit: cover;
    display: block;
}

.PatientEngagementSmartlyBlogAttachmentBox2 .BlogCardCompactContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}

@media (max-width: 1024px) {
    .PatientEngagementSmartlyBlogAttachmentBox2 {
        display: none;
    }
}

.PatientEngagementSmartlyBlogAttachmenthiddenbox {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-top: 8%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
    .PatientEngagementSmartlyBlogLayoutWrapper {
        flex-direction: column-reverse;
        padding: 0 16px;
    }
    
    .PatientEngagementSmartlyBlogAttachmentContainer {
        padding: 20px;
        flex: 1;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
    
    .PatientEngagementSmartlyBlogRightPanel {
        max-width: 100%;
        width: 100%;
        flex: 1;
        margin-top: 0;
    }
    
    .PatientEngagementSmartlyBlogAttachmentBox1 {
        margin-top: 0;
    }
    
    .PatientEngagementSmartlyBlogAIButtons {
        gap: 8px;
    }
    
    .PatientEngagementSmartlyBlogAIButton {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .PatientEngagementSmartlyBlogAIIcon {
        width: 14px;
        height: 14px;
    }
    
    .PatientEngagementSmartlyBlogAttachmenthiddenbox {
        display: block;
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent {
        width: 100%;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactContainer {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompact {
        flex: 0 0 auto;
        min-width: 280px;
        width: 280px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        border-radius: 8px;
        overflow: hidden;
        background-color: #FFFFFF;
        border: none;
        transition: all 0.3s ease;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompact:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(28, 72, 178, 0.15);
    }
@media (max-width: 1024px) {
    .BlogCardCompact:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }
}


    @media (max-width: 1024px) {
        .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompact:hover {
            transform: none !important;
            box-shadow: none !important;
        }
@media (max-width: 1024px) {
    .BlogCardCompact:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }
}

    }

@media (max-width: 1024px) {
    .BlogCardCompact:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }
@media (max-width: 1024px) {
    .BlogCardCompact:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }
}

}
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactImageWrapper {
        width: 100%;
        height: 180px;
        overflow: hidden;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactImage {
        width: 60%;
        height: auto;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompact {
        gap: 0;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactContent {
        width: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
        min-height: fit-content;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactHeading {
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1C48B2;
        line-height: 1.4;
        margin: 0;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-word;
        max-height: calc(1.4em * 2);
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar {
        height: 6px;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb {
        background: #B3D9F2;
        border-radius: 10px;
    }
    
    .PatientEngagementSmartlyBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb:hover {
        background: #1C48B2;
    }
    
    .PatientEngagementSmartlyBlogAttachmenthiddenbox .PatientEngagementSmartlyBlogRelatedTitle {
        margin-bottom: 16px;
    }
    
    .PatientEngagementSmartlyBlogAttachmenthiddenbox .BlogCardCompactHeading {
        font-size: 16px;
    }
    
    .PatientEngagementSmartlyBlogAttachmenthiddenbox .BlogCardCompactContainer {
        gap: 0px;
    }
}

@media (min-width: 1025px) {
    .PatientEngagementSmartlyBlogAttachmenthiddenbox {
        display: none;
    }
}

.PatientEngagementSmartlyBlogHiddenboxContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.PatientEngagementSmartlyBlogRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 5px 0;
    text-align: left;
}

.BlogCardCompactContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.BlogCardCompact {
    display: flex;
    gap: 18px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid transparent;
  
}

.BlogCardCompact:hover {
    background-color: #F0F8FF;
    border-color: #B3D9F2;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(28, 72, 178, 0.1);
}
@media (max-width: 1024px) {
    .BlogCardCompact:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }
}


.BlogCardCompactImageWrapper {
    flex-shrink: 0;
}

.BlogCardCompactImage {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.BlogCardCompactContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.BlogCardCompactHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1C48B2;
    margin-top: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
}
.PatientEngagementSmartlyBlogMainSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.PatientEngagementSmartlyBlogMainContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-radius: 16px;
    padding: 0;
}

.PatientEngagementSmartlyBlogMainImage {
    width: auto;
    height: 300px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    display: block;
}



.PatientEngagementSmartlyBlogMainTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
}

.PatientEngagementSmartlyBlogParagraph {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (max-width: 1100px) {
    .PatientEngagementSmartlyBlogMainContent {
        width: 100%;
        max-width: 98vw;
        padding: 24px;
    }
}
@media (max-width: 1024px) {
    .PatientEngagementSmartlyBlogMainContent {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 16px;
    }
    .PatientEngagementSmartlyBlogMainImage {
        width: auto;
        margin-bottom: 12px;
    }
    .PatientEngagementSmartlyBlogImagetext {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
    }

    .PatientEngagementSmartlyBlogMainSection {
        margin-bottom: -60px;
    }
    .PatientEngagementSmartlyBlogBackLink {
        margin-left: 30px;
    }
    .PatientEngagementSmartlyBlogImagetext {
        width: 100% !important;
    }
    .PatientEngagementSmartlyBlogContainer {
        margin: 0px !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .PatientEngagementSmartlyBlogMainTitle {
        font-size: 26px;
        text-align: left;
        padding: 1px 30px;
    }
}
@media (max-width: 768px) {
    .PatientEngagementSmartlyBlogFaqContainer {
        flex-direction: column;
        gap: 20px;
    }

    .PatientEngagementSmartlyBlogFaqColumn {
        gap: 20px;
    }

    .PatientEngagementSmartlyBlogFaqTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .PatientEngagementSmartlyBlogFaqItem {
        padding: 20px;
    }
    
    .PatientEngagementSmartlyBlogFaqQuestion {
        font-size: 16px;
    }
    
    .PatientEngagementSmartlyBlogFaqAnswer {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .PatientEngagementSmartlyBlogLayoutWrapper {
        padding: 0 12px;
    }
    
    .PatientEngagementSmartlyBlogAttachmentContainer {
        padding: 16px;
    }
    
    .PatientEngagementSmartlyBlogAttachmentBox1,
    .PatientEngagementSmartlyBlogAttachmentBox2 {
        padding: 16px;
    }
    
    .PatientEngagementSmartlyBlogRelatedTitle {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .BlogCardCompact {
        padding: 10px;
        gap: 10px;
    }
    
    .BlogCardCompactImage {
        width: 100px;
        height: 65px;
    }
    
    .BlogCardCompactHeading {
        font-size: 13px;
    }
    
    .PatientEngagementSmartlyBlogAIButtons {
        gap: 8px;
    }
    
    .PatientEngagementSmartlyBlogAIButton {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .PatientEngagementSmartlyBlogAIIcon {
        width: 16px;
        height: 16px;
    }
    
    .PatientEngagementSmartlyBlogMainTitle {
        font-size: 23px;
        text-align: left;
        padding: 1px 10px;
        margin-bottom: 0px !important;
    }
    
    .PatientEngagementSmartlyBlogSection {
        padding: 0 12px;
    }
    
    .PatientEngagementSmartlyBlogBackLinkContainer {
        padding: 0 12px;
    }
    
    .PatientEngagementSmartlyBlogSectionTitle {
        font-size: 20px;
    }
    
    .PatientEngagementSmartlyBlogSubSectionTitle {
        font-size: 18px;
    }
    
    .PatientEngagementSmartlyBlogSectionContent {
        font-size: 16px;
    }
    
    .PatientEngagementSmartlyBlogSectionList {
        font-size: 16px;
    }
    
    .PatientEngagementSmartlyBlogParagraph {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .PatientEngagementSmartlyBlogFaqSection {
        padding: 0 15px;
        margin: 40px auto;
    }
    
    .PatientEngagementSmartlyBlogFaqTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .PatientEngagementSmartlyBlogFaqItem {
        padding: 16px;
    }
    
    .PatientEngagementSmartlyBlogFaqQuestion {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .PatientEngagementSmartlyBlogFaqAnswer {
        font-size: 14px;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .PatientEngagementSmartlyBlogMainImage {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.PatientEngagementSmartlyBlogSection {
    width: 100%;
    max-width: 1020px;
    margin: 0 0 0 0;
    padding: 0 16px;
    box-sizing: border-box;
}

.PatientEngagementSmartlyBlogSectionTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 32px;
    text-align: left;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
}

.PatientEngagementSmartlyBlogSubSectionTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #1C48B2;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 24px;
    text-align: left;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
}

.PatientEngagementSmartlyBlogSectionContent {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

.PatientEngagementSmartlyBlogSectionList {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color: #202328;
    margin: 0 0 16px 24px;
    list-style-type: disc;
    padding-left: 18px;
    align-items: flex-start !important;
    gap: 0px !important;
}
    .PatientEngagementSmartlyBlogSectionList li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #202328;
    }

.PatientEngagementSmartlyBlogCtaSection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 48px 24px 48px 24px;
    background: linear-gradient(180deg, #1C48B2 0%, #1F72CF 38.2%, #25B6FF 100%);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.PatientEngagementSmartlyBlogCtaTitle {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.PatientEngagementSmartlyBlogCtaDescription {
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.PatientEngagementSmartlyBlogCtaButtons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.PatientEngagementSmartlyBlogCtaButton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #1C48B2 0%, #CC338D 100%);
    border: none;
    border-radius: 24px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.10);
    cursor: pointer;
}
.PatientEngagementSmartlyBlogCtaButton:hover {
    background: linear-gradient(90deg, #25B6FF 0%, #CC338D 100%);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
}

.PatientEngagementSmartlyBlogCtaArrow {
    font-size: 1.1em;
    margin-left: 4px;
}

@media (max-width: 1100px) {
    .PatientEngagementSmartlyBlogMainContent {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    
    .PatientEngagementSmartlyBlogCtaSection {
        max-width: 98vw;
        padding: 32px 20px;
    }
}

@media (max-width: 1024px) {
    .PatientEngagementSmartlyBlogMainContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }
    .PatientEngagementSmartlyBlogMainImage {
        width: 100%;
        max-width: 500px;
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .PatientEngagementSmartlyBlogCtaSection {
        max-width: 95vw;
        padding: 40px 10px 40px 10px;
    }
    .PatientEngagementSmartlyBlogCtaTitle {
        font-size: 22px;
    }
    .PatientEngagementSmartlyBlogCtaDescription {
        font-size: 15px;
    }
    .PatientEngagementSmartlyBlogCtaButtons {
        flex-direction: column;
        gap: 16px;
    }
    .PatientEngagementSmartlyBlogCtaButton {
        width: 100%;
        justify-content: center;
    }
}

.PatientEngagementSmartlyBlogContainer {
    max-width: 1020px;
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
}

/* Section spacing for PatientEngagementSmartlyBlogPage */
.PatientEngagementSmartlyBlogSection, .PatientEngagementSmartlyBlogMainSection, .PatientEngagementSmartlyBlogCtaSection {
    margin-bottom: 0px;
}
/* Heading-description gap for PatientEngagementSmartlyBlogPage */
.PatientEngagementSmartlyBlogMainTitle, .PatientEngagementSmartlyBlogSectionTitle, .PatientEngagementSmartlyBlogCtaTitle {
    margin-bottom: 20px;
}
.PatientEngagementSmartlyBlogFaqSection {
    max-width: 1020px;
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.PatientEngagementSmartlyBlogFaqTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1C48B2;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.PatientEngagementSmartlyBlogFaqContainer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.PatientEngagementSmartlyBlogFaqColumn {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.PatientEngagementSmartlyBlogFaqItem {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.PatientEngagementSmartlyBlogFaqItem:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.PatientEngagementSmartlyBlogFaqQuestion {
    font-family: 'Nunito', sans-serif;
    font-weight: 670;
    font-size: 18px;
    color: #1C48B2;
    margin-bottom: 12px;
    line-height: 1.4;
}

.PatientEngagementSmartlyBlogFaqAnswer {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design for FAQ Section */
@media (max-width: 768px) {
    .PatientEngagementSmartlyBlogFaqContainer {
        flex-direction: column;
        gap: 20px;
    }

    .PatientEngagementSmartlyBlogFaqColumn{
        gap:20px;
    }

    .PatientEngagementSmartlyBlogFaqTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .PatientEngagementSmartlyBlogFaqItem {
        padding: 20px;
    }
    
    .PatientEngagementSmartlyBlogFaqQuestion {
        font-size: 16px;
    }
    
    .PatientEngagementSmartlyBlogFaqAnswer {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .PatientEngagementSmartlyBlogFaqSection {
        padding: 0 15px;
        margin: 40px auto;
    }
    
    .PatientEngagementSmartlyBlogFaqTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .PatientEngagementSmartlyBlogFaqItem {
        padding: 16px;
    }
    
    .PatientEngagementSmartlyBlogFaqQuestion {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .PatientEngagementSmartlyBlogFaqAnswer {
        font-size: 14px;
    }
}

.PatientEngagementSmartlyBlogImagetext {
    width: 50%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.PatientEngagementSmartlyBlogMainTitleRow {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}

/* FAQ Read More Functionality */
.home-faq-item.faq-hidden {
    display: none;
}

.home-faq-read-more-container {
    text-align: center;
    margin-top: 32px;
    padding: 20px 0;
}

.home-faq-read-more-btn {
    background: linear-gradient(90deg, #1C48B2 0%, #25B6FF 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 24px;
    padding: 12px 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(28, 72, 178, 0.2);
}

.home-faq-read-more-btn:hover {
    background: linear-gradient(90deg, #25B6FF 0%, #1C48B2 100%);
    box-shadow: 0 4px 16px rgba(28, 72, 178, 0.3);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .home-faq-read-more-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}

