/* DisconnectedSystemsHurtPatientCareBlog Hero Section */

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.DisconnectedSystemsHurtPatientCareBlogHeroSection {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogHeroContainer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.DisconnectedSystemsHurtPatientCareBlogBreadcrumbs {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
}

.DisconnectedSystemsHurtPatientCareBlogBreadcrumbLink {
    color: #FFFFFF;
    text-decoration: none;
}

.DisconnectedSystemsHurtPatientCareBlogBreadcrumbLink:hover {
    text-decoration: underline;
}

.DisconnectedSystemsHurtPatientCareBlogBreadcrumbSeparator {
    color: #FFFFFF;
    opacity: 0.9;
}

.DisconnectedSystemsHurtPatientCareBlogBreadcrumbCurrent {
    color: #FFFFFF;
    opacity: 0.95;
}

.DisconnectedSystemsHurtPatientCareBlogHeroInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.DisconnectedSystemsHurtPatientCareBlogHeroImageWrapper {
    flex: 0 0 auto;
    max-width: 45%;
}

.DisconnectedSystemsHurtPatientCareBlogHeroImage {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
}

.DisconnectedSystemsHurtPatientCareBlogHeroContent {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.DisconnectedSystemsHurtPatientCareBlogHeroTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
}

.DisconnectedSystemsHurtPatientCareBlogHeroDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1200px) {
    .DisconnectedSystemsHurtPatientCareBlogHeroTitle {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .DisconnectedSystemsHurtPatientCareBlogHeroSection {
        padding: 100px 20px 60px 20px;
    }
    .DisconnectedSystemsHurtPatientCareBlogHeroInner {
        flex-direction: column;
        gap: 32px;
    }
    .DisconnectedSystemsHurtPatientCareBlogHeroImageWrapper {
        max-width: 100%;
        order: 1;
    }
    .DisconnectedSystemsHurtPatientCareBlogHeroContent {
        order: 2;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .DisconnectedSystemsHurtPatientCareBlogHeroSection {
        padding: 75px 20px 40px 20px;
    }
    .DisconnectedSystemsHurtPatientCareBlogHeroTitle {
        font-size: 32px;
    }
    .DisconnectedSystemsHurtPatientCareBlogHeroDescription {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .DisconnectedSystemsHurtPatientCareBlogHeroSection {
        padding: 60px 15px 30px 15px;
    }
    .DisconnectedSystemsHurtPatientCareBlogHeroDescription {
        font-size: 1rem;
    }
}

.DisconnectedSystemsHurtPatientCareBlogBackLinkContainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.DisconnectedSystemsHurtPatientCareBlogBackLink {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogLayoutWrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 16px;
}

.DisconnectedSystemsHurtPatientCareBlogAttachmentContainer {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogInlineImage {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 32px 0;
}

.DisconnectedSystemsHurtPatientCareBlogInlineImage .DisconnectedSystemsHurtPatientCareBlogMainImage {
    max-width: 500px;
    width: 100%;
}

.DisconnectedSystemsHurtPatientCareBlogSummarySection {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogSummaryTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 24px 0;
}

.DisconnectedSystemsHurtPatientCareBlogSummaryContent {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 auto 32px auto;
    max-width: 1200px;
}

.DisconnectedSystemsHurtPatientCareBlogSummarySection .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
}

.DisconnectedSystemsHurtPatientCareBlogSummarySection .btn-secondary img {
    width: 16px;
    height: 16px;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedSection {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 0 16px 48px 16px;
    box-sizing: border-box;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedSection .DisconnectedSystemsHurtPatientCareBlogRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0;
}

.DisconnectedSystemsHurtPatientCareBlogCarouselNav {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.DisconnectedSystemsHurtPatientCareBlogCarouselBtn {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogCarouselBtn:hover:not(:disabled) {
    background: #1C48B2;
    color: #fff;
}

.DisconnectedSystemsHurtPatientCareBlogCarouselBtn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.DisconnectedSystemsHurtPatientCareBlogCarouselBtnIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.DisconnectedSystemsHurtPatientCareBlogCarouselWrapper {
    overflow: hidden;
    width: 100%;
}

.DisconnectedSystemsHurtPatientCareBlogCarouselTrack {
    display: flex;
    gap: 25px;
    transition: transform 0.3s ease;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedCard {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedCard:hover {
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.16);
    text-decoration: none;
    color: inherit;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedCardImage {
    width: 215px;
    height: 215px;
    object-fit: contain;
    margin-bottom: 18px;
    border-radius: 18px;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedCardHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedCardDescription {
    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) {
    .DisconnectedSystemsHurtPatientCareBlogRelatedCard {
        flex: 0 0 calc((100% - 25px) / 2);
    }
    .DisconnectedSystemsHurtPatientCareBlogHeroInner {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .DisconnectedSystemsHurtPatientCareBlogRelatedSection .DisconnectedSystemsHurtPatientCareBlogRelatedTitle {
        font-size: 26px;
    }
    .DisconnectedSystemsHurtPatientCareBlogRelatedCard {
        flex: 0 0 100%;
    }
    .DisconnectedSystemsHurtPatientCareBlogRelatedCard {
        padding: 24px 12px;
    }
}

.DisconnectedSystemsHurtPatientCareBlogRightPanel {
    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) {
    .DisconnectedSystemsHurtPatientCareBlogRightPanel {
        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;
    }

    .DisconnectedSystemsHurtPatientCareBlogLayoutWrapper {
        overflow: visible !important;
        padding-top: 16px;
    }
}

@media (min-width: 1400px) {
    .DisconnectedSystemsHurtPatientCareBlogRightPanel {
        top: 120px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .DisconnectedSystemsHurtPatientCareBlogRightPanel {
        top: 115px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .DisconnectedSystemsHurtPatientCareBlogRightPanel {
        top: 110px !important;
    }
}

.DisconnectedSystemsHurtPatientCareBlogShareBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.DisconnectedSystemsHurtPatientCareBlogShareTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.DisconnectedSystemsHurtPatientCareBlogShareIcons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.DisconnectedSystemsHurtPatientCareBlogShareIcon {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogShareIcon:hover {
    background-color: #ecfaff;
    border-color: #1f65c7eb;
    color: #1f65c7eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
}

.DisconnectedSystemsHurtPatientCareBlogShareIcon:hover img,
.DisconnectedSystemsHurtPatientCareBlogShareIcon:hover svg {
    filter: brightness(0);
}

.DisconnectedSystemsHurtPatientCareBlogShareIcon img,
.DisconnectedSystemsHurtPatientCareBlogShareIcon svg {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}


.DisconnectedSystemsHurtPatientCareBlogSubscribeBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeInputWrap {
    position: relative;
    display: flex;
    align-items: center;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeIcon {
    position: absolute;
    left: 12px;
    flex-shrink: 0;
    color: #6b7280;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeInput {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeInput:focus,
.DisconnectedSystemsHurtPatientCareBlogSubscribeInput:invalid,
.DisconnectedSystemsHurtPatientCareBlogSubscribeInput:valid {
    outline: none !important;
    box-shadow: none !important;
    border-color: #B3D9F2 !important;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeInput::placeholder {
    color: #9ca3af;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeError {
    font-size: 13px;
    color: #dc2626;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeForm .btn-secondary {
    border: none;
    cursor: pointer;
    align-self: flex-start;
    padding: 8px 20px;
    font-size: 14px;
}

.DisconnectedSystemsHurtPatientCareBlogSubscribeForm .btn-secondary img {
    width: 14px;
    height: 14px;
}

@media (max-width: 1024px) {
    .DisconnectedSystemsHurtPatientCareBlogRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .DisconnectedSystemsHurtPatientCareBlogRightPanel .DisconnectedSystemsHurtPatientCareBlogShareBox,
    .DisconnectedSystemsHurtPatientCareBlogRightPanel .DisconnectedSystemsHurtPatientCareBlogSubscribeBox {
        min-width: 0;
    }

    .DisconnectedSystemsHurtPatientCareBlogRightPanel .DisconnectedSystemsHurtPatientCareBlogSubscribeBox {
        display: flex;
        flex-direction: column;
    }

    .DisconnectedSystemsHurtPatientCareBlogRightPanel .DisconnectedSystemsHurtPatientCareBlogSubscribeBox .DisconnectedSystemsHurtPatientCareBlogSubscribeForm {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .DisconnectedSystemsHurtPatientCareBlogRightPanel .DisconnectedSystemsHurtPatientCareBlogSubscribeBox .DisconnectedSystemsHurtPatientCareBlogSubscribeForm .btn-secondary {
        flex-shrink: 0;
    }
}

@media (max-width: 600px) {
    .DisconnectedSystemsHurtPatientCareBlogRightPanel {
        grid-template-columns: 1fr;
    }
}

.DisconnectedSystemsHurtPatientCareBlogAISection {
    padding: 0px 5px 32px 16px;
}

.DisconnectedSystemsHurtPatientCareBlogAISection .DisconnectedSystemsHurtPatientCareBlogAIHeading {
    color: #202328;
}

.DisconnectedSystemsHurtPatientCareBlogAttachmentBox1 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.DisconnectedSystemsHurtPatientCareBlogAIHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
    text-align: left;
}

.DisconnectedSystemsHurtPatientCareBlogAIButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.DisconnectedSystemsHurtPatientCareBlogAIButton {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogAIButton .DisconnectedSystemsHurtPatientCareBlogAIIcon {
    filter: brightness(0) invert(1);
}

@media (min-width: 1025px) {
    .DisconnectedSystemsHurtPatientCareBlogAIButton:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

    .DisconnectedSystemsHurtPatientCareBlogAIButton:hover .DisconnectedSystemsHurtPatientCareBlogAIIcon {
        filter: none;
    }

    .DisconnectedSystemsHurtPatientCareBlogAIButton[href*="claude.ai"]:hover svg.DisconnectedSystemsHurtPatientCareBlogAIIcon {
        filter: brightness(0);
    }
}

@media (max-width: 1024px) {
    .DisconnectedSystemsHurtPatientCareBlogAIButton[href*="claude.ai"]:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }
    .DisconnectedSystemsHurtPatientCareBlogAIButton[href*="claude.ai"]:hover svg.DisconnectedSystemsHurtPatientCareBlogAIIcon {
        filter: brightness(0) invert(1) !important;
    }
}

.DisconnectedSystemsHurtPatientCareBlogAIButton:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.15);
}

.DisconnectedSystemsHurtPatientCareBlogAIIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
}

.DisconnectedSystemsHurtPatientCareBlogAttachmentBox2 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px 20px 5px 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.DisconnectedSystemsHurtPatientCareBlogAttachmentBox2 .BlogCardCompact {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.DisconnectedSystemsHurtPatientCareBlogAttachmentBox2 .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;
}

.DisconnectedSystemsHurtPatientCareBlogAttachmentBox2 .BlogCardCompactImage {
    width: 92%;
    height: auto;
    object-fit: cover;
    display: block;
}

.DisconnectedSystemsHurtPatientCareBlogAttachmentBox2 .BlogCardCompactContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}

@media (max-width: 1024px) {
    .DisconnectedSystemsHurtPatientCareBlogAttachmentBox2 {
        display: none;
    }
}

.DisconnectedSystemsHurtPatientCareBlogAttachmenthiddenbox {
    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) {
    .DisconnectedSystemsHurtPatientCareBlogLayoutWrapper {
        flex-direction: column-reverse;
        padding-top: 16px;
    }
    .DisconnectedSystemsHurtPatientCareBlogAttachmentContainer {
        padding: 20px;
        flex: 1;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 0;
       
    }
    
    .DisconnectedSystemsHurtPatientCareBlogAttachmentBox1 {
        margin-top: 0;
        display: block !important;
        width: 100%;
    }
    
    
    .DisconnectedSystemsHurtPatientCareBlogAIButtons {
        gap: 8px;
        display: flex !important;
        visibility: visible !important;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogAIButton {
        padding: 8px 12px;
        font-size: 12px;
        display: flex !important;
        visibility: visible !important;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogAIIcon {
        width: 14px;
        height: 14px;
        display: block !important;
        visibility: visible !important;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogAttachmenthiddenbox {
        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);
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent {
        width: 100%;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactContainer {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .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;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompact:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(28, 72, 178, 0.15);
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactImageWrapper {
        width: 100%;
        height: 180px;
        overflow: hidden;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactImage {
        width: 60%;
        height: auto;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompact {
        gap: 0;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactContent {
        width: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
        min-height: fit-content;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .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);
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar {
        height: 6px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb {
        background: #B3D9F2;
        border-radius: 10px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb:hover {
        background: #1C48B2;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogAttachmenthiddenbox .DisconnectedSystemsHurtPatientCareBlogRelatedTitle {
        margin-bottom: 16px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogAttachmenthiddenbox .BlogCardCompactHeading {
        font-size: 16px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogAttachmenthiddenbox .BlogCardCompactContainer {
        gap: 0px;
    }
}

@media (min-width: 1025px) {
    .DisconnectedSystemsHurtPatientCareBlogAttachmenthiddenbox {
        display: none;
    }
}

.DisconnectedSystemsHurtPatientCareBlogHiddenboxContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.DisconnectedSystemsHurtPatientCareBlogRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 5px 0;
    text-align: left;
}
.DisconnectedSystemsHurtPatientCareBlogMainSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.DisconnectedSystemsHurtPatientCareBlogMainContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-radius: 16px;
    padding: 0;
}

.DisconnectedSystemsHurtPatientCareBlogMainImage {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 94%;
    max-width: 100%;
    padding: 0;
}

.DisconnectedSystemsHurtPatientCareBlogMainTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
}

.DisconnectedSystemsHurtPatientCareBlogParagraph {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (max-width: 1100px) {
    .DisconnectedSystemsHurtPatientCareBlogMainContent {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .DisconnectedSystemsHurtPatientCareBlogMainContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }
    .DisconnectedSystemsHurtPatientCareBlogMainImage {
        width: 70%;
        max-width: 500px;
        margin-bottom: 0;
    }
    .DisconnectedSystemsHurtPatientCareBlogImagetext {
        width: 100% !important;
    }
    .DisconnectedSystemsHurtPatientCareBlogTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 96%;
    max-width: 100%;
    padding: 0;;
    }
    .DisconnectedSystemsHurtPatientCareBlogMainSection {
        margin-bottom: -60px;
    }
    .DisconnectedSystemsHurtPatientCareBlogBackLink {
        margin-left: 30px;
    }
    .DisconnectedSystemsHurtPatientCareBlogImagetext {
        width: 100% !important;
    }
    .DisconnectedSystemsHurtPatientCareBlogContainer {
        margin: 0px !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .DisconnectedSystemsHurtPatientCareBlogMainTitle {
        font-size: 26px;
        text-align: left;
        padding: 1px 30px;
    }
}
@media (max-width: 767px) {
    .DisconnectedSystemsHurtPatientCareBlogMainTitle {
        font-size: 20px;
        text-align: left;
        padding: 1px 30px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .DisconnectedSystemsHurtPatientCareBlogMainImage {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.DisconnectedSystemsHurtPatientCareBlogSection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
}

.DisconnectedSystemsHurtPatientCareBlogSectionTitle {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogSubSectionTitle {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogSectionContent {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

.DisconnectedSystemsHurtPatientCareBlogReadMoreCard {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogReadMoreCard:hover {
    background-color: #ecfaff;
    border-color: #1f65c7eb;
    color: #1f65c7eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
}

.DisconnectedSystemsHurtPatientCareBlogReadMoreCard:hover .DisconnectedSystemsHurtPatientCareBlogReadMoreLabel {
    color: #000000;
}

.DisconnectedSystemsHurtPatientCareBlogReadMoreLabel {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 6px;
    color: inherit;
}

.DisconnectedSystemsHurtPatientCareBlogReadMoreText {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.DisconnectedSystemsHurtPatientCareBlogSectionList {
    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;
}
    .DisconnectedSystemsHurtPatientCareBlogSectionList li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #202328;
    }

/* Table Styles */
.DisconnectedSystemsHurtPatientCareBlogTableContainer {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
}

.DisconnectedSystemsHurtPatientCareBlogTable {
    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);
}

.DisconnectedSystemsHurtPatientCareBlogTable thead {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    color: #FFFFFF;
}

.DisconnectedSystemsHurtPatientCareBlogTable th {
    padding: 16px;
    text-align: center;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

.DisconnectedSystemsHurtPatientCareBlogTable td {
    padding: 16px;
    border: 1px solid #E5E7EB !important;
    color: #202328;
    text-align: center;
    background-color: #ECFAFF;
}

.DisconnectedSystemsHurtPatientCareBlogTable tbody tr:last-child td {
    border-bottom: none;
}

.DisconnectedSystemsHurtPatientCareBlogTable tbody tr:hover {
    background-color: #F9FAFB;
}

.DisconnectedSystemsHurtPatientCareBlogCtaSection {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogCtaTitle {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.DisconnectedSystemsHurtPatientCareBlogCtaDescription {
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.DisconnectedSystemsHurtPatientCareBlogCtaButtons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.DisconnectedSystemsHurtPatientCareBlogCtaButton {
    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;
}
.DisconnectedSystemsHurtPatientCareBlogCtaButton:hover {
    background: linear-gradient(90deg, #25B6FF 0%, #CC338D 100%);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
}

.DisconnectedSystemsHurtPatientCareBlogCtaArrow {
    font-size: 1.1em;
    margin-left: 4px;
}

@media (max-width: 1100px) {
    .DisconnectedSystemsHurtPatientCareBlogCtaSection {
        max-width: 98vw;
        padding: 32px 20px;
    }
}
@media (max-width: 600px) {
    .DisconnectedSystemsHurtPatientCareBlogCtaSection {
        max-width: 95vw;
        padding: 40px 10px 40px 10px;
    }
    .DisconnectedSystemsHurtPatientCareBlogCtaTitle {
        font-size: 22px;
    }
    .DisconnectedSystemsHurtPatientCareBlogCtaDescription {
        font-size: 15px;
    }
    .DisconnectedSystemsHurtPatientCareBlogCtaButtons {
        flex-direction: column;
        gap: 16px;
    }
    .DisconnectedSystemsHurtPatientCareBlogCtaButton {
        width: 100%;
        justify-content: center;
    }
    .DisconnectedSystemsHurtPatientCareBlogTableContainer {
        overflow-x: scroll;
    }
    .DisconnectedSystemsHurtPatientCareBlogTable {
        font-size: 14px;
    }
    .DisconnectedSystemsHurtPatientCareBlogTable th,
    .DisconnectedSystemsHurtPatientCareBlogTable td {
        padding: 12px;
    }
}

.DisconnectedSystemsHurtPatientCareBlogContainer {
    max-width: 1020px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
}

/* Section spacing for DisconnectedSystemsHurtPatientCareBlogPage */
.DisconnectedSystemsHurtPatientCareBlogSection, .DisconnectedSystemsHurtPatientCareBlogMainSection, .DisconnectedSystemsHurtPatientCareBlogCtaSection {
    margin-bottom: 30px;
}
/* Heading-description gap for DisconnectedSystemsHurtPatientCareBlogPage */
.DisconnectedSystemsHurtPatientCareBlogMainTitle, .DisconnectedSystemsHurtPatientCareBlogSectionTitle, .DisconnectedSystemsHurtPatientCareBlogCtaTitle {
    margin-bottom: 20px;
}
.DisconnectedSystemsHurtPatientCareBlogFaqSection {
    max-width: 1020px;
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.DisconnectedSystemsHurtPatientCareBlogFaqTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1C48B2;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.DisconnectedSystemsHurtPatientCareBlogFaqContainer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.DisconnectedSystemsHurtPatientCareBlogFaqColumn {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.DisconnectedSystemsHurtPatientCareBlogFaqItem {
    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;
}

.DisconnectedSystemsHurtPatientCareBlogFaqItem:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.DisconnectedSystemsHurtPatientCareBlogFaqQuestion {
    font-family: 'Nunito', sans-serif;
    font-weight: 670;
    font-size: 18px;
    color: #1C48B2;
    margin-bottom: 12px;
    line-height: 1.4;
}

.DisconnectedSystemsHurtPatientCareBlogFaqAnswer {
    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) {
    .DisconnectedSystemsHurtPatientCareBlogFaqContainer {
        flex-direction: column;
        gap: 20px;
    }

    .DisconnectedSystemsHurtPatientCareBlogFaqColumn{
        gap:20px;
    }

    .DisconnectedSystemsHurtPatientCareBlogFaqTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogFaqItem {
        padding: 20px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogFaqQuestion {
        font-size: 16px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogFaqAnswer {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .DisconnectedSystemsHurtPatientCareBlogFaqSection {
        padding: 0 15px;
        margin: 40px auto;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogFaqTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogFaqItem {
        padding: 16px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogFaqQuestion {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .DisconnectedSystemsHurtPatientCareBlogFaqAnswer {
        font-size: 14px;
    }
}

.DisconnectedSystemsHurtPatientCareBlogImagetext {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0;
}
.DisconnectedSystemsHurtPatientCareBlogMainTitleRow {
    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;
    }
}

/* Copy-link toast (Toastify) */
.custom-toast {
    background: #DCF1FA !important;
    color: #202328 !important;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 5px solid #25B6FF;
    padding: 15px 30px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
.toast-close {
    color: #202328 !important;
    font-size: 18px !important;
    margin-left: 12px !important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.toast-close:hover {
    opacity: 1;
    color: #202327 !important;
}
.toastify-right {
    right: 30px !important;
}
.toastify-top {
    top: 140px !important;
}
