.post-page-container {
    padding: 220px 0 44px;
    background: #f5f5f5;
    min-height: 100vh;
}

.post-page-panel {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
    padding: 28px;
}

.post-page-category {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    background: #e64e0c;
    color: #fff;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 800;
}

.post-page-panel h1 {
    margin: 18px 0 8px;
    color: #26374a;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.post-page-date {
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

.post-page-content {
    margin-top: 22px;
    color: #26374a;
    font-size: 18px;
    line-height: 1.7;
}

.gift-box {
    margin: 18px 0;
    border: 1px solid #f0b77a;
    border-radius: 7px;
    background: #ffedd8;
    padding: 12px;
    color: #000;
    font-size: 14px;
    line-height: 1.45;
}

.gift-title {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border: 1px solid #e8a56e;
    border-radius: 5px;
    background: #f7c99e;
    padding: 3px 12px;
    color: #b64300;
    font-weight: 700;
}

.gift-body {
    display: flex;
    align-items: center;
    gap: 24px;
    border-top: 1px solid #efcfad;
    margin-top: 8px;
    padding-top: 12px;
}

.gift-info {
    flex: 0 0 250px;
}

.gift-code {
    display: inline-flex;
    border-radius: 4px;
    background: #ffe1c0;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 17px;
    font-weight: 800;
}

.gift-items {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.gift-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

.gift-item img {
    max-width: 38px;
    max-height: 38px;
    object-fit: contain;
}

.gift-qty {
    position: absolute;
    right: -7px;
    bottom: -5px;
    min-width: 20px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    padding: 0 3px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
}

.post-back-link {
    display: inline-flex;
    margin-top: 22px;
    color: #e64e0c;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

body .section-1 .event-list a.item.post-item {
    color: inherit;
    text-decoration: none;
}

body .section-1 .event-list a.item.post-item:hover .item-text {
    color: #e64e0c;
}

@media (max-width: 767.98px) {
    .post-page-container {
        padding-top: 150px;
    }

    .post-page-panel {
        padding: 20px;
    }

    .post-page-panel h1 {
        font-size: 28px;
    }

    .gift-body {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .gift-info {
        flex-basis: auto;
    }
}
