.elementor-7284 .elementor-element.elementor-element-2beeb42{--display:flex;}.elementor-7284 .elementor-element.elementor-element-12a17b2{--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-7284 .elementor-element.elementor-element-7770edb .bdt-ep-callout-button{color:var( --e-global-color-43baeb9 );background-color:var( --e-global-color-primary );}.elementor-7284 .elementor-element.elementor-element-1536176{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-7284 .elementor-element.elementor-element-1536176.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-7284 .elementor-element.elementor-element-a4c9676{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-7284 .elementor-element.elementor-element-2bc0d0b{--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-7284 .elementor-element.elementor-element-d1b3559{--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-7284 .elementor-element.elementor-element-86c534d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-7284 .elementor-element.elementor-element-86c534d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-7284 .elementor-element.elementor-element-2bc0d0b{--width:50%;}.elementor-7284 .elementor-element.elementor-element-d1b3559{--width:50%;}}/* Start custom CSS *//* =========================================================
   CSS CHO BẢNG GIÁ VÀNG TRONG NƯỚC (Giống Mi Hồng / CafeF)
   Sử dụng cho Elementor - Custom CSS
========================================================= */

.natecue-gold-widget {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 20px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.natecue-gold-widget .gold-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-left: 5px solid #d4af37;
    /* Màu vàng Gold đặc trưng */
    padding-left: 10px;
}

.gold-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.gold-table th {
    background-color: #f8f9fa;
    color: #4b5563;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px;
    border-bottom: 2px solid #e5e7eb;
}

.gold-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
    font-size: 15px;
}

.gold-table tr:hover {
    background-color: #fffbeb;
    /* Highlight vàng nhạt khi hover */
}

.gold-table .gold-type {
    font-weight: 600;
    color: #111827;
}

/* Màu Mua vào (Xanh lá) */
.gold-table .gold-buy .price-val {
    color: #059669;
    font-weight: 700;
}

/* Màu Bán ra (Đỏ) */
.gold-table .gold-sell .price-val {
    color: #dc2626;
    font-weight: 700;
}

/* Định dạng Thay đổi (Change) */
.gold-change {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-left: 4px;
}

.gold-change.gold-up {
    color: #10b981;
    /* Xanh lá sáng */
}

.gold-change.gold-down {
    color: #ef4444;
    /* Đỏ sáng */
}

.gold-change.gold-no {
    color: #9ca3af;
    /* Gray */
}

.gold-table .gold-brand {
    font-style: italic;
    color: #6b7280;
}

.gold-note {
    font-size: 13px;
    color: #9ca3af;
    text-align: right;
    margin-top: 10px;
}

/* Biểu đồ Header & Filter */
.gold-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.gold-chart-header .gold-title {
    margin-bottom: 0;
}

.gold-chart-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gold-chart-filter label {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

.gold-chart-filter select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    font-size: 14px;
    color: #1f2937;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 32px;
}

.gold-chart-filter select:hover {
    border-color: #d1d5db;
    background-color: #ffffff;
}

.gold-chart-filter select:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.chart-loader {
    text-align: center;
    padding: 10px;
    color: #9ca3af;
    font-size: 13px;
    font-style: italic;
}

/* Reponsive cho Mobile */
@media screen and (max-width: 768px) {
    .gold-chart-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .gold-chart-filter {
        width: 100%;
        justify-content: space-between;
    }

    .gold-chart-filter select {
        flex: 1;
        max-width: 200px;
    }

    .gold-table th,
    .gold-table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .natecue-gold-widget .gold-title {
        font-size: 18px;
    }
}/* End custom CSS */