.home .focus-icon p,
.home .topic-card .text-1 p {
    align-items: center;
    border: 1px solid currentColor;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
}

.home .focus-icon p {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.home .focus-card:nth-child(1) .focus-icon p,
.home .topic-card:nth-child(4) .text-1 p {
    background: rgba(255, 201, 77, .13);
    color: #ffc94d;
    box-shadow: 0 10px 28px rgba(255, 201, 77, .1);
}

.home .focus-card:nth-child(2) .focus-icon p,
.home .topic-card:nth-child(2) .text-1 p {
    background: rgba(255, 60, 89, .13);
    color: #ff536c;
    box-shadow: 0 10px 28px rgba(255, 60, 89, .1);
}

.home .focus-card:nth-child(3) .focus-icon p,
.home .topic-card:nth-child(3) .text-1 p {
    background: rgba(91, 192, 255, .13);
    color: #69c9ff;
    box-shadow: 0 10px 28px rgba(91, 192, 255, .1);
}

.home .focus-card:nth-child(4) .focus-icon p,
.home .topic-card:nth-child(1) .text-1 p {
    background: rgba(54, 209, 124, .13);
    color: #43dd88;
    box-shadow: 0 10px 28px rgba(54, 209, 124, .1);
}

.home .focus-card:nth-child(5) .focus-icon p {
    background: rgba(176, 126, 255, .14);
    color: #bd91ff;
    box-shadow: 0 10px 28px rgba(176, 126, 255, .1);
}

.home .topic-card:nth-child(5) .text-1 p {
    background: rgba(176, 126, 255, .14);
    color: #bd91ff;
    box-shadow: 0 10px 28px rgba(176, 126, 255, .1);
}

.home .topic-card:nth-child(6) .text-1 p {
    background: rgba(255, 151, 71, .14);
    color: #ffad66;
    box-shadow: 0 10px 28px rgba(255, 151, 71, .1);
}

.home .focus-card h3,
.home .topic-card h3 {
    color: #fff;
    font-weight: 800;
}

.home .topic-card .text-1 p {
    border-radius: 12px;
    height: 48px;
    margin-bottom: 17px;
    width: 48px;
}

.home .focus-card > .col-inner:hover .focus-icon p,
.home .topic-card > .col-inner:hover .text-1 p {
    filter: brightness(1.12);
    transform: scale(1.06);
}

.home .focus-icon p,
.home .topic-card .text-1 p {
    transition: filter .2s, transform .2s;
}

.home .section-home-editorial .row-1 .editorial-panel > .col-inner {
    max-height: 480px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #e31d3b #20222a;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.home .section-home-editorial .row-1 .editorial-panel > .col-inner::-webkit-scrollbar {
    width: 9px;
}

.home .section-home-editorial .row-1 .editorial-panel > .col-inner::-webkit-scrollbar-track {
    background: #20222a;
    border-radius: 999px;
    margin: 14px 0;
}

.home .section-home-editorial .row-1 .editorial-panel > .col-inner::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff3c59, #e31d3b);
    border: 2px solid #20222a;
    border-radius: 999px;
}

.home .section-home-editorial .row-1 .editorial-panel > .col-inner::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff536c, #ffc94d);
}

@media (max-width: 549px) {
    .home .topic-card .text-1 p {
        height: 44px;
        width: 44px;
    }

    .home .section-home-editorial .row-1 .editorial-panel > .col-inner {
        max-height: 380px;
    }
}
