/* HowRemindersImprovePatientOutcomesBlog Hero Section */

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.HowRemindersImprovePatientOutcomesBlogHeroSection {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 99px 0 0 0;
    padding: 40px 24px 60px 24px;
}

.HowRemindersImprovePatientOutcomesBlogHeroContainer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.HowRemindersImprovePatientOutcomesBlogBreadcrumbs {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
}

.HowRemindersImprovePatientOutcomesBlogBreadcrumbLink {
    color: #FFFFFF;
    text-decoration: none;
}

.HowRemindersImprovePatientOutcomesBlogBreadcrumbLink:hover {
    text-decoration: underline;
}

.HowRemindersImprovePatientOutcomesBlogBreadcrumbSeparator {
    color: #FFFFFF;
    opacity: 0.9;
}

.HowRemindersImprovePatientOutcomesBlogBreadcrumbCurrent {
    color: #FFFFFF;
    opacity: 0.95;
}

.HowRemindersImprovePatientOutcomesBlogHeroInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.HowRemindersImprovePatientOutcomesBlogHeroImageWrapper {
    flex: 0 0 auto;
    max-width: 45%;
}

.HowRemindersImprovePatientOutcomesBlogHeroImage {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
}

.HowRemindersImprovePatientOutcomesBlogHeroContent {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.HowRemindersImprovePatientOutcomesBlogHeroTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
}

.HowRemindersImprovePatientOutcomesBlogHeroDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1200px) {
    .HowRemindersImprovePatientOutcomesBlogHeroTitle {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .HowRemindersImprovePatientOutcomesBlogHeroSection {
        padding: 100px 20px 60px 20px;
    }
    .HowRemindersImprovePatientOutcomesBlogHeroInner {
        flex-direction: column;
        gap: 32px;
    }
    .HowRemindersImprovePatientOutcomesBlogHeroImageWrapper {
        max-width: 100%;
        order: 1;
    }
    .HowRemindersImprovePatientOutcomesBlogHeroContent {
        order: 2;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .HowRemindersImprovePatientOutcomesBlogHeroSection {
        padding: 75px 20px 40px 20px;
    }
    .HowRemindersImprovePatientOutcomesBlogHeroTitle {
        font-size: 32px;
    }
    .HowRemindersImprovePatientOutcomesBlogHeroDescription {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .HowRemindersImprovePatientOutcomesBlogHeroSection {
        padding: 60px 15px 30px 15px;
    }
    .HowRemindersImprovePatientOutcomesBlogHeroDescription {
        font-size: 1rem;
    }
}

.HowRemindersImprovePatientOutcomesBlogBackLinkContainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.HowRemindersImprovePatientOutcomesBlogBackLink {
    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;
}

.HowRemindersImprovePatientOutcomesBlogLayoutWrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 16px;
}

.HowRemindersImprovePatientOutcomesBlogAttachmentContainer {
    border: 1px solid #B3D9F2;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px 24px;
    box-sizing: border-box;
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: 0;
}

.HowRemindersImprovePatientOutcomesBlogInlineImage {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 32px 0;
}

.HowRemindersImprovePatientOutcomesBlogInlineImage .HowRemindersImprovePatientOutcomesBlogMainImage {
    max-width: 500px;
    width: 100%;
}

.HowRemindersImprovePatientOutcomesBlogSummarySection {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 60px auto 0 auto;
    padding: 48px 24px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #B3D9F2;
    border-radius: 12px;
    text-align: center;
}

.HowRemindersImprovePatientOutcomesBlogSummaryTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 24px 0;
}

.HowRemindersImprovePatientOutcomesBlogSummaryContent {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 auto 32px auto;
    max-width: 1200px;
}

.HowRemindersImprovePatientOutcomesBlogSummarySection .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
}

.HowRemindersImprovePatientOutcomesBlogSummarySection .btn-secondary img {
    width: 16px;
    height: 16px;
}

.HowRemindersImprovePatientOutcomesBlogRelatedSection {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 0 16px 48px 16px;
    box-sizing: border-box;
}

