/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781281944
Updated: 2026-06-12 16:32:24

*/
/* MÓC TRỰC TIẾP FONT GLOBAL CỦA ELEMENTOR */
.product-specs-wrapper, 
.product-specs-wrapper h2, 
.product-specs-wrapper p, 
.product-specs-wrapper div {
    /* Ép lấy font Primary hoặc Text mà má đã chỉnh trong Site Settings */
    font-family: var(--e-global-typography-text-font-family), var(--e-global-typography-primary-font-family), sans-serif !important;
}

/* CONTAINER */
.product-specs-wrapper {
    margin: 40px 0;
    width: 100%;
}

/* TIÊU ĐỀ H2 - CĂN GIỮA */
.specs-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin-bottom: 30px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 0 !important;
}

/* KHUNG BẢNG */
.product-spec-table {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

/* HÀNG THÔNG SỐ */
.spec-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    align-items: stretch;
}

/* BỎ MARGIN THẺ P ĐỂ KHÔNG BỊ LỆCH DÒNG */
.spec-label p, .spec-value p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5;
}

/* CỘT NHÃN (VÀNG NEON) */
.spec-label {
    flex: 0 0 35%;
    background-color: #f1f800;
    color: #000;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.spec-label p {
    font-weight: 700;
    font-size: 15px;
}

/* CỘT GIÁ TRỊ (TRẮNG) */
.spec-value {
    flex: 1;
    background-color: #ffffff;
    color: #333;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.spec-value p {
    font-size: 15px;
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
    .spec-row { flex-direction: column; }
    .spec-label, .spec-value { flex: 0 0 100%; padding: 12px 15px; }
    .spec-value { border-top: 1px solid #f0f0f0; }
}
