.hf-wrap {
    max-width: 980px !important;
    width: calc(100% - 32px) !important;
    padding: 22px 0 !important;
}

.hf-nav {
    flex-wrap: nowrap !important;
}

.sz-detail {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    padding: clamp(18px, 3vw, 34px);
    margin-top: 18px;
}

.sz-title {
    color: #0f172a;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.14;
    margin: 0 0 20px;
}

.sz-content {
    color: #172033;
    font-size: 17px;
    line-height: 1.85;
    white-space: pre-line;
}

.sz-info {
    display: grid;
    gap: 10px;
    margin: 26px 0 4px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    color: #172033;
    font-size: 16px;
    line-height: 1.5;
}

.sz-info-row {
    display: flex;
    gap: 10px;
}

.sz-info-label {
    color: #64748b;
    flex: 0 0 76px;
    font-weight: 700;
}

.sz-gallery {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.sz-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    background: #f1f5f9;
}

@media (max-width: 640px) {
    .hf-wrap {
        width: calc(100% - 20px) !important;
        padding: 12px 0 !important;
    }

    .hf-card {
        padding: 16px !important;
        border-radius: 12px !important;
    }

    .sz-detail {
        padding: 16px;
        border-radius: 12px;
    }

    .sz-title {
        font-size: 24px;
    }

    .sz-content {
        font-size: 16px;
        line-height: 1.78;
    }

    .sz-info {
        padding: 14px;
        font-size: 15px;
    }
}