.HowRemindersImprovePatientOutcomesBlogRelatedHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.HowRemindersImprovePatientOutcomesBlogRelatedSection .HowRemindersImprovePatientOutcomesBlogRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0;
}

.HowRemindersImprovePatientOutcomesBlogCarouselNav {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.HowRemindersImprovePatientOutcomesBlogCarouselBtn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #1C48B2;
    background: #fff;
    color: #1C48B2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.HowRemindersImprovePatientOutcomesBlogCarouselBtn:hover:not(:disabled) {
    background: #1C48B2;
    color: #fff;
}

.HowRemindersImprovePatientOutcomesBlogCarouselBtn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.HowRemindersImprovePatientOutcomesBlogCarouselBtnIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.HowRemindersImprovePatientOutcomesBlogCarouselWrapper {
    overflow: hidden;
    width: 100%;
}

.HowRemindersImprovePatientOutcomesBlogCarouselTrack {
    display: flex;
    gap: 25px;
    transition: transform 0.3s ease;
}

.HowRemindersImprovePatientOutcomesBlogRelatedCard {
    flex: 0 0 calc((100% - 50px) / 3);
    background: white;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.08);
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    min-width: 0;
}

.HowRemindersImprovePatientOutcomesBlogRelatedCard:hover {
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.16);
    text-decoration: none;
    color: inherit;
}

.HowRemindersImprovePatientOutcomesBlogRelatedCardImage {
    width: 215px;
    height: 215px;
    object-fit: contain;
    margin-bottom: 18px;
    border-radius: 18px;
}

.HowRemindersImprovePatientOutcomesBlogRelatedCardHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}

.HowRemindersImprovePatientOutcomesBlogRelatedCardDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 991px) {
    .HowRemindersImprovePatientOutcomesBlogRelatedCard {
        flex: 0 0 calc((100% - 25px) / 2);
    }
    .HowRemindersImprovePatientOutcomesBlogHeroInner {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .HowRemindersImprovePatientOutcomesBlogRelatedSection .HowRemindersImprovePatientOutcomesBlogRelatedTitle {
        font-size: 26px;
    }
    .HowRemindersImprovePatientOutcomesBlogRelatedCard {
        flex: 0 0 100%;
    }
    .HowRemindersImprovePatientOutcomesBlogRelatedCard {
        padding: 24px 12px;
    }
}

.HowRemindersImprovePatientOutcomesBlogRightPanel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 32%;
    max-width: 32%;
    align-items: flex-end;
    margin-top: 0;
}

@media (min-width: 1025px) {
    .HowRemindersImprovePatientOutcomesBlogRightPanel {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 110px !important;
        align-self: flex-start !important;
        height: fit-content !important;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        will-change: transform;
    }

    .HowRemindersImprovePatientOutcomesBlogLayoutWrapper {
        overflow: visible !important;
        padding-top: 16px;
    }
}

