

/* Start:/local/templates/uralkosmos/components/bitrix/news/katalog/bitrix/news.detail/.default/style.css?17757362961155*/
.download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border-left: 4px solid #e74c3c;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 450px;
    transition: transform 0.2s;
}

.download-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.doc-name {
    font-size: 15px;
    color: #2c3e50;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.doc-name::before {
    content: "📄";
    font-size: 18px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.2);
}

.download-btn:hover {
    background: #2980b9;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
}
/* End */
/* /local/templates/uralkosmos/components/bitrix/news/katalog/bitrix/news.detail/.default/style.css?17757362961155 */
