.elementor-9008 .elementor-element.elementor-element-448c3ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9008 .elementor-element.elementor-element-2763486{--display:flex;}/* Start custom CSS for html, class: .elementor-element-26153f9 *//* Layout Dasar */
.awt-header-final { width: 100%; background: #fff; border-bottom: 2px solid #ddd; }
.awt-top { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; gap: 20px; }

/* Kunci ukuran agar tidak raksasa */
.awt-logo-wrapper img { height: 40px; width: auto; display: block; }
.awt-ig-wrapper img { width: 30px; height: 30px; display: block; }

/* Search Bar */
.awt-search { display: flex; flex: 1; max-width: 400px; border: 1px solid #ccc; border-radius: 50px; overflow: hidden; }
.awt-search input { flex: 1; padding: 10px 15px; border: none; outline: none; }
.awt-search button { background: #d32f2f; color: #fff; border: none; padding: 10px 20px; font-weight: bold; cursor: pointer; }

/* Menu */
.awt-menu { display: flex; background: #d32f2f; padding: 12px 20px; gap: 20px; justify-content: center; }
.awt-menu a { color: #fff; text-decoration: none; font-weight: bold; font-size: 14px; white-space: nowrap; }

/* HP & Tablet (Agar tidak hancur) */
@media (max-width: 768px) {
  .awt-top { flex-wrap: wrap; justify-content: center; gap: 15px; }
  .awt-search { order: 3; width: 100%; max-width: 100%; }
  .awt-menu { overflow-x: auto; justify-content: flex-start; }
}
/* Ganti nilai height dari 40px menjadi 55px */
.awt-logo-wrapper img { 
    height: px !important; 
    width: auto !important; 
    display: block; 
}
/* Ukuran Logo standar untuk HP/Mobile */
.awt-logo-wrapper img { 
    height: 35px !important; 
    width: auto !important; 
    display: block; 
}

/* Ukuran Logo khusus untuk layar PC/Desktop */
@media (min-width: 869px) {
    .awt-logo-wrapper img { 
        height: 75px !important; 
    }
}
/* 1. Pengaturan Default untuk HP (Tetap Rata Kiri & Bisa Digeser) */
.awt-menu { 
    display: flex; 
    background: #d32f2f; 
    padding: 12px 20px; 
    gap: 20px; 
    justify-content: flex-start; /* Rata kiri (default) */
    overflow-x: auto; 
    white-space: nowrap;
    border-top: 3px solid #fff; 
}

/* 2. Pengaturan Khusus untuk PC/Desktop (Layar di atas 769px) */
@media (min-width: 769px) {
    .awt-menu { 
        justify-content: flex-start; /* Tetap rata kiri di PC */
        overflow-x: visible;       
        white-space: normal;       
    }
}/* End custom CSS */