.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6a5942e *//* ==================================
   จัด LOGO + ปุ่ม ให้อยู่กึ่งกลาง HEADER
================================== */

@media (min-width:769px){

    #ogbet89-header .ogbet89-inner{
        display:grid;

        /* Logo ซ้าย / พื้นที่กลาง / ปุ่มขวา */
        grid-template-columns:300px 1fr 320px;

        /* สำคัญ: จัดทุกอย่างกึ่งกลางแนวตั้ง */
        align-items:center;

        min-height:300px;
        padding:20px 25px;
    }

    /* LOGO ซ้าย */
    #ogbet89-header .ogbet89-logo-box{
        padding-top:0;
        margin:0;

        display:flex;
        align-items:center;
        justify-content:flex-start;
    }

    #ogbet89-header .ogbet89-logo{
        width:100%;
        max-width:225px;
        margin:0;
    }

    #ogbet89-header .ogbet89-logo img{
        display:block;
        width:100%;
        height:auto;
    }

    /* ปุ่มขวา */
    #ogbet89-header .ogbet89-auth{
        padding-top:0;
        margin:0;

        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:stretch;

        gap:15px;

        width:100%;
        max-width:320px;

        justify-self:end;
    }
}


/* ==============================
   TABLET
============================== */
@media (min-width:769px) and (max-width:1024px){

    #ogbet89-header .ogbet89-inner{
        grid-template-columns:220px 1fr 260px;
        min-height:250px;
        padding:20px;
    }

    #ogbet89-header .ogbet89-logo{
        max-width:190px;
    }

    #ogbet89-header .ogbet89-auth{
        max-width:260px;
    }
    
}
/* ==========================================
   OGBET89 - ตัดพื้นที่ว่างบน/ล่างของ HEADER
========================================== */

/* DESKTOP */
@media (min-width:1025px){

    #ogbet89-header .ogbet89-top{
        min-height:170px !important;
        height:auto !important;
    }

    #ogbet89-header .ogbet89-inner{
        width:100%;
        max-width:1120px;

        min-height:170px !important;
        height:auto !important;

        margin:0 auto;
        padding:12px 20px !important;

        display:grid;
        grid-template-columns:230px 1fr 320px;

        align-items:center;
    }

    /* LOGO */
    #ogbet89-header .ogbet89-logo-box{
        padding:0 !important;
        margin:0;

        display:flex;
        align-items:center;
        justify-content:flex-start;
    }

    #ogbet89-header .ogbet89-logo{
        max-width:175px;
        margin:0;
    }

    /* ปุ่มด้านขวา */
    #ogbet89-header .ogbet89-auth{
        width:100%;
        max-width:320px;

        padding:0 !important;
        margin:0;

        justify-self:end;
        align-self:center;

        gap:12px;
    }
}


/* ==========================================
   TABLET
========================================== */

@media (min-width:769px) and (max-width:1024px){

    #ogbet89-header .ogbet89-top{
        min-height:150px !important;
    }

    #ogbet89-header .ogbet89-inner{
        min-height:150px !important;

        max-width:900px;

        grid-template-columns:200px 1fr 260px;

        padding:10px 18px !important;

        align-items:center;
    }

    #ogbet89-header .ogbet89-logo{
        max-width:155px;
    }

    #ogbet89-header .ogbet89-logo-box{
        padding:0 !important;
    }

    #ogbet89-header .ogbet89-auth{
        max-width:260px;
        padding:0 !important;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px){

    #ogbet89-header .ogbet89-top{
        min-height:0 !important;
        height:auto !important;
    }

    #ogbet89-header .ogbet89-inner{
        min-height:0 !important;
        height:auto !important;

        padding:15px 12px !important;
    }

    #ogbet89-header .ogbet89-logo-box{
        padding:0 !important;
    }
}/* End custom CSS */