.sm-single-event {
    padding: 48px 0;
}

.sm-single-event__inner {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 32px;
}

.sm-single-event__media {
    flex: 0 0 45%;
    max-width: 560px;
}

.sm-single-event__image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.sm-single-event__image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f0f0f1;
    border-radius: 6px;
}

.sm-single-event__content {
    flex: 1;
    min-width: 0;
}

.sm-single-event__category {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: #e0e0e0;
    color: #1e1e1e;
    font-size: 13px;
    margin-bottom: 12px;
}

.sm-single-event__title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
}

.sm-single-event__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    color: #50575e;
}

.sm-single-event__excerpt {
    font-size: 18px;
    line-height: 1.5;
    color: #50575e;
    margin: 0 0 24px;
}

.sm-single-event__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.sm-single-event__doc {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background: #f0f0f1;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 14px;
}

.sm-single-event__description {
    max-width: 800px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .sm-single-event__inner {
        flex-direction: column;
    }

    .sm-single-event__media {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .sm-single-event__title {
        font-size: 26px;
    }
}
