﻿/* Toàn trang phẳng */
.buycomics-page {
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
}

/* Container full width luôn */
.buycomics-container {
    width: 100%;
    max-width: 950px;
    margin: 40px auto;
    padding: 0 20px;
    background: transparent;
    box-shadow: none;
}

/* Tiêu đề */
.title {
    font-size: 30px;
    font-weight: bold;
    color: #d48806;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

/* Section */
.section {
    margin-bottom: 25px;
}

/* Section Title */
.section-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
}

/* Highlight box */
.highlight {
    padding: 12px 16px;
    font-weight: bold;
    background: #fff7e6;
    border-left: 4px solid #faad14;
    margin: 20px 0;
}

/* Danh sách */
.section ul,
.section ol {
    padding-left: 20px;
    line-height: 1.7;
}

/* Ảnh trung tâm */
.image-center {
    text-align: center;
    margin: 25px 0;
}

    .image-center img {
        max-width: 100%;
        border-r
