.spreje-bear-map,
.spreje-quiz,
.spreje-poll,
.spreje-game {
    margin: 24px 0;
}

.spreje-bear-map {
    display: grid;
    gap: 16px;
}

.spreje-bear-map__canvas {
    min-height: 520px;
    border: 1px solid #d6d6d6;
    background: #f7f7f4;
    position: relative;
    overflow: hidden;
}

.spreje-bear-map__pin {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #1f6f5b;
    border: 2px solid #ffffff;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.spreje-bear-map__list,
.spreje-quiz__answers,
.spreje-poll__options {
    display: grid;
    gap: 8px;
    padding-left: 20px;
}

.spreje-bear-map__list {
    max-height: 360px;
    overflow: auto;
}

.spreje-bear-recent {
    margin: 28px 0;
}

.spreje-bear-recent h2 {
    margin: 0 0 18px;
}

.spreje-bear-recent__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.spreje-bear-recent__item {
    display: grid;
    gap: 8px;
    min-height: 78px;
    padding: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    color: inherit;
    text-decoration: none;
    background: #fff;
}

.spreje-bear-recent__item:hover {
    border-color: #c90000;
}

.spreje-bear-recent__item span {
    font-size: 12px;
    font-weight: 700;
}

.spreje-bear-recent__item strong {
    font-weight: 500;
}

.spreje-bear-stats {
    margin: 32px 0;
    padding: 22px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background: #fff;
}

.spreje-bear-stats h2 {
    margin: 0 0 10px;
}

.spreje-bear-stats__intro,
.spreje-bear-stats__note {
    margin: 0 0 18px;
}

.spreje-bear-stats__note {
    margin-top: 16px;
    font-size: 14px;
}

.spreje-bear-stats__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 22px;
}

.spreje-bear-stats__summary div {
    padding: 14px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fafafa;
}

.spreje-bear-stats__summary span {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
}

.spreje-bear-stats__summary strong {
    font-size: 24px;
}

.spreje-bear-stats__chart {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
    gap: 14px;
    align-items: end;
    min-height: 230px;
    padding: 16px 10px 0;
    border-bottom: 1px solid #dedede;
}

.spreje-bear-stats__bar-wrap {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: end;
    gap: 8px;
    min-height: 214px;
    text-align: center;
}

.spreje-bear-stats__bar {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: var(--bar-height);
    min-height: 26px;
    padding-top: 8px;
    border-radius: 6px 6px 0 0;
    background: #c90000;
    color: #fff;
    font-weight: 700;
}

.spreje-bear-stats__bar-wrap strong {
    font-size: 14px;
}

@media (max-width: 760px) {
    .spreje-bear-recent__grid {
        grid-template-columns: 1fr;
    }

    .spreje-bear-stats__summary {
        grid-template-columns: 1fr;
    }

    .spreje-bear-stats__chart {
        gap: 8px;
    }
}

.spreje-quiz button,
.spreje-poll button {
    cursor: pointer;
}

.spreje-game iframe {
    width: 100%;
    min-height: 520px;
    border: 0;
}

.spreje-article-products {
    margin: 36px 0;
    padding: 30px;
    border: 1px solid #e2e2e2;
    background: #f8f8f8;
}

.spreje-article-products h2 {
    margin-top: 0;
    text-align: center;
}

.spreje-article-products__intro {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}
