.icon-arrow-right::before {font-size: 1.5rem;color: #5F6468;margin-left: -3px;content: "\E97D";}
.icon-arrow-left::before {font-size: 1.5rem;color: #5F6468;margin-left: -5px;content: "\E97E";}
.story-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: right;
}
.story-slider {
    position: relative;
    width: 100%;
    margin-top: 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.story-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.story-container::-webkit-scrollbar {
    display: none;
}
.story-item {
    width: 135px;
    min-width: 135px;
    flex-shrink: 0;
    scroll-snap-align: start;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.story-img {
    width: clamp(86px, 18vw, 94px);
    height: clamp(86px, 18vw, 94px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #ABEFC6, #007E46);
}
.story-img img {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    object-fit: cover;
}
.story-pro {
    color: #fff;
    font-size: .625rem;
    font-weight: 500;
    line-height: 10px;
    border-radius: 4px;
    padding: 3px;
    margin-top: -12px;
    text-shadow: rgba(19, 28, 25, 0.29) -2px 2px 8px;
    background: linear-gradient(90deg, #007E46, #006C47);
}
.story-title {
    color: #394C3E;
    font-size: .8125rem;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 4px;
    align-items: center;
    max-width: 100%;
    padding-inline: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    max-height: calc(1.5em * 2);
}
.story-subtitle {
    color: #5F6468;
    font-size: .75rem;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 12px;
}
.story-btn {
    top: 50%;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,.9);
    border: 1px solid #D7D8D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .story-container {
        gap: 16px;
    }
    .story-item {
        width: 116px;
        min-width: 116px;
    }
    .story-title {
        font-size: .75rem;
    }
    .story-btn {
        width: 24px;
        height: 24px;
        background: transparent;
        border: none;
    }
.icon-arrow-right::before {margin-left: 7px;}
.icon-arrow-left::before {margin-left: -17px;}
}
