

/* Start:/bitrix/templates/ipovszrt/components/bitrix/news/template2/bitrix/news.list/.default/style.css?17811579972129*/
.zoom-card {
    max-width: 580px;
    margin: 30px 0;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.02);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    overflow: hidden;
    transition: all 0.2s ease;
    border: 1px solid #eaeef2;
}
.zoom-header {
    background: #0b2b4f;
    padding: 18px 24px;
}
.zoom-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.zoom-header p {
    margin: 6px 0 0;
    color: #bdd4e8;
    font-size: 13px;
}
.zoom-body {
    padding: 24px;
    color: #1a2c3e;
}
.info-row {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.info-icon {
    width: 28px;
    font-size: 18px;
    flex-shrink: 0;
    text-align: center;
}
.info-content {
    flex: 1;
}
.info-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5a6e7c;
    margin-bottom: 4px;
}
.info-value {
    font-size: 15px;
    font-weight: 500;
    color: #0f1e2c;
    line-height: 1.4;
}
.info-value a {
    color: #1a6bbf;
    text-decoration: none;
    border-bottom: 1px solid #cbdde9;
    transition: all 0.2s;
    word-break: break-all;
}
.info-value a:hover {
    color: #0d4b8a;
    border-bottom-color: #0d4b8a;
}
.link-short {
    font-size: 13px;
    font-family: monospace;
    background: #f4f7fa;
    padding: 2px 6px;
    border-radius: 8px;
    display: inline-block;
}
.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #edf2f7;
}
.badge {
    background: #f4f7fc;
    padding: 8px 14px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #1f3b4c;
}
.badge strong {
    font-weight: 700;
    color: #0b2b4f;
}
@media (max-width: 500px) {
    .zoom-body { padding: 18px; }
    .info-row { gap: 8px; }
}
/* End */
/* /bitrix/templates/ipovszrt/components/bitrix/news/template2/bitrix/news.list/.default/style.css?17811579972129 */
