/* style2024.css */

@import url("style.css");

/* รหัส CSS ใน style2024.css */
.movie-corner.MovieFull-HD {
    width: 65px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c92e2e), color-stop(57%, #c92e2e), to(#ff0c0c));
    background: linear-gradient(180deg, #0000ff 0%, #0000ff  57%, #3333ff 100%);
    position: absolute;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0px;
    color: #f0f0f0;
    top: 0px;
    right: 0px;
    left: auto;
    font-weight: bold;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 1px #222;
    border: none;
}


.content-movie .contentmovie .movie .grid-movie .box .box-img .figure-box .info1,
.content-movie .contentmovie .movie .grid-movie .nextmovie .grid-movie .box-img .figure-box .info1,
.content-movie .contentmovie .nextmovie .movie .grid-movie .grid-movie .box-img .figure-box .info1 {
    height: 20px;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 255, 1.0);
    border-radius: 0px;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    top: 3px;
    left: 2px;
    right: auto;
}

/* คุณสามารถเพิ่ม CSS อื่นๆเพิ่มเติมได้ที่นี่ */