@media (min-width: 1400px) {
    .HowRemindersImprovePatientOutcomesBlogRightPanel {
        top: 120px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .HowRemindersImprovePatientOutcomesBlogRightPanel {
        top: 115px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .HowRemindersImprovePatientOutcomesBlogRightPanel {
        top: 110px !important;
    }
}

.HowRemindersImprovePatientOutcomesBlogShareBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.HowRemindersImprovePatientOutcomesBlogShareTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.HowRemindersImprovePatientOutcomesBlogShareIcons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.HowRemindersImprovePatientOutcomesBlogShareIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1f65c7eb;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1f65c7eb;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.HowRemindersImprovePatientOutcomesBlogShareIcon:hover {
    background-color: #ecfaff;
    border-color: #1f65c7eb;
    color: #1f65c7eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
}

.HowRemindersImprovePatientOutcomesBlogShareIcon:hover img,
.HowRemindersImprovePatientOutcomesBlogShareIcon:hover svg {
    filter: brightness(0);
}

.HowRemindersImprovePatientOutcomesBlogShareIcon img,
.HowRemindersImprovePatientOutcomesBlogShareIcon svg {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}


.HowRemindersImprovePatientOutcomesBlogSubscribeBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeInputWrap {
    position: relative;
    display: flex;
    align-items: center;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeIcon {
    position: absolute;
    left: 12px;
    flex-shrink: 0;
    color: #6b7280;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeInput {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #B3D9F2 !important;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeInput:focus,
.HowRemindersImprovePatientOutcomesBlogSubscribeInput:invalid,
.HowRemindersImprovePatientOutcomesBlogSubscribeInput:valid {
    outline: none !important;
    box-shadow: none !important;
    border-color: #B3D9F2 !important;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeInput::placeholder {
    color: #9ca3af;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeError {
    font-size: 13px;
    color: #dc2626;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeForm .btn-secondary {
    border: none;
    cursor: pointer;
    align-self: flex-start;
    padding: 8px 20px;
    font-size: 14px;
}

.HowRemindersImprovePatientOutcomesBlogSubscribeForm .btn-secondary img {
    width: 14px;
    height: 14px;
}

@media (max-width: 1024px) {
    .HowRemindersImprovePatientOutcomesBlogRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .HowRemindersImprovePatientOutcomesBlogRightPanel .HowRemindersImprovePatientOutcomesBlogShareBox,
    .HowRemindersImprovePatientOutcomesBlogRightPanel .HowRemindersImprovePatientOutcomesBlogSubscribeBox {
        min-width: 0;
    }

    .HowRemindersImprovePatientOutcomesBlogRightPanel .HowRemindersImprovePatientOutcomesBlogSubscribeBox {
        display: flex;
        flex-direction: column;
    }

    .HowRemindersImprovePatientOutcomesBlogRightPanel .HowRemindersImprovePatientOutcomesBlogSubscribeBox .HowRemindersImprovePatientOutcomesBlogSubscribeForm {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .HowRemindersImprovePatientOutcomesBlogRightPanel .HowRemindersImprovePatientOutcomesBlogSubscribeBox .HowRemindersImprovePatientOutcomesBlogSubscribeForm .btn-secondary {
        flex-shrink: 0;
    }
}

@media (max-width: 600px) {
    .HowRemindersImprovePatientOutcomesBlogRightPanel {
        grid-template-columns: 1fr;
    }
}

.HowRemindersImprovePatientOutcomesBlogAISection {
    padding: 0px 5px 32px 16px;
}

.HowRemindersImprovePatientOutcomesBlogAISection .HowRemindersImprovePatientOutcomesBlogAIHeading {
    color: #202328;
}

.HowRemindersImprovePatientOutcomesBlogAttachmentBox1 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.HowRemindersImprovePatientOutcomesBlogAIHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
    text-align: left;
}

.HowRemindersImprovePatientOutcomesBlogAIButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.HowRemindersImprovePatientOutcomesBlogAIButton {
    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;
}

.HowRemindersImprovePatientOutcomesBlogAIButton .HowRemindersImprovePatientOutcomesBlogAIIcon {
    filter: brightness(0) invert(1);
}

@media (min-width: 1025px) {
    .HowRemindersImprovePatientOutcomesBlogAIButton:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

    .HowRemindersImprovePatientOutcomesBlogAIButton:hover .HowRemindersImprovePatientOutcomesBlogAIIcon {
        filter: none;
    }

    /* Claude AI icon: black on hover (desktop only) */
    .HowRemindersImprovePatientOutcomesBlogAIButton[href*="claude.ai"]:hover svg.HowRemindersImprovePatientOutcomesBlogAIIcon {
        filter: brightness(0);
    }
}

@media (max-width: 1024px) {
    /* Claude button: no hover effect on tablet/mobile */
    .HowRemindersImprovePatientOutcomesBlogAIButton[href*="claude.ai"]:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }
    .HowRemindersImprovePatientOutcomesBlogAIButton[href*="claude.ai"]:hover svg.HowRemindersImprovePatientOutcomesBlogAIIcon {
        filter: brightness(0) invert(1) !important;
    }
}

.HowRemindersImprovePatientOutcomesBlogAIButton:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.15);
}

.HowRemindersImprovePatientOutcomesBlogAIIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
}

