.hc-activity-gallery-slider-wrap {
    width: 420px;
    max-width: 100%;
    margin: 40px auto;
}

@media (max-width: 520px) {
    .hc-activity-gallery-slider-wrap {
        width: 90vw;
        min-width: unset;
        border-radius: 8px;
        margin: 14px 0;
    }
}

.hc-activity-gallery-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 12px;
    padding-top: 15px;
    letter-spacing: -1px;
}

.hc-activity-gallery-title {
    font-size: 28px;
    color: #333333;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
    padding: 0;
}

.hc-activity-gallery-more {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #E4E4E4;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

.hc-activity-gallery-more:hover {
    background: white;
}

.hc-activity-gallery-more .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border: solid #2152d6;
    border-width: 0 3px 3px 0;
    background: none;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    pointer-events: none;
}

.hc-activity-gallery-slider {
    width: 100%;
    height: 370px;
    min-height: 340px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    transition: height 0.2s;
}

.hc-activity-gallery-slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    transition: opacity 0.2s;
}

.hc-activity-gallery-slide.active {
    display: flex;
    position: relative;
}

.hc-activity-gallery-image {
    width: 100%;
    height: 250px;
    background: #f6f6f6;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.hc-activity-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    display: block;
    aspect-ratio: 16/10;
}

.hc-activity-gallery-desc {
    padding: 10px 20px 10px 20px;
    background: #fff;
    border: 1px solid #eaeef1;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    min-height: 70px;
    box-sizing: border-box;
}

.hc-activity-gallery-desc .hc-activity-gallery-title {
    font-weight: 700;
    font-size: 20px;
    margin: 2px 0 5px 0;
    word-break: break-all;
}

.hc-activity-gallery-date {
    font-size: 15px;
    color: #b2b2b2;
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 400;
}

.hc-activity-gallery-dots {
    background-color: #F5F5F5;
    text-align: center;
    padding: 8px 0 8px 0;
    margin: 0;
    border-radius: 0 0 18px 18px;
    border-left: 1px solid #e1e5ee;
    border-right: 1px solid #e1e5ee;
    border-bottom: 1px solid #e1e5ee;
    border-top: none;
}

.hc-activity-gallery-dots .hc-activity-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s, width 0.2s, height 0.2s;
}

.hc-activity-gallery-dots .hc-activity-dot.active {
    background: #23a8e1;
    width: 14px;
    height: 14px;
}

@media (max-width: 800px) {

    .hc-activity-gallery-slider-wrap {
        max-width: 100vw;
        border-radius: 8px;
    }

    .hc-activity-gallery-header {
        padding-top: 10px;
    }

    .hc-activity-gallery-title {
        font-size: 22px;
    }

    .hc-activity-gallery-more {
        width: 36px;
        height: 36px;
    }

    .hc-activity-gallery-slider {
        height: 300px;
        min-height: 140px;
    }

    .hc-activity-gallery-image {
        height: 200px;
    }

    .hc-activity-gallery-desc {
        min-height: 60px;
        padding: 7px 12px 7px 12px;
    }

    .hc-activity-gallery-dots {
        border-radius: 0 0 14px 14px;
    }

    .hc-activity-gallery-dots .hc-activity-dot {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }

    .hc-activity-gallery-dots .hc-activity-dot.active {
        width: 11px;
        height: 11px;
    }

    .hc-activity-gallery-desc .hc-activity-gallery-title {
        font-size: 15px;
    }

    .hc-activity-gallery-date {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .hc-activity-gallery-slider-wrap {
        max-width: 100vw;
        border-radius: 8px;
    }

    .hc-activity-gallery-header {
        padding-top: 6px;
    }

    .hc-activity-gallery-title {
        font-size: 22px;
    }

    .hc-activity-gallery-more {
        width: 30px;
        height: 30px;
    }

    .hc-activity-gallery-slider {
        height: 300px;
        min-height: 140px;
    }

    .hc-activity-gallery-image {
        height: 200px;
    }

    .hc-activity-gallery-desc {
        min-height: 50px;
        padding: 4px 7px 4px 7px;
    }

    .hc-activity-gallery-dots {
        padding: 5px 0 5px 0;
    }

    .hc-activity-gallery-dots .hc-activity-dot {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }

    .hc-activity-gallery-dots .hc-activity-dot.active {
        width: 11px;
        height: 11px;
    }

    .hc-activity-gallery-desc .hc-activity-gallery-title {
        font-size: 15px;
    }

    .hc-activity-gallery-date {
        font-size: 13px;
    }
}


