/*
Theme Name:   Kingman Refinery
Description:  Giao diện Kingman Refinery
Author:       Damoness
Template:     twentytwentyfive
Version:      1.0.0
Text Domain:  twentytwentyfive-child
*/

/* ==========================================================================
   1. Các style gốc từ file HTML cũ
   ========================================================================== */

/* Cấu hình cho icon Material Symbols */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Font chữ mặc định */
body {
  font-family: 'Manrope', sans-serif;
}
.custom-logo-container a.custom-logo-link {
    display: flex;
    align-items: center;
}

.custom-logo-container img.custom-logo {
    max-height: 50px; /* Điều chỉnh chiều cao logo theo ý bạn */
    width: auto;
    object-fit: contain;
}
footer img.custom-logo {
    width: 40%;
}
/* ==========================================================================
   2. WordPress Admin Bar Fix
   (Xử lý lỗi thanh Admin Bar che mất Header dính (sticky) khi đăng nhập)
   ========================================================================== */

.admin-bar header.sticky {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar header.sticky {
        top: 46px !important;
    }
}

/* ==========================================================================
   3. Custom CSS khác (nếu cần)
   ========================================================================== */