.HowRemindersImprovePatientOutcomesBlogAttachmentBox2 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px 20px 5px 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.HowRemindersImprovePatientOutcomesBlogAttachmentBox2 .BlogCardCompact {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.HowRemindersImprovePatientOutcomesBlogAttachmentBox2 .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;
}

.HowRemindersImprovePatientOutcomesBlogAttachmentBox2 .BlogCardCompactImage {
    width: 92%;
    height: auto;
    object-fit: cover;
    display: block;
}

.HowRemindersImprovePatientOutcomesBlogAttachmentBox2 .BlogCardCompactContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}

@media (max-width: 1024px) {
    .HowRemindersImprovePatientOutcomesBlogAttachmentBox2 {
        display: none;
    }
}

.HowRemindersImprovePatientOutcomesBlogAttachmenthiddenbox {
    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) {
    .HowRemindersImprovePatientOutcomesBlogLayoutWrapper {
        flex-direction: column-reverse;
        padding-top: 16px;
    }
    .HowRemindersImprovePatientOutcomesBlogAttachmentContainer {
        padding: 20px;
        flex: 1;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
    
    .HowRemindersImprovePatientOutcomesBlogRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 0;
       
    }
    
    .HowRemindersImprovePatientOutcomesBlogAttachmentBox1 {
        margin-top: 0;
        display: block !important;
        width: 100%;
    }
    
    
    .HowRemindersImprovePatientOutcomesBlogAIButtons {
        gap: 8px;
        display: flex !important;
        visibility: visible !important;
    }
    
    .HowRemindersImprovePatientOutcomesBlogAIButton {
        padding: 8px 12px;
        font-size: 12px;
        display: flex !important;
        visibility: visible !important;
    }
    
    .HowRemindersImprovePatientOutcomesBlogAIIcon {
        width: 14px;
        height: 14px;
        display: block !important;
        visibility: visible !important;
    }
    
    .HowRemindersImprovePatientOutcomesBlogAttachmenthiddenbox {
        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);
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent {
        width: 100%;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactContainer {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .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;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompact:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(28, 72, 178, 0.15);
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactImageWrapper {
        width: 100%;
        height: 180px;
        overflow: hidden;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactImage {
        width: 60%;
        height: auto;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompact {
        gap: 0;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactContent {
        width: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
        min-height: fit-content;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .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);
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar {
        height: 6px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb {
        background: #B3D9F2;
        border-radius: 10px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb:hover {
        background: #1C48B2;
    }
    
    .HowRemindersImprovePatientOutcomesBlogAttachmenthiddenbox .HowRemindersImprovePatientOutcomesBlogRelatedTitle {
        margin-bottom: 16px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogAttachmenthiddenbox .BlogCardCompactHeading {
        font-size: 16px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogAttachmenthiddenbox .BlogCardCompactContainer {
        gap: 0px;
    }
}

@media (min-width: 1025px) {
    .HowRemindersImprovePatientOutcomesBlogAttachmenthiddenbox {
        display: none;
    }
}

.HowRemindersImprovePatientOutcomesBlogHiddenboxContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.HowRemindersImprovePatientOutcomesBlogRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 5px 0;
    text-align: left;
}
.HowRemindersImprovePatientOutcomesBlogMainSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.HowRemindersImprovePatientOutcomesBlogMainContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-radius: 16px;
    padding: 0;
}

.HowRemindersImprovePatientOutcomesBlogMainImage {
    width: 100%;
    max-width: 460px!important;
    height: auto;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.HowRemindersImprovePatientOutcomesBlogTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 94%;
    max-width: 100%;
    padding: 0;
}

.HowRemindersImprovePatientOutcomesBlogMainTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
}

.HowRemindersImprovePatientOutcomesBlogParagraph {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (max-width: 1100px) {
    .HowRemindersImprovePatientOutcomesBlogMainContent {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .HowRemindersImprovePatientOutcomesBlogMainContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }
    .HowRemindersImprovePatientOutcomesBlogMainImage {
        width: 70%;
        max-width: 500px;
        margin-bottom: 0;
    }
    .HowRemindersImprovePatientOutcomesBlogImagetext {
        width: 100% !important;
    }
    .HowRemindersImprovePatientOutcomesBlogTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 96%;
    max-width: 100%;
    padding: 0;;
    }
    .HowRemindersImprovePatientOutcomesBlogMainSection {
        margin-bottom: -60px;
    }
    .HowRemindersImprovePatientOutcomesBlogBackLink {
        margin-left: 30px;
    }
    .HowRemindersImprovePatientOutcomesBlogImagetext {
        width: 100% !important;
    }
    .HowRemindersImprovePatientOutcomesBlogContainer {
        margin: 0px !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .HowRemindersImprovePatientOutcomesBlogMainTitle {
        font-size: 26px;
        text-align: left;
        padding: 1px 30px;
    }
}
@media (max-width: 767px) {
    .HowRemindersImprovePatientOutcomesBlogMainTitle {
        font-size: 20px;
        text-align: left;
        padding: 1px 30px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .HowRemindersImprovePatientOutcomesBlogMainImage {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.HowRemindersImprovePatientOutcomesBlogSection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
}

.HowRemindersImprovePatientOutcomesBlogSectionTitle {
    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;
}

.HowRemindersImprovePatientOutcomesBlogSubSectionTitle {
    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;
}

.HowRemindersImprovePatientOutcomesBlogSectionContent {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

.HowRemindersImprovePatientOutcomesBlogReadMoreCard {
    display: block;
    border: 1px solid #1f65c7eb;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 16px 0;
    text-decoration: none;
    color: #ffffff;
    background-color: #1f65c7eb;
    transition: all 0.3s ease;
}

.HowRemindersImprovePatientOutcomesBlogReadMoreCard:hover {
    background-color: #ecfaff;
    border-color: #1f65c7eb;
    color: #1f65c7eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
}

.HowRemindersImprovePatientOutcomesBlogReadMoreCard:hover .HowRemindersImprovePatientOutcomesBlogReadMoreLabel {
    color: #000000;
}

.HowRemindersImprovePatientOutcomesBlogReadMoreLabel {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 6px;
    color: inherit;
}

.HowRemindersImprovePatientOutcomesBlogReadMoreText {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.HowRemindersImprovePatientOutcomesBlogSectionList {
    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;
}
    .HowRemindersImprovePatientOutcomesBlogSectionList li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #202328;
    }

/* Table Styles */
.HowRemindersImprovePatientOutcomesBlogTableContainer {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
}

.HowRemindersImprovePatientOutcomesBlogTable {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.HowRemindersImprovePatientOutcomesBlogTable thead {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    color: #FFFFFF;
}

.HowRemindersImprovePatientOutcomesBlogTable th {
    padding: 16px;
    text-align: center;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

.HowRemindersImprovePatientOutcomesBlogTable td {
    padding: 16px;
    border: 1px solid #E5E7EB !important;
    color: #202328;
    text-align: center;
    background-color: #ECFAFF;
}

.HowRemindersImprovePatientOutcomesBlogTable tbody tr:last-child td {
    border-bottom: none;
}

.HowRemindersImprovePatientOutcomesBlogTable tbody tr:hover {
    background-color: #F9FAFB;
}

.HowRemindersImprovePatientOutcomesBlogCtaSection {
    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;
}

.HowRemindersImprovePatientOutcomesBlogCtaTitle {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.HowRemindersImprovePatientOutcomesBlogCtaDescription {
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.HowRemindersImprovePatientOutcomesBlogCtaButtons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.HowRemindersImprovePatientOutcomesBlogCtaButton {
    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;
}
.HowRemindersImprovePatientOutcomesBlogCtaButton:hover {
    background: linear-gradient(90deg, #25B6FF 0%, #CC338D 100%);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
}

.HowRemindersImprovePatientOutcomesBlogCtaArrow {
    font-size: 1.1em;
    margin-left: 4px;
}

@media (max-width: 1100px) {
    .HowRemindersImprovePatientOutcomesBlogCtaSection {
        max-width: 98vw;
        padding: 32px 20px;
    }
}
@media (max-width: 600px) {
    .HowRemindersImprovePatientOutcomesBlogCtaSection {
        max-width: 95vw;
        padding: 40px 10px 40px 10px;
    }
    .HowRemindersImprovePatientOutcomesBlogCtaTitle {
        font-size: 22px;
    }
    .HowRemindersImprovePatientOutcomesBlogCtaDescription {
        font-size: 15px;
    }
    .HowRemindersImprovePatientOutcomesBlogCtaButtons {
        flex-direction: column;
        gap: 16px;
    }
    .HowRemindersImprovePatientOutcomesBlogCtaButton {
        width: 100%;
        justify-content: center;
    }
    .HowRemindersImprovePatientOutcomesBlogTableContainer {
        overflow-x: scroll;
    }
    .HowRemindersImprovePatientOutcomesBlogTable {
        font-size: 14px;
    }
    .HowRemindersImprovePatientOutcomesBlogTable th,
    .HowRemindersImprovePatientOutcomesBlogTable td {
        padding: 12px;
    }
}

.HowRemindersImprovePatientOutcomesBlogContainer {
    max-width: 1020px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
}

/* Section spacing for HowRemindersImprovePatientOutcomesBlogPage */
.HowRemindersImprovePatientOutcomesBlogSection, .HowRemindersImprovePatientOutcomesBlogMainSection, .HowRemindersImprovePatientOutcomesBlogCtaSection {
    margin-bottom: 30px;
}
/* Heading-description gap for HowRemindersImprovePatientOutcomesBlogPage */
.HowRemindersImprovePatientOutcomesBlogMainTitle, .HowRemindersImprovePatientOutcomesBlogSectionTitle, .HowRemindersImprovePatientOutcomesBlogCtaTitle {
    margin-bottom: 20px;
}
.HowRemindersImprovePatientOutcomesBlogFaqSection {
    max-width: 1020px;
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.HowRemindersImprovePatientOutcomesBlogFaqTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1C48B2;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.HowRemindersImprovePatientOutcomesBlogFaqContainer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.HowRemindersImprovePatientOutcomesBlogFaqColumn {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.HowRemindersImprovePatientOutcomesBlogFaqItem {
    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;
}

.HowRemindersImprovePatientOutcomesBlogFaqItem:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.HowRemindersImprovePatientOutcomesBlogFaqQuestion {
    font-family: 'Nunito', sans-serif;
    font-weight: 670;
    font-size: 18px;
    color: #1C48B2;
    margin-bottom: 12px;
    line-height: 1.4;
}

.HowRemindersImprovePatientOutcomesBlogFaqAnswer {
    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) {
    .HowRemindersImprovePatientOutcomesBlogFaqContainer {
        flex-direction: column;
        gap: 20px;
    }

    .HowRemindersImprovePatientOutcomesBlogFaqColumn{
        gap:20px;
    }

    .HowRemindersImprovePatientOutcomesBlogFaqTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogFaqItem {
        padding: 20px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogFaqQuestion {
        font-size: 16px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogFaqAnswer {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .HowRemindersImprovePatientOutcomesBlogFaqSection {
        padding: 0 15px;
        margin: 40px auto;
    }
    
    .HowRemindersImprovePatientOutcomesBlogFaqTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogFaqItem {
        padding: 16px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogFaqQuestion {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .HowRemindersImprovePatientOutcomesBlogFaqAnswer {
        font-size: 14px;
    }
}

.HowRemindersImprovePatientOutcomesBlogImagetext {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0;
}
.HowRemindersImprovePatientOutcomesBlogMainTitleRow {
    width: 94%;
}

.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);
}

.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;
}

.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;
    }
}


