

/* Start:/bitrix/templates/spartakiada_copy_copy/components/bitrix/news/EVENTS/bitrix/news.detail/.default/style.css?17793909313451*/

.event-detail {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.event-hero {
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #1a3560;
}
.event-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.event-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,20,50,0.72) 0%, rgba(10,20,50,0.1) 55%, transparent 100%);
}
.event-hero__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 36px;
}
.event-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 12px;
}
.event-hero__badge svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}
.event-hero__title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.event-title-plain {
    font-size: 28px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 8px;
}
.event-date-plain {
    font-size: 13px;
    color: #888;
    margin-bottom: 28px;
    display: block;
}

.event-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 36px;
    align-items: start;
}

.event-body {
    font-size: 16px;
    line-height: 1.85;
    color: #2a2a2a;
}

.event-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.event-archive {
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 16px;
    padding: 22px;
}
.event-archive__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef0f5;
}
.event-archive__header svg {
    width: 18px;
    height: 18px;
    stroke: #6b7280;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}
.event-archive__title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.event-archive__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.event-archive__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f7f9fc;
    border: 1px solid #e4e8ef;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #1a56db;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}
.event-archive__link:hover {
    background: #eef3fd;
    border-color: #b8ccf5;
}
.event-archive__link svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.5;
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .event-layout {
        grid-template-columns: 1fr;
    }
    .event-hero {
        height: 300px;
    }
    .event-hero__title {
        font-size: 22px;
    }
    .event-hero__meta {
        padding: 20px 22px;
    }
}

/* End */
/* /bitrix/templates/spartakiada_copy_copy/components/bitrix/news/EVENTS/bitrix/news.detail/.default/style.css?17793909313451 */
