﻿
/*.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 3px solid #cf0204;
    height: 130px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}
.slotwrapper ul {
    width: 120px;
    height: 130px;
    font-size: 100px;
    line-height: 130px;
    text-align: center;
    
}
.slotwrapper ul li img {
    vertical-align: top;
}
.slotwrapper ul li {
    border: 1px solid #ffffff2b;
    background: #b92626;
    color: #ffffff;
}
@media screen and (max-width: 1200px) {
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
        width: 16.66%;
    }
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 60px;
    }
    .slotwrapper ul {
        height:55px;
        font-size: 60px;
        line-height: 55px;
    }
}*/

/* Example 10 override slotwrapper */
/*#example10 {
    height: 150px;
}
#example10 ul {
    width: 150px;
    height:150px;
    font-size: 150px;
    line-height: 150px;
}
@media screen and (max-width: 1200px) {
    #example10 ul {
        width: 18%;
    }
}
@media screen and (max-width: 768px) {
    #example10 {
        height: 100px;
    }
    #example10 ul {
        height:100px;
        font-size: 100px;
        line-height: 100px;
    }
}*/


    .slotwrapper ul {
        flex: 1; /* mỗi ô chiếm đều diện tích */
        aspect-ratio: 1/1;
        padding: 0;
        /*margin: 0 2px;*/ /* khoảng cách giữa các ô */
        list-style: none;
        position: relative;
        width: auto;
        height: 130px;
        /*font-size: 100px;*/
        line-height: 130px;
        text-align: center;
    }

        .slotwrapper ul li {
            border: 1px solid #ffffff2b;
            background: #b92626;
            color: #ffffff;
        }

            .slotwrapper ul li img {
                vertical-align: top;
            }

/* Responsive */
@media screen and (max-width: 1200px) {
    .slotwrapper {
        width: 100%;
    }

        .slotwrapper ul {
            font-size: 80px;
        }
}

@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 60px;
    }

        .slotwrapper ul {
            height: 55px;
            /*font-size: 40px;*/
            line-height: 55px;
        }
}



.slotwrapper {
    display: flex;
    justify-content: center;
    border: 3px solid #f6b900;
    height: 130px;
    border-radius: 10px;
    box-shadow: #ffecb2 0px 1px 4px;
    overflow: hidden;
}

    .slotwrapper ul {
        flex: 1; /* chia đều theo số ô */
        min-width: 0;
        height: 130px;
        /*font-size: 3vw;*/ /* chữ co giãn theo màn hình */
        line-height: 130px;
        width: auto;
        position: relative;
        text-align: center;
        margin: 0;
        padding: 0;
        list-style: none;
        border-inline: 1px solid #ffffff00;
    }
        .slotwrapper ul:first-child {
            /*border-left: none;*/
        }
        .slotwrapper ul:last-child {
            /*border-right: none;*/
        }

        .slotwrapper ul li {
            border: 1px solid #ffffff2b;
            background: #b92626;
            color: #ffffff;
        }

/* Responsive */
@media screen and (max-width: 1200px) {
    .slotwrapper {
        height: 100px;
    }

        .slotwrapper ul {
            /*font-size: 3vw;*/
            line-height: 100px;
        }
}

@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 60px;
    }

        .slotwrapper ul {
            /*font-size: 5vw;*/ /* chữ nhỏ hơn nữa trên mobile */
            line-height: 60px;
        }
}
