/* 
Theme Name: JadeTran Theme by RU Media
Theme URI: https://rumedia.vn
Description: JadeTran Theme by RU Media
Author: RU Media team
Author URI: https://rumedia.vn
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*
 * Sửa lỗi khoảng trắng (margin) bên dưới
 * của tất cả các widget Image Carousel trong Elementor
*/
.elementor-widget-image-carousel figure.swiper-slide-inner {
    margin: 0;
}

/*
 * Sửa lỗi khoảng trắng nhỏ do ảnh bị coi là inline
*/
.elementor-widget-image-carousel figure.swiper-slide-inner img {
    display: block;
}

/* Custom Breadcrumb */
nav.rank-math-breadcrumb a{
    color: #5A3E36 !important;
}

nav.rank-math-breadcrumb span{
    color: #E3AB55 !important;
}

nav.rank-math-breadcrumb p{
    margin-block-end: 0 !important;
}

/* Bao ngoài */
.custom-poly-select-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

/* Thẻ Select */
.custom-poly-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-color: transparent; 
    border: 1px solid #8e7161;    /* Màu viền */
    border-radius: 6px;
    padding: 6px 30px 6px 12px;   /* Padding bên phải rộng để chứa mũi tên */
    
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;             /* Chữ đậm hơn chút cho rõ */
    color: #5e4c42;
    cursor: pointer;
    outline: none;
    line-height: 1.5;
    
    /* Lưu ý: Không cần text-transform ở đây nữa vì PHP đã xử lý rồi */
}

/* Mũi tên giả */
.custom-poly-select-wrapper::after {
    content: "▼";
    font-size: 10px;
    color: #5e4c42;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Hover */
.custom-poly-select-wrapper select:hover {
    border-color: #5e4c42;
}