
.name-sao {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.hotel-button a {
    margin: 0;
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}
/* Fix thumbnail Fancybox 5 */
.is-modern .f-thumbs__slide {
    width: unset !important;
}
.hotel-gallery-more {
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    height: 100%;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Roboto';
    text-decoration: underline;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #00000042;
}.hotel-gallery-item {
    position: relative;
}

/* CSS CHO GIAO DIỆN THẺ DANH MỤC NẰM NGANG */

.form-thong-tin-ks {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
    grid-template-columns: 240px 1fr;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px;
    align-content: center;
    justify-content: center;
}
.custom-category-card {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s ease;
    text-decoration: none !important;
    color: inherit;
        width: 100%;
    max-width: 240px;
    height: max-content;
}


.custom-category-thumb {
    width: 100%;
    max-width: 240px;
    height: 240px;
    flex-shrink: 0;
}

.custom-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.custom-category-price-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
            padding-left: 20px;

}
.custom-category-desc {
    margin-top: 20px;
}
.price-note {
    font-size: 10px;
}
.price-amount2 {
    font-weight: 500;
    font-size: 21px;
    font-family: 'Roboto Condensed';
}
.price-amount1 {
    color: red;
    text-decoration: line-through;
    font-family: 'Roboto Condensed';
    font-size: 14px;
}
.custom-category-desc p {
    margin-bottom: 0;
}
.custom-category-info {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 75% 1fr;
}
.thong-tin-tien-it{
    max-height: 75px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;

    /* Firefox */
    scrollbar-width: none;

    /* IE */
    -ms-overflow-style: none;
}

.thong-tin-tien-it::-webkit-scrollbar{
    display: none;
}
.hotel-address {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #006ce4 !important;
    font-weight: 600;
    text-decoration: underline;
}
.custom-category-info h3 {
    margin: 0 0 10px 0;
    font-size: 1.25em;
    color: #006ce4;
    font-weight: 700;
    font-family: 'Raleway';
}

.custom-category-info span {
    color: #666;
    font-size: 0.9em;
}

/* CSS TỐI ƯU CHO KHỐI THÔNG TIN KHÁCH SẠN (ACF) Ở CỘT TRÁI */
.acf-hotel-info-block .hotel-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.acf-hotel-info-block .hotel-gallery img {
    max-width: 150px;
    height: auto;
    border-radius: 4px;
}

