.mkik-single-event {
    background:
        linear-gradient(180deg, #fff7f3 0, #ffffff 130px),
        #ffffff;
    padding: 46px 0 70px;
}

.mkik-single-event__hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 220px;
    align-items: start;
    gap: 32px;
    margin-bottom: 28px;
}

.mkik-single-event__title {
    margin: 0;
    color: var(--mkik-dark);
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 800;
    max-width: 980px;
}

.mkik-single-event__decor {
    width: 220px;
    height: 160px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.62;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='160' viewBox='0 0 220 160' fill='none'%3E%3Cpath d='M48 34L90 80L48 126' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M120 34L162 80L120 126' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-single-event__meta {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding: 24px 28px;
    margin-bottom: 34px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 54px rgba(20, 33, 61, 0.06);
}

.mkik-single-event__meta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.mkik-single-event__meta-icon {
    position: relative;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 90, 31, 0.18);
    background: rgba(255, 90, 31, 0.04);
}

.mkik-single-event__meta-icon::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mkik-single-event__meta-item--date .mkik-single-event__meta-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 2V5M17 2V5M3 9H21M5 5H19C20.1046 5 21 5.89543 21 7V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V7C3 5.89543 3.89543 5 5 5Z' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-single-event__meta-item--time .mkik-single-event__meta-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23FF5A1F' stroke-width='2'/%3E%3Cpath d='M12 7V12L15 15' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-single-event__meta-item--venue .mkik-single-event__meta-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21C12 21 19 15.4 19 10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10C5 15.4 12 21 12 21Z' stroke='%23FF5A1F' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='2.5' stroke='%23FF5A1F' stroke-width='2'/%3E%3C/svg%3E");
}

.mkik-single-event__meta-item--type .mkik-single-event__meta-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18V5L21 3V16' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='18' r='3' stroke='%23FF5A1F' stroke-width='2'/%3E%3Ccircle cx='18' cy='16' r='3' stroke='%23FF5A1F' stroke-width='2'/%3E%3C/svg%3E");
}

.mkik-single-event__meta-item--price .mkik-single-event__meta-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 9.5V6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V9.5M4 9.5C5.38071 9.5 6.5 10.6193 6.5 12C6.5 13.3807 5.38071 14.5 4 14.5V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V14.5C18.6193 14.5 17.5 13.3807 17.5 12C17.5 10.6193 18.6193 9.5 20 9.5V6M4 9.5H20' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-single-event__meta-text {
    min-width: 0;
}

.mkik-single-event__meta-label {
    display: block;
    margin-bottom: 4px;
    color: #7a8397;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}

.mkik-single-event__meta-value {
    display: block;
    color: var(--mkik-dark);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    word-break: break-word;
}

.mkik-single-event__facebook {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 26px;
    border: 1px solid #bfc8da;
    border-radius: 10px;
    background: #ffffff;
    color: var(--mkik-dark);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mkik-single-event__facebook:hover {
    border-color: #4267b2;
    background: #f5f8ff;
    color: #4267b2;
    box-shadow: 0 12px 28px rgba(66, 103, 178, 0.14);
    transform: translateY(-1px);
}

.mkik-single-event__facebook-icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.mkik-single-event__facebook-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 8H16V4H13C10.7909 4 9 5.79086 9 8V10H6V14H9V20H13V14H16L17 10H13V8C13 7.44772 13.4477 7 14 7V8Z' fill='%2314213D'/%3E%3C/svg%3E");
}

.mkik-single-event__facebook:hover .mkik-single-event__facebook-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 8H16V4H13C10.7909 4 9 5.79086 9 8V10H6V14H9V20H13V14H16L17 10H13V8C13 7.44772 13.4477 7 14 7V8Z' fill='%234267B2'/%3E%3C/svg%3E");
}

.mkik-single-event__grid {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) minmax(280px, 340px);
    gap: 34px;
    align-items: start;
}

.mkik-single-event__poster-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mkik-single-event__poster {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(20, 33, 61, 0.06);
}

.mkik-single-event__poster-image {
    position: relative;
    display: block;
    min-height: 420px;
    background: #f4f6fa;
}

