.mkik-single-huviring .mkik-single-event__content-title {
    margin-top: 6px;
}

.mkik-single-huviring__poster-image {
    min-height: 420px;
}

.mkik-single-huviring__poster-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.mkik-single-huviring__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 36px;
    background:
        linear-gradient(135deg, rgba(255, 90, 31, 0.94), rgba(255, 126, 65, 0.96)),
        var(--mkik-orange);
    color: #ffffff;
    text-align: center;
}

.mkik-single-huviring__placeholder span {
    max-width: 300px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.14;
    font-weight: 800;
}

.mkik-single-event__meta-item--audience .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='M20 21V19C20 16.7909 18.2091 15 16 15H8C5.79086 15 4 16.7909 4 19V21' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='7' r='4' stroke='%23FF5A1F' stroke-width='2'/%3E%3C/svg%3E");
}

.mkik-single-event__meta-item--instructor .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='M18 20V18C18 15.7909 16.2091 14 14 14H8C5.79086 14 4 15.7909 4 18V20' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='11' cy='7' r='4' stroke='%23FF5A1F' stroke-width='2'/%3E%3Cpath d='M17 8L19 10L22 6' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-single-event__info-item--contact .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 6H20C20.5523 6 21 6.44772 21 7V17C21 17.5523 20.5523 18 20 18H4C3.44772 18 3 17.5523 3 17V7C3 6.44772 3.44772 6 4 6Z' stroke='%23FF5A1F' stroke-width='2'/%3E%3Cpath d='M4 7L12 13L20 7' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-single-event__info-item--registration .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='M8 12H16M12 8V16' stroke='%23FF5A1F' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23FF5A1F' stroke-width='2'/%3E%3C/svg%3E");
}

.mkik-single-huviring__info-link {
    color: var(--mkik-orange);
}

.mkik-single-huviring__info-link:hover {
    color: var(--mkik-dark);
}

@media (max-width: 980px) {
    .mkik-single-huviring__poster-image,
    .mkik-single-huviring__poster-image img,
    .mkik-single-huviring__placeholder {
        min-height: 340px;
    }
}

@media (max-width: 640px) {
    .mkik-single-huviring__poster-image,
    .mkik-single-huviring__poster-image img,
    .mkik-single-huviring__placeholder {
        min-height: 260px;
    }

    .mkik-single-huviring__placeholder span {
        font-size: 24px;
    }
}