

/* Start:/local/components/my/last-documents/templates/.default/style.css?17800522186359*/
/* Support Updates Widget Styles */

.support-updates-widget {
    width: 100%;
}

@media (min-width: 992px) {
    .support-updates-widget {
        margin-bottom: 40px;
        position: absolute;
        top: 0;
        right: 0;
        max-width: 383px;
        z-index: 999;
        border-left: 1px solid #E5E7EB;
        background: #F9FAFB;
        padding-left: 24px;
        padding-right: 24px;
        height: 100%;
        padding-top: 62px;
    }
}

.support-updates-header {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.support-updates-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.support-update-card {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 15px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
    position: relative;
    overflow: hidden;
}

.support-update-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #004d9c;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.support-update-icon-col {
    flex-shrink: 0;
    width: 42px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.support-update-icon-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.support-update-content-col {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0; /* Обеспечивает корректный перенос длинных строк внутри flex-контейнера */
}

.support-update-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
}

.support-update-meta-text {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;

}

.support-update-meta-date {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
}

.support-update-card-title {
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 8px 0;
    word-break: break-word;
    font-weight: 600;
}

.support-update-title-link {
    color: #1e293b;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.support-update-title-link:hover {
    color: #004d9c !important;
}

.support-update-file-link {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.support-update-file-link:hover {
    transform: scale(1.08);
}

.support-update-file-description {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 400;
}

.support-update-file-size {
    color: #94a3b8;
    font-weight: 500;
}

.support-update-section-info {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
    line-height: 18px;
}

.support-update-section-link {
    font-weight: 600;
    color: #475569;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.support-update-section-link:hover {
    color: #004d9c !important;
    text-decoration: underline !important;
}

/* Hover States */
.support-update-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 64, 148, 0.06);
}

.support-update-card:hover::after {
    opacity: 1;
}

.support-update-card:hover .support-update-title-link {
    color: #004d9c;
}

/* Active / Tap state */
.support-update-card:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 64, 148, 0.04);
}
@media (max-width: 1099.98px) {
    .support-updates-widget {
        max-width: 340px;
    }
}
/* Responsive Styles for Tablets and Mobiles */
@media (min-width: 576px) and (max-width: 991.98px) {
    .support-updates-widget {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #E5E7EB;
        background: transparent;
        padding: 30px 0 0 0;
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .support-updates-header {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .support-updates-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .support-updates-widget {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #E5E7EB;
        background: transparent;
        padding: 24px 0 0 0;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .support-updates-header {
        font-size: 18px;
        margin-bottom: 16px;
        font-weight: 700;
    }
    .support-updates-list {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 4px 15px 16px 15px;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }
    .support-updates-list::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome/Safari */
    }
    .support-update-card {
        flex: 0 0 280px;
        scroll-snap-align: start;
        padding: 16px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }
    .support-update-icon-col {
        width: 32px;
        height: 38px;
        margin-right: 12px;
    }
    .support-update-meta {
        margin-bottom: 6px;
    }
    .support-update-meta-text {
        font-size: 10px;
    }
    .support-update-meta-date {
        font-size: 10px;
    }
    .support-update-card-title {
        font-size: 13px;
        line-height: 1.35;
        margin-bottom: 6px;
    }
    .support-update-section-info {
        font-size: 11px;
    }
}

/* End */
/* /local/components/my/last-documents/templates/.default/style.css?17800522186359 */
