.set-title,
.set-boy,
.set,
.set-line,
.set-cell,
.set-price,
.set-subtitle {
    font-family: 'smb_advancelight';
}


/* รายการในแต่ละช่อง */
.set-boy {
    padding: 10%;
    margin: 0;
}

.set-1 {
    margin-left: 20px;
    /* padding-left: 16px; */
    list-style-type: disc;
    line-height: 1.5;
    color: #414042;
    text-align: left;
}

.set-2 {
    margin-left: 20px;
    /* padding-left: 16px; */
    list-style-type: disc;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}

/* Container ตาราง 2x2 */
.set-container {
    position: relative;
    width: 340px;
    height: 285px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    border: none;
}

/* เส้นแนวตั้งจางแบบที่ 1 */
.set-line-vert-1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.5px;
    height: 100%;
    background-color: gainsboro;
    transform: translateX(-50%);
    z-index: 1;
}

/* เส้นแนวตั้งจางแบบที่ 1 */
.set-line-vert-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.5px;
    height: 100%;
    background-color: gainsboro;
    transform: translateX(-50%);
    z-index: 1;
}

/* เส้นแนวนอนจางแบบที่ 1 */
.set-line-horz-1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    height: 0.5px;
    background-color: gainsboro;
    transform: translateY(-50%);
    z-index: 1;
}

/* เส้นแนวนอนจางแบบที่ 2 */
.set-line-horz-2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    height: 0.5px;
    background-color: gainsboro;
    transform: translateY(-50%);
    z-index: 1;
}

/* เครื่องหมายบวกตรงกลางแบบที่ 1 */
.set-center-plus-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    user-select: none;
    pointer-events: none;
    padding: 0 4px;
    z-index: 2;
    color: #981B1E;
}

/* เครื่องหมายบวกตรงกลางแบบที่ 1 */
.set-center-plus-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    user-select: none;
    pointer-events: none;
    padding: 0 4px;
    z-index: 2;
    color: #fff;
}

/* ช่องแต่ละเซลล์ */
.set-cell {
    padding: 12px;
    font-size: 14px;
    /* overflow: auto; */

}

.set-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.set-title-1 {
    padding-left: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 32px;
    color: #981B1E;
}

.set-title-2 {
    padding-left: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}

.set-circle-a-1 {
    width: 50px;
    height: 50px;
    background-color: #981B1E;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    flex-shrink: 0;
    user-select: none;
}

.set-circle-a-2 {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #981B1E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    flex-shrink: 0;
    user-select: none;
}

.set-price-1 {
    font-size: 30px;
    color: #981B1E;
}

.set-price-2 {
    font-size: 30px;
    color: #fff;
}

.set-subtitle-1 {
    text-align: left;
    margin-top: 5px;
    margin-left: 12px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #414042;
}

.set-subtitle-2 {
    text-align: left;
    margin-top: 5px;
    margin-left: 12px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
}