.acf-hotel-info-block ul.amenities-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.acf-hotel-info-block ul.amenities-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.acf-hotel-info-block .faq-item {
    margin-bottom: 15px;
}
.hotel-map .map-container iframe {
    width: 100% !important;
    height:150px; /* Hoặc chiều cao tùy ý bạn muốn */
    border: 0;
    border-radius:8px;
}
div#hotel-filter-block h3, span {
    font-family: 'Roboto Condensed';
}
/* RESPONSIVE CHO ĐIỆN THOẠI */
@media (max-width: 767px) {
    .custom-category-card {
        flex-direction: column;
    }
    .custom-category-thumb {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    .custom-category-info {
        width: 100%;
    }
}
.acf-hotel-filter-block{background:#fff;border:1px solid #e7e7e7;border-radius:8px;padding:20px;margin-bottom:20px;}
.acf-hotel-filter-block .filter-title{font-size:18px;font-weight:700;margin:0 0 16px;}
.acf-hotel-filter-block .filter-section{border:none;margin:0;padding:16px 0;}
.acf-hotel-filter-block .filter-section:first-of-type{padding-top:0;}
.acf-hotel-filter-block .filter-divider{border:none;border-top:1px solid #e7e7e7;margin:0;}
.acf-hotel-filter-block legend{font-size:15px;font-weight:600;margin:0 0 12px;padding:0;width:100%; font-family: 'Raleway';}
.acf-hotel-filter-block .filters-group-histogram{display:flex;align-items:flex-end;gap:2px;height:40px;margin-bottom:10px;}
.acf-hotel-filter-block .histogram-bar{flex:1;background:#d1d5db;border-radius:1px;min-height:3px;}
.acf-hotel-filter-block .filter-checkbox{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;font-size:14px;color:#333;}
.acf-hotel-filter-block .filter-checkbox input{width:16px;height:16px;flex-shrink:0; margin:0;}
.acf-hotel-filter-block .filter-checkbox span{flex:1;font-weight: 400;}
.acf-hotel-filter-block .filter-checkbox em{font-style:normal;color:#767676;font-size:13px;}
.acf-hotel-filter-block .price-range-values{font-size:14px;font-weight:600;margin-bottom:14px;}
.acf-hotel-filter-block .dual-range-slider{position:relative;height:34px;}
.acf-hotel-filter-block .dual-range-slider .slider-track{position:absolute;left:0;right:0;top:15px;height:4px;background:#e7e7e7;border-radius:2px;}
.acf-hotel-filter-block .dual-range-slider input[type=range]{position:absolute; z-index: 2;left:0;right:0;top:8px;width:100%;margin:0;pointer-events:none;-webkit-appearance:none;background:transparent;}
.acf-hotel-filter-block .dual-range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#0071c2;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px rgba(0,0,0,.4);}
.acf-hotel-filter-block .dual-range-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#0071c2;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px rgba(0,0,0,.4);}
.acf-hotel-filter-block .filter-reset-btn{margin-top:10px;background:none;border:none;color:#0071c2;font-size:14px;font-weight:600;cursor:pointer;padding:0;}
.acf-hotel-filter-block .filter-reset-btn:hover{text-decoration:underline;}
.acf-hotel-filter-block.is-loading{opacity:.6;pointer-events:none;}
#hotel-filter-results.is-loading{opacity:.4;}
.hotel-filter-empty-msg{padding:30px; text-align:center; color:#888; grid-column:1/-1;}
.hotel-gallery-item img {
    height: 100%;
    width: 100%;
}
.so-luong-anh2 {
    margin: 0 auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: underline;
}
.hinh-big-con img {
    width: 100%;
    height: 100%;
}
.is-modern .f-thumbs__slide__button {
    --clip-path: unset!important;
    clip-path: unset!important;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

.woocommerce-breadcrumb.hotel-breadcrumb {
    padding: 20px 0;
}
.woocommerce-breadcrumb.hotel-breadcrumb span.current {
    font-weight: 600;
    color: #0025ff;
}
.name-price {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.hotel-title > h2 {
    font-weight: 700;
    font-size: 30px;
    color: #1300ff;
}
span.hotel-star {
    color: #f98400;
}
span.hotel-type {
    background: #9afff8;
    border-radius: 12px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0130ff;
}


p.gia-da-giam {
    color: red;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 0;
}
p.gia-chua-giam {
    text-decoration: line-through;
    color: red;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.gia-phong-dem {
    display: grid;
    font-family: 'Roboto Condensed';
}
.price-range-values {
    text-align: right;
}
.price-range-values {
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}
.hotel-around-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}
.hotel-around-box {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
}
.hotel-around-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.hotel-around-header h3, h3.hotel-restaurant-title, .hotel-all-amenities-title {
    margin: 0;
    font-size: 25px;
    background: #002eff;
    font-weight: 700;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}
.hotel-restaurant-box {
    margin-top: 40px;
}
.hotel-restaurant-card {
    margin-top: 20px;
}
.hotel-restaurant-grid h4 {
    font-size: 20px;
    color: #0012ff;
}
.hotel-around-map-link {
    color: #006ce4;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
}
.hotel-around-address {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
}
.hotel-around-group {
    margin-bottom: 14px;
}
.hotel-around-tag {
    display: inline-block;
    background: #e6f7ff;
    color: #006ce4;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.hotel-around-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hotel-around-list li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.hotel-around-list li span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.dashicons-location:before {
    content: "\f230";
    font-family: 'dashicons';
}
.hotel-around-box span, .hotel-around-address, .hotel-around-list li em {
    font-family: 'Raleway';
}
.hotel-around-list li em {
    font-style: normal;
    color: #767676;
    white-space: nowrap;
}
.hotel-facilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.hotel-facility-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
h3.hotel-all-amenities-title {
    margin: 30px 0;
}
.amenity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
}
.amenity-category h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #222;
}
.amenity-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}
.amenity-tags li {
    font-size: 14px;
    color: #444;
    position: relative;
    padding: 0px 0 0px 20px;
}
.amenity-tags li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: 700;
}
.hotel-restaurant-card ul.hotel-restaurant-meta li {
    list-style: none;
}


/* Đặt file này vào theme (enqueue qua wp_enqueue_style) hoặc dán vào Customizer > CSS bổ sung */

.hkt-room-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.hkt-room-card {
    /*display: flex;*/
    padding:20px;
        position: relative;
    border: 1px solid #e3e6eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.hkt-room-main{
        display: flex;
        position: relative;
        gap:20px;
}
.hkt-room-media {
    width: 400px;
    flex-shrink: 0;
}
.hkt-room-card:nth-child(odd) {
    background: #f5faff;
}
.hkt-room-media img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.hkt-spec-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #333;
    margin-bottom: 6px;
}

.hkt-spec-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.hkt-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.hkt-amenity-tag {
    font-size: 12px;
    background: #eef1f6;
    color: #444;
    padding: 3px 8px;
    border-radius: 20px;
}

.hkt-room-rates {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hkt-rate-header {
    display: grid;
    grid-template-columns: 2fr 0.8fr 1.2fr 0.6fr 1fr;
    background: #f2f4f8;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.hkt-rate-row {
    display: grid;
    grid-template-columns: 2fr 0.8fr 1.2fr 0.6fr 1fr;
    align-items: center;
    border-top: 1px solid #eee;
    font-size: 13.5px;
}

.hkt-rate-plan {
    color: #888;
    font-size: 12.5px;
    margin-bottom: 2px;
}

.hkt-rate-price {
    color: #e8603c;
    font-weight: 700;
    font-size: 15px;
}

.hkt-rate-note {
    color: #999;
    font-weight: 400;
    font-size: 11.5px;
    margin-top: 2px;
}

.hkt-rate-action {
    text-align: right;
}

.hkt-btn-chon {
    display: inline-block;
    background: #2f8fe0;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.hkt-btn-chon:hover {
    background: #2274bd;
}

.hkt-rate-left {
    color: #d0342c;
    font-size: 12px;
    margin-top: 6px;
}

.hkt-room-empty {
    text-align: center;
    color: #888;
    padding: 40px 0;
}


.hkt-room-status-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #00000033;
    width: 100%;
    height: 100%;
}
.hkt-room-status-badge p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2222222;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
        font-size: 30px;
    font-weight: 700;
}
h3.hkt-room-title {
    font-weight: 800;
    font-size: 26px;
}

h3.hotel-room-list-title {
    font-weight: 700;
    text-align: center;
    background: #002eff;
    color: white;
    padding: 10px 0;
    font-size: 26px;
    text-transform: uppercase;
}
.hkt-rate-header span {
    height: 50px;
    align-items: center;
    padding-left: 10px;
    display: flex;
    border: 1px solid #eee;
}

.hkt-rate-name, .hkt-rate-guests, .hkt-rate-price, .hkt-rate-rooms,.hkt-rate-action {
    padding: 10px;
        height: 100%;
        border: 1px solid #eee;
}

.hkt-rate-guests, .hkt-rate-action, .hkt-rate-rooms {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hkt-rate-price span.woocommerce-Price-amount.amount {
    font-size: 22px;
    color: red;
}
.hkt-rate-price {
    text-align: right;
}






@media (max-width: 782px) {
    .hkt-room-card {
        flex-direction: column;
    }
    .hkt-room-media {
        width: 100%;
    }
    .hkt-rate-header {
        display: none;
    }
    .hkt-rate-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .hkt-rate-action {
        text-align: left;
    }
}



@media (max-width: 767px) {
    .amenity-grid {
        grid-template-columns: 1fr;
    }
}




@media (max-width: 767px) {
    .hotel-around-wrap {
        grid-template-columns: 1fr;
    }
}



























/* ============================================================
   HKT ROOM CARD - CSS
   Copy toàn bộ file này, dán vào CUỐI file style.css của theme.
   ============================================================ */

/* --- Loại phòng hiện trên dòng bữa sáng --- */
.hkt-rate-room-type{font-weight:700;font-size:14px;color:#0071c2;margin-bottom:4px;}

/* --- Nút "Xem chi tiết" (mở popup) --- */
.hkt-room-details-btn{
    margin-top:8px;
    background:none;
    border:none;
    padding:0;
    color:#0071c2;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
    text-decoration:underline;
}
.hkt-room-details-btn:hover{ color:#00487a; }

/* --- CHÍNH SÁCH: chỉ hiện tên, hover mới lộ nội dung ---
   QUAN TRỌNG: .hkt-policy-tooltip PHẢI có display:none mặc định,
   nếu thiếu dòng này nội dung sẽ hiện luôn (đúng lỗi bạn đang gặp). */
.hkt-room-policies{margin-top:10px;display:flex;flex-direction:column;gap:6px;}
.hkt-policy-item{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:4px;
    font-size:13px;
    font-weight:600;
    color:#0071c2;
    cursor:default;
    width:fit-content;
}
.hkt-policy-info-icon{ font-size:12px; color:#888; }
.hkt-policy-tooltip{
    display:none;              /* <-- bắt buộc phải có, đây là dòng ẩn tooltip */
    position:absolute;
    bottom:calc(100% + 8px);
    left:0;
    background:#1a2b49;
    color:#fff;
    padding:12px 14px;
    border-radius:8px;
    font-size:12px;
    font-weight:400;
    line-height:1.5;
    width:280px;
    z-index:20;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}
.hkt-policy-tooltip p{ margin:0 0 6px; color:#fff; }
.hkt-policy-item:hover .hkt-policy-tooltip{ display:block; }  /* <-- chỉ hiện khi hover */

/* ============================================================
   POPUP "XEM CHI TIẾT PHÒNG" (giống Traveloka)
   ============================================================ */

body.hkt-modal-open{ overflow:hidden; }

.hkt-room-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
}
.hkt-room-modal.is-open{ display:block; }

.hkt-modal-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.6);
}

.hkt-modal-box{
    position:relative;
    background:#fff;
    max-width:1200px;
    width:92%;
    max-height:88vh;
    margin:5vh auto;
    border-radius:10px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}

.hkt-modal-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 20px;
    border-bottom:1px solid #eee;
}
.hkt-modal-header h3{ margin:0; font-size:18px; font-weight:700; }
.hkt-modal-close{
    background:none;
    border:none;
    font-size:26px;
    line-height:1;
    cursor:pointer;
    color:#666;
    padding:0 4px;
}
.hkt-modal-close:hover{ color:#000; }

.hkt-modal-body{
    display:grid;
    grid-template-columns:1.4fr 1fr;
    gap:24px;
    padding:20px;
    overflow-y:auto;
}
@media (max-width: 700px){
    .hkt-modal-body{ grid-template-columns:1fr; }
}

.hkt-modal-main-image{
    position:relative;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:10px;
}
.hkt-modal-main-image img{
    width:100%;
    height:360px;
    object-fit:cover;
    display:block;
}

/* --- Nút mũi tên trái/phải trên ảnh lớn --- */
.hkt-modal-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border-radius:50%;
    border:none;
    background:rgba(255,255,255,.9);
    color:#333;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 2px 6px rgba(0,0,0,.2);
}
.hkt-modal-nav:hover{ background:#fff; color:#0071c2; }
.hkt-modal-prev{ left:12px; }
.hkt-modal-next{ right:12px; }

/* --- Số đếm ảnh (VD: 4/10) --- */
.hkt-modal-counter{
    position:absolute;
    left:12px;
    bottom:12px;
    background:rgba(0,0,0,.6);
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:4px 10px;
    border-radius:20px;
}

.hkt-modal-thumbs{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding-bottom:4px;
}
.hkt-modal-thumb{
    margin:0;
    flex:0 0 auto;
    padding:0;
    border:2px solid transparent;
    border-radius:6px;
    overflow:hidden;
    cursor:pointer;
    background:none;
    width:70px;
    height:56px;
}
.hkt-modal-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.hkt-modal-thumb:hover{ border-color:#0071c2; }
.hkt-modal-thumb.is-active{ border-color:#0071c2; }

.hkt-modal-info h4{
    font-size:15px;
    font-weight:700;
    margin:0 0 10px;
    padding-top:14px;
    border-top:1px solid #eee;
}
.hkt-modal-info h4:first-child{ padding-top:0; border-top:none; }

.hkt-modal-specs,
.hkt-modal-amenities{
    list-style:none;
    margin:0 0 6px;
    padding:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 12px;
}
.hkt-modal-specs li,
.hkt-modal-amenities li{
    font-size:13px;
    color:#333;
    display:flex;
    align-items:center;
    gap:6px;
}
.hkt-modal-specs .hkt-spec-icon{ width:16px; height:16px; }

.hkt-modal-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 20px;
    border-top:1px solid #eee;
    background:#fafafa;
}
.hkt-modal-price{ font-size:16px; font-weight:700; color:#0071c2; }
.hkt-modal-price-label{ font-size:12px; font-weight:400; color:#767676; }
.hkt-modal-price-amount{ font-size:16px; font-weight:700; color:#0071c2; }
.hkt-modal-footer .hkt-modal-close.hkt-btn-chon{
    background:#0071c2;
    color:#fff;
    border:none;
    padding:10px 22px;
    border-radius:4px;
    font-weight:600;
    font-size:14px;
    cursor:pointer;
    text-decoration:none;
}
.hkt-modal-close{
    margin:0;
}
.hkt-modal-footer .hkt-modal-close.hkt-btn-chon:hover{ background:#00487a; }


.hkt-spec-row img {
    width: 16px;
    height: 16px;
    margin: 0;
}

.hkt-modal-thumbs{
    display:flex;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    cursor:grab;
    user-select:none;
    -webkit-overflow-scrolling:touch;
    scroll-behavior:smooth;
    scrollbar-width:none;
}

.hkt-modal-thumbs::-webkit-scrollbar{
    display:none;
}

.hkt-modal-thumbs.dragging{
    cursor:grabbing;
}

.hkt-modal-thumb{
    flex:0 0 auto;
}

.hkt-rate-guests .dashicons {
    position: relative;
    cursor: pointer;
}

.hkt-rate-guests .dashicons:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
}
