.mkik-single-event__poster-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.mkik-single-event__poster-button {
    width: 100%;
    min-height: 52px;
    border-radius: 10px;
}

.mkik-single-event__content h2,
.mkik-single-event__content h3,
.mkik-single-event__content h4 {
    color: var(--mkik-dark);
    font-weight: 800;
    line-height: 1.2;
}

.mkik-single-event__content-title {
    margin: 6px 0 22px;
    color: var(--mkik-dark);
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.mkik-single-event__content-body {
    color: var(--mkik-text);
    font-size: 18px;
    line-height: 1.78;
}

.mkik-single-event__content-body > *:first-child {
    margin-top: 0;
}

.mkik-single-event__content-body p {
    margin: 0 0 18px;
}

.mkik-single-event__content-body ul,
.mkik-single-event__content-body ol {
    margin: 0 0 18px 22px;
}

.mkik-single-event__info {
    padding: 28px 26px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 46px rgba(20, 33, 61, 0.06);
}

.mkik-single-event__info-title {
    margin: 0 0 26px;
    color: var(--mkik-dark);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.mkik-single-event__info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mkik-single-event__info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mkik-single-event__info-item + .mkik-single-event__info-item {
    padding-top: 2px;
}

.mkik-single-event__info-icon {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.mkik-single-event__info-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mkik-single-event__info-item--price .mkik-single-event__info-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 9.5V6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V9.5M4 9.5C5.38071 9.5 6.5 10.6193 6.5 12C6.5 13.3807 5.38071 14.5 4 14.5V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V14.5C18.6193 14.5 17.5 13.3807 17.5 12C17.5 10.6193 18.6193 9.5 20 9.5V6M4 9.5H20' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-single-event__info-item--address .mkik-single-event__info-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21C12 21 19 15.4 19 10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10C5 15.4 12 21 12 21Z' stroke='%23FF5A1F' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='2.5' stroke='%23FF5A1F' stroke-width='2'/%3E%3C/svg%3E");
}

.mkik-single-event__info-item--organizer .mkik-single-event__info-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z' stroke='%23FF5A1F' stroke-width='2'/%3E%3Cpath d='M4 22C4 18.6863 7.58172 16 12 16C16.4183 16 20 18.6863 20 22' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mkik-single-event__info-item--facebook .mkik-single-event__info-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 8H16V4H13C10.7909 4 9 5.79086 9 8V10H6V14H9V20H13V14H16L17 10H13V8C13 7.44772 13.4477 7 14 7V8Z' fill='%234267B2'/%3E%3C/svg%3E");
}

.mkik-single-event__info-text {
    min-width: 0;
}

.mkik-single-event__info-label {
    display: block;
    margin-bottom: 3px;
    color: #7a8397;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.mkik-single-event__info-value {
    display: block;
    color: var(--mkik-dark);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    word-break: break-word;
}

.mkik-single-event__info-link {
    color: #4267b2;
    text-decoration: none;
    transition: color 0.25s ease;
}

.mkik-single-event__info-link:hover {
    color: #2d4f94;
}

@media (max-width: 1180px) {
    .mkik-single-event__meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mkik-single-event__grid {
        grid-template-columns: 320px minmax(0, 1fr);
    }

    .mkik-single-event__info {
        grid-column: 1 / -1;
    }
}

@media (max-width: 980px) {
    .mkik-single-event__hero {
        grid-template-columns: 1fr;
    }

    .mkik-single-event__decor {
        display: none;
    }

    .mkik-single-event__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 22px;
    }

    .mkik-single-event__grid {
        grid-template-columns: 1fr;
    }

    .mkik-single-event__poster-image img,
    .mkik-single-event__poster-image {
        min-height: 340px;
    }
}

@media (max-width: 640px) {
    .mkik-single-event {
        padding: 34px 0 52px;
    }

    .mkik-single-event__meta {
        grid-template-columns: 1fr;
    }

    .mkik-single-event__title {
        font-size: 38px;
    }

    .mkik-single-event__content-title,
    .mkik-single-event__info-title {
        font-size: 28px;
    }
}