/* ========================================
       TOWORKIS
   ======================================== */

/*   */
body {
    background: #f6f8fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/*      */
* {
    transition: border-color 0.2s ease, 
                background-color 0.2s ease, 
                box-shadow 0.2s ease,
                transform 0.2s ease;
}

/* ==========    ========== */
a, 
a:link, 
a:visited, 
a:hover, 
a:active, 
a:focus,
.uk-link,
.uk-link-text,
.uk-link-heading,
.uk-link-reset,
.uk-link-toggle,
.uk-navbar-nav > li > a,
.uk-navbar-item a,
.uk-navbar-dropdown-nav a,
.uk-nav-default a,
.uk-nav-primary a,
.uk-subnav a,
.uk-breadcrumb a,
.uk-pagination a,
.uk-tab a,
.uk-dropdown-nav a,
.uk-card a,
.uk-card-body a,
.uk-panel a,
.uk-article a,
.uk-comment a,
.uk-list a,
.uk-table a {
    text-decoration: none !important;
    border-bottom: none !important;
}

/*      () */
a:hover:not(.uk-button):not(.preview-btn):not(.management-btn):not(.booking-btn):not(.hotel-link-main):not(.hotel-link-points) {
    color: #1e87f0;
}

/* ==========  ========== */
.premium-navbar {
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(30, 135, 240, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.95);
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    background: linear-gradient(145deg, #1e87f0, #0d47a1);
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    box-shadow: 0 8px 16px -6px rgba(30,135,240,0.3);
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
    text-decoration: none !important;
    border-bottom: none !important;
}

.logo-text:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* ==========   ========== */
.nav-links .uk-navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
}

.nav-links .uk-navbar-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-links .uk-navbar-nav li a {
    color: #334155;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 0.95rem;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: none !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.nav-links .uk-navbar-nav li a i {
    color: #1e87f0;
    font-size: 0.9rem;
}

.nav-links .uk-navbar-nav li a:hover {
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

.nav-links .uk-navbar-nav li.uk-active a {
    color: #1e87f0;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: none !important;
}

/* ==========   ========== */
.uk-navbar-dropdown {
    border-radius: 16px;
    border: 1px solid #eef2f6;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
}

.uk-navbar-dropdown-nav {
    list-style: none;
    padding: 10px 0;
}

.uk-navbar-dropdown-nav li {
    list-style-type: none;
}

.uk-navbar-dropdown-nav li a {
    color: #334155;
    text-decoration: none !important;
    padding: 8px 20px;
    display: block;
    transition: 0.2s;
    border-bottom: none !important;
}

.uk-navbar-dropdown-nav li a:hover {
    background: #f1f5f9;
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

/* ==========   ========== */
.user-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*   */
.message-icon {
    position: relative;
    color: #64748b;
    font-size: 1.3rem;
    transition: 0.2s;
    text-decoration: none !important;
    border-bottom: none !important;
}

.message-icon:hover {
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

.message-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ef4444;
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 20px;
    border: 2px solid white;
}

/*  */
.balance-wrapper {
    position: relative;
}

.user-balance {
    background: #f1f5f9;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e87f0;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 2px solid #d9e6ff !important;
    cursor: pointer;
    text-decoration: none !important;
}

.user-balance i {
    color: #fbbf24;
}

.balance-label {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: normal;
    margin-left: 4px;
}

.balance-dropdown {
    position: absolute;
    top: 110%;
    right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
    width: 260px;
    padding: 12px 0;
    display: none;
    border: 1px solid #eef2f6;
    z-index: 1000;
}

.balance-wrapper:hover .balance-dropdown {
    display: block;
}

.balance-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    color: #334155;
    text-decoration: none !important;
    transition: 0.2s;
    border-bottom: none !important;
}

.balance-dropdown-item:hover {
    background: #f1f5f9;
    text-decoration: none !important;
    border-bottom: none !important;
}

.balance-dropdown-item .item-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.balance-dropdown-item .item-title {
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
}

.balance-dropdown-item .item-desc {
    font-size: 0.7rem;
    color: #94a3b8;
}

.balance-dropdown-item:hover .item-title {
    color: #1e87f0;
}

.balance-dropdown-item i {
    font-size: 1.1rem;
    min-width: 20px;
    color: #1e87f0;
}

/* PRO  */
.pro-status {
    background: #f1f5f9;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #b45309;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 2px solid #fed7aa !important;
    text-decoration: none !important;
}

.pro-status i {
    color: #f59e0b;
}

.pro-label {
    font-size: 0.65rem;
    color: #b45309;
    font-weight: normal;
    margin-left: 4px;
}

.pro-status[onclick] {
    cursor: pointer;
}

.pro-status[onclick]:hover {
    background: #e2e8f0 !important;
    border-color: #fed7aa !important;
}

/*   */
.user-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
    border-bottom: none !important;
}

.user-avatar {
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #1e87f0, #0d47a1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 6px 12px -4px rgba(30,135,240,0.25);
    overflow: hidden;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.user-name {
    font-weight: 500;
    color: #1e293b;
    text-transform: none;
}

.user-role {
    font-size: 0.65rem;
    color: #94a3b8;
}

/*    */
.dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
    width: 240px;
    padding: 10px 0;
    display: none;
    border: 1px solid #eef2f6;
    z-index: 1000;
}

.user-profile:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #334155;
    text-decoration: none !important;
    transition: 0.2s;
    font-size: 0.9rem;
    border-bottom: none !important;
}

.dropdown-menu a:hover {
    background: #f1f5f9;
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

.dropdown-menu a i {
    width: 20px;
    color: #1e87f0;
}

.dropdown-divider {
    height: 1px;
    background: #eef2f6;
    margin: 8px 0;
}

/* ==========  ========== */
.uk-card {
    border-radius: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 30px !important;
}

.uk-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.uk-card a {
    text-decoration: none !important;
    border-bottom: none !important;
}

/*    */
.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.card-tag {
    background: rgba(0,0,0,0.05);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #666;
    text-decoration: none !important;
    border-bottom: none !important;
}

.card-tag:hover {
    background: rgba(0,0,0,0.1);
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

/* ==========   ========== */
.breadcrumbs-wrapper {
    background: white;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-link {
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

.breadcrumb-link:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    color: #0d47a1;
}

.breadcrumb-current {
    color: #334155;
    font-weight: 500;
}

/* ==========  ========== */
.minimal-footer {
    background: white;
    padding: 50px 0 20px;
    margin-top: 80px;
    border-top: 1px solid #eef2f6;
    box-shadow: 0 -10px 30px -15px rgba(0,0,0,0.05);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h4 {
    color: #1e293b;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.footer-col h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #1e87f0, #0d47a1);
    border-radius: 3px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #64748b;
    text-decoration: none !important;
    transition: all 0.2s;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: none !important;
}

.footer-col ul li a i {
    width: 18px;
    color: #1e87f0;
    font-size: 0.9rem;
    transition: transform 0.2s;
}

.footer-col ul li a:hover {
    color: #1e87f0;
    transform: translateX(3px);
    text-decoration: none !important;
    border-bottom: none !important;
}

.footer-col ul li a:hover i {
    transform: scale(1.1);
}

/* ==========   ========== */
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 50%;
    color: #64748b;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border-bottom: none !important;
}

.social-links a:hover {
    background: #1e87f0;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -8px rgba(30,135,240,0.4);
}

/*      */
.social-links a[href*="telegram"]:hover,
.social-links a[title="Telegram"]:hover {
    background: #0088cc;
    color: white !important;
}

.social-links a[href*="vk.com"]:hover,
.social-links a[title="VK"]:hover {
    background: #4a76a8;
    color: white !important;
}

.social-links a[href*="whatsapp"]:hover,
.social-links a[title="WhatsApp"]:hover {
    background: #25D366;
    color: white !important;
}

.social-links a[href*="instagram"]:hover,
.social-links a[title="Instagram"]:hover {
    background: linear-gradient(45deg, #f09433, #d62976, #962fbf, #4f5bd5);
    color: white !important;
}

.social-links a[href*="youtube"]:hover,
.social-links a[title="YouTube"]:hover {
    background: #ff0000;
    color: white !important;
}

/*     */
.footer-contact {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}

.footer-contact p {
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.9rem;
}

.footer-contact p i {
    width: 18px;
    color: #1e87f0;
}

.footer-contact p a {
    color: #64748b;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: color 0.2s;
}

.footer-contact p a:hover {
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

/*    */
.footer-bottom {
    max-width: 1400px;
    margin: 40px auto 0;
    padding: 20px 30px 0;
    border-top: 1px solid #eef2f6;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    color: #94a3b8;
    font-size: 0.85rem;
}

.copyright {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #1e87f0;
    text-decoration: none !important;
    border-bottom: none !important;
}

.separator {
    color: #cbd5e1;
}

.footer-version {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #94a3b8;
}

.footer-version i {
    color: #1e87f0;
}

/* ==========    ========== */
.main-slideshow-item img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-slider {
    margin-top: 15px;
    position: relative;
}

.thumbnail-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px 0 10px 0;
    scrollbar-width: thin;
    scrollbar-color: #1e87f0 #e0e0e0;
}

.thumbnail-container::-webkit-scrollbar {
    height: 6px;
}

.thumbnail-container::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}

.thumbnail-container::-webkit-scrollbar-thumb {
    background: #1e87f0;
    border-radius: 10px;
}

.thumbnail-item {
    flex: 0 0 auto;
    width: 100px;
    height: 70px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.7;
    transition: 0.2s;
    border: 2px solid transparent;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-item:hover,
.thumbnail-item.active {
    opacity: 1;
    border-color: #1e87f0;
    transform: scale(1.05);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 5;
    font-size: 14px;
    color: #333;
}

.slider-arrow-left {
    left: -10px;
}

.slider-arrow-right {
    right: -10px;
}

/* ========== ¨ ========== */
.stars i {
    color: #ffc107;
    margin-right: 2px;
}

.stars i.far {
    color: #ddd;
}

.stars i.fas.fa-star {
    color: #fbbf24 !important;
}

.stars i.far.fa-star {
    color: #cbd5e1 !important;
}

/* ==========  ========== */
.map-placeholder {
    background: #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    height: 140px;
    width: 100%;
}

.map-placeholder iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ==========   ========== */
.places-compact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.place-item {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid #eef2f6;
    justify-content: space-between;
}

.place-item .place-name {
    font-weight: 500;
    color: #333;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.place-item .place-name i {
    color: #1e87f0;
    width: 16px;
    font-size: 0.85rem;
}

.place-item .place-distance {
    font-weight: 600;
    color: #1e87f0;
    background: white;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 0.75rem;
    border: 1px solid #d9e6ff;
}

/* ==========  ========== */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.review-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1e87f0, #0d47a1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.review-content {
    flex: 1;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
}

.reviewer-name {
    font-weight: 600;
    font-size: 1rem;
}

.review-date {
    font-size: 0.75rem;
    color: #888;
}

.review-text {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.4;
}

/* ==========    ========== */
.monthly-prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 12px;
    margin-top: 8px;
}

.month-price {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    border-bottom: 1px dashed #ddd;
    padding: 3px 0;
}

.month-price span:last-child {
    font-weight: 600;
}

/* ==========   ========== */
.other-room-card {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.other-room-card:last-child {
    border-bottom: none;
}

.other-room-card img {
    width: 120px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
}

.other-room-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.other-room-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.other-room-title {
    font-weight: 600;
    font-size: 1rem;
}

.other-room-price {
    font-weight: 700;
    color: #1e87f0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.price-value {
    font-size: 1rem;
}

.price-period {
    font-size: 0.7rem;
    font-weight: 400;
    color: #888;
}

.other-room-desc {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 4px;
}

.other-room-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

/*  "" */
.details-link {
    color: #1e87f0;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
}

.details-link:hover {
    color: #0d47a1;
}

.details-link i {
    font-size: 0.7rem;
}

/*    */
.author-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 0.7rem;
    font-weight: 500;
    color: #555;
    border: 1px solid #ddd;
    text-decoration: none !important;
}

.author-badge i {
    font-size: 0.7rem;
}

.author-badge.highlight {
    background: #fff3cd;
    color: #856404;
    border-color: #ffe69c;
}

.author-badge.promoted {
    background: #d1e7ff;
    color: #0d47a1;
    border-color: #a6c8ff;
}

/* ==========   ========== */
.room-management {
    background: white;
    border-radius: 16px;
    padding: 16px 20px;
    margin: 20px 0 30px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.management-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.management-btn {
    flex: 1 0 auto;
    min-width: 90px;
    background: #f8f9fa;
    border: 2px solid #e9ecef !important;
    border-radius: 40px !important;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #2c3e50;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    height: 42px;
    box-sizing: border-box;
}

.management-btn:hover {
    background: #e9ecef !important;
    border-color: #e9ecef !important;
    color: #1e87f0;
}

.management-btn i {
    font-size: 1rem;
}

/* ==========    ========== */
.hotel-info-compact {
    background: white;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.hotel-type-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 8px;
}

.hotel-type {
    font-size: 0.75rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hotel-type i {
    margin-right: 4px;
    color: #1e87f0;
}

.hotel-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.hotel-title-section h3 {
    font-size: 1.2rem;
    margin: 0;
}

.hotel-address {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 12px;
}

/*    */
.hotel-link {
    margin-bottom: 16px;
}

.hotel-link a {
    color: #1e87f0;
    text-decoration: none !important;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f7ff;
    padding: 8px 16px;
    border-radius: 40px !important;
    border: 2px solid #cce0ff;
    transition: all 0.2s;
}

.hotel-link a:hover {
    background: #d9eaff;
    border-color: #1e87f0;
}

/*   */
.contact-info {
    background: #f0f7ff;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid #cce0ff;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
}

.contact-item i {
    width: 18px;
    color: #1e87f0;
}

.contact-item a {
    color: #333;
    text-decoration: none !important;
}

.contact-item a:hover {
    color: #1e87f0;
}

/*     */
.contact-info .social-links {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 0;
}

.contact-info .social-links a {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    border-radius: 50%;
    color: #64748b;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: none;
}

.contact-info .social-links a:hover {
    background: #1e87f0;
    color: white !important;
    transform: translateY(-2px);
}

/* ==========   ========== */
.room-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 12px 0;
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: left;
}

.feature-icon {
    font-size: 1.2rem;
    color: #1e87f0;
    width: 24px;
    text-align: center;
}

.feature-text {
    display: flex;
    flex-direction: column;
}

.feature-label {
    font-size: 0.6rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
}

.feature-value {
    font-size: 0.85rem;
    font-weight: 500;
    color: #222;
}

/*   */
.room-description {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #444;
    margin-bottom: 16px;
}

/*   */
.beds-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 16px 0;
}

.bed-item {
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 12px;
    border: 1px solid #eef2f6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bed-item i {
    color: #1e87f0;
    width: 20px;
    font-size: 1rem;
}

.bed-item .bed-type {
    font-weight: 500;
    color: #333;
    font-size: 0.85rem;
}

.bed-item .bed-size {
    margin-left: auto;
    font-weight: 600;
    color: #1e87f0;
    background: white;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 0.7rem;
    border: 1px solid #d9e6ff;
}

/*    */
.features-white-grid {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin: 16px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
}

.features-white-grid .section-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #eef2f6;
    padding-bottom: 8px;
}

.features-white-grid .section-title i {
    color: #1e87f0;
}

.features-two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #444;
    padding: 4px 0;
}

.feature-check-item i {
    color: #22c55e;
    width: 18px;
    font-size: 0.9rem;
}

/*   */
.hotel-rules {
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
    margin-top: 12px;
    border: 1px solid #eef2f6;
}

.rules-title {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #333;
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.rule-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
}

.rule-item i {
    width: 16px;
    color: #1e87f0;
}

.rule-item .rule-text {
    color: #444;
}

.rule-item .rule-text strong {
    color: #222;
    font-weight: 600;
}

.rule-item.disabled i {
    color: #dc3545;
}

/* ==========   ========== */
.booking-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.price-big {
    font-size: 24px;
    font-weight: 700;
}

.price-container {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.old-price {
    font-size: 1rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 15px 0;
}

.full-width {
    grid-column: span 2;
}

.booking-note {
    font-size: 0.8rem;
    color: #6c757d;
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
}

.booking-btn {
    position: relative;
    transition: all 0.3s;
    background: #1e87f0 !important;
    border: 2px solid #0d47a1 !important;
    color: white !important;
    border-radius: 40px !important;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none !important;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

.booking-btn:hover {
    background: #0d6bc0 !important;
    border-color: #0d47a1 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -6px rgba(30,135,240,0.4);
}

.booking-btn.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
    color: transparent !important;
}

.booking-btn.loading:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: button-spinner 0.8s linear infinite;
}

@keyframes button-spinner {
    to { transform: rotate(360deg); }
}

/*   */
.availability-label {
    background: #22c55e;
    color: white;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 16px -6px rgba(34,197,94,0.3);
    white-space: nowrap;
    text-decoration: none !important;
}

.availability-label i {
    font-size: 0.9rem;
}

/* ==========   ========== */
.preview-banner {
    background: #fef9c3;
    border: 2px solid #facc15;
    border-radius: 40px !important;
    padding: 12px 24px;
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0 8px 20px -8px rgba(250,204,21,0.3);
}

.preview-banner-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.preview-banner-content i {
    font-size: 1.5rem;
    color: #ca8a04;
}

.preview-banner-content span {
    font-weight: 500;
    color: #854d0e;
    font-size: 1rem;
}

.preview-banner-buttons {
    display: flex;
    gap: 12px;
}

.preview-btn {
    padding: 10px 24px;
    border-radius: 40px !important;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    border: 2px solid !important;
    height: 46px;
    box-sizing: border-box;
    min-width: 140px;
}

.preview-btn.publish {
    background: #22c55e !important;
    border-color: #16a34a !important;
    color: white !important;
}

.preview-btn.publish:hover {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -6px rgba(34,197,94,0.4);
}

.preview-btn.edit {
    background: white !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

.preview-btn.edit:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -6px rgba(0,0,0,0.1);
}

/*   */
.page-header {
    background: white;
    border-radius: 24px;
    padding: 24px 30px;
    margin-bottom: 30px !important;
    box-shadow: 0 15px 35px -10px rgba(0,0,0,0.1);
}

.page-header h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 5px 0 0;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

/* ==========  ========== */
.auth-only {
    display: none;
}

.auth-only.show {
    display: block;
}

.login-required {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
    text-align: center;
    color: #495057;
}

.login-required i {
    color: #1e87f0;
    margin-right: 6px;
}

.login-required a {
    color: #1e87f0;
    font-weight: 500;
    text-decoration: none !important;
}

.login-required a:hover {
    color: #0d47a1;
}

/* ==========    ========== */
/*   */
select {
    border: 2px solid #e2e8f0 !important;
    border-radius: 40px !important;
    padding: 10px 16px !important;
    background: white !important;
    transition: all 0.2s ease;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
    height: 46px;
    box-sizing: border-box;
}

select:hover {
    border-color: #1e87f0 !important;
}

select:focus {
    border-color: #1e87f0 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(30,135,240,0.1) !important;
}

/*   */
input[type="date"] {
    border: 2px solid #e2e8f0 !important;
    border-radius: 40px !important;
    padding: 10px 16px !important;
    background: white !important;
    width: 100%;
    font-family: inherit;
    height: 46px;
    box-sizing: border-box;
}

input[type="date"]:hover {
    border-color: #1e87f0 !important;
}

input[type="date"]:focus {
    border-color: #1e87f0 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(30,135,240,0.1) !important;
}

/*   Chrome */
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/*   */
textarea {
    border: 2px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 12px 16px !important;
    background: white !important;
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

textarea:hover {
    border-color: #1e87f0 !important;
}

textarea:focus {
    border-color: #1e87f0 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(30,135,240,0.1) !important;
}

textarea::placeholder {
    color: #94a3b8;
    font-size: 0.85rem;
}

/* ==========    ========== */
#date-error {
    background: #fee2e2;
    border: 1px solid #ef4444;
    border-radius: 40px;
    padding: 10px 16px;
    margin-top: 10px;
    color: #dc2626;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

#date-error i {
    color: #ef4444;
    font-size: 1rem;
}

.success-message {
    background: #dcfce7;
    border: 1px solid #22c55e;
    border-radius: 40px;
    padding: 10px 16px;
    color: #16a34a;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ==========   ========== */
.places-compact:empty,
.map-placeholder:empty {
    display: none;
}

.empty-state {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    color: #94a3b8;
}

.empty-state i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1e87f0;
}

/* ========== STICKY  ========== */
.booking-card.uk-position-sticky {
    top: 90px !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #1e87f0 #e2e8f0;
}

.booking-card.uk-position-sticky::-webkit-scrollbar {
    width: 4px;
}

.booking-card.uk-position-sticky::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 4px;
}

.booking-card.uk-position-sticky::-webkit-scrollbar-thumb {
    background: #1e87f0;
    border-radius: 4px;
}

.uk-container.uk-margin-large-top {
    margin-top: 30px !important;
}

/* ==========   ========== */
.uk-active a {
    color: #1e87f0 !important;
    font-weight: 600 !important;
}

/* ==========     ========== */

/*    toworkis.css */
.uk-button-primary,
.uk-button-primary:active,
.uk-button-primary:focus,
.uk-button-primary:hover {
    background: #1e87f0 !important;
    border-color: #0d47a1 !important;
    color: white !important;
    border-radius: 40px !important;
    border-width: 2px !important;
    border-style: solid !important;
    height: 46px !important;
    padding: 0 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    transform: none !important;
}

.uk-button-primary:hover {
    background: #0d6bc0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(30,135,240,0.4) !important;
}

/*   */
.preview-btn {
    border-radius: 40px !important;
    height: 46px !important;
    padding: 0 24px !important;
    border: 2px solid !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
}

.preview-btn.publish {
    background: #22c55e !important;
    border-color: #16a34a !important;
    color: white !important;
}

.preview-btn.publish:hover {
    background: #16a34a !important;
    border-color: #16a34a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(34,197,94,0.4) !important;
}

.preview-btn.edit {
    background: white !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

.preview-btn.edit:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(0,0,0,0.1) !important;
}

/*   */
.hotel-link-main,
.hotel-link-points {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 20px !important;
    border: 2px solid !important;
    border-radius: 100px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    height: 46px !important;
    margin: 0 !important;
}

.hotel-link-main {
    flex: 3 !important;
    background-color: #1e87f0 !important;
    border-color: #0d47a1 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 16px -6px rgba(30,135,240,0.3) !important;
}

.hotel-link-main:hover {
    background-color: #0d6ef0 !important;
    border-color: #0d47a1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 20px -8px rgba(30,135,240,0.4) !important;
}

.hotel-link-points {
    flex: 1 !important;
    background-color: #fef9e7 !important;
    border-color: #fbbf24 !important;
    color: #b45309 !important;
    box-shadow: 0 4px 12px -4px rgba(245,158,11,0.2) !important;
}

.hotel-link-points:hover {
    background-color: #fffbeb !important;
    border-color: #f59e0b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(245,158,11,0.3) !important;
}

.hotel-link-points i {
    color: #f59e0b !important;
}

/*     */
.hotel-links-grid {
    display: flex !important;
    gap: 10px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/*   */
.booking-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    background-color: #1e87f0 !important;
    border: 2px solid #0d47a1 !important;
    border-radius: 100px !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    height: 46px !important;
    margin: 20px 0 0 0 !important;
}

.booking-btn:hover {
    background-color: #0d6bc0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(30,135,240,0.4) !important;
}

/*    */
.preview-btn i,
.hotel-link-main i,
.hotel-link-points i,
.booking-btn i {
    font-size: 14px !important;
}

/* ==========  ========== */
@media (max-width: 768px) {
    .navbar-container {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .nav-links .uk-navbar-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .user-area {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .user-info {
        display: none;
    }
    
    .balance-label,
    .pro-label {
        display: none;
    }
    
    .beds-grid {
        grid-template-columns: 1fr;
    }
    
    .features-two-cols {
        grid-template-columns: 1fr;
    }
    
    .booking-grid {
        grid-template-columns: 1fr;
    }
    
    .full-width {
        grid-column: span 1;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-col h4:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-col ul li a {
        justify-content: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-contact p {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .page-header h1 {
        font-size: 1.8rem;
    }
    
    .preview-banner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .preview-banner-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .preview-btn {
        min-width: 120px;
    }
}

@media (max-width: 640px) {
    .hotel-links-grid {
        flex-direction: column !important;
    }
    
    .hotel-link-main,
    .hotel-link-points {
        flex: 1 !important;
        width: 100% !important;
    }
    
    .preview-banner-buttons {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .preview-btn {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        gap: 5px;
    }
    
    .separator {
        display: none;
    }
    
    .preview-btn {
        min-width: 100px;
        padding: 0 16px;
        font-size: 0.85rem;
    }
}

/* -  sticky    */
@media (max-width: 960px) {
    .uk-position-sticky {
        position: relative !important;
        top: 0 !important;
    }
    
    .booking-card {
        margin-top: 30px;
    }
    
    .booking-card.uk-position-sticky {
        position: relative !important;
        top: 0 !important;
        max-height: none;
        overflow-y: visible;
    }
}

.features-white-grid {
    background: #f5f6f7;
    border-radius: 12px;
    padding: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.features-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
}

.feature-check-item {
    font-size: 15px;
}

.feature-check-item i {
    color: #22c55e;
    margin-right: 8px;
}

/* ==========     ========== */

/*     */
.preview-banner-buttons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 24px !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    border: 2px solid !important;
    min-width: 140px !important;
    height: 46px !important;
    box-sizing: border-box !important;
}

.preview-banner-buttons a[href*="save"] {
    background: #22c55e !important;
    border-color: #16a34a !important;
    color: white !important;
}

.preview-banner-buttons a[href*="edit"] {
    background: white !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

/*   */
.hotel-links-grid a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 20px !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    border: 2px solid !important;
    height: 46px !important;
    box-sizing: border-box !important;
}

.hotel-links-grid a:first-child {
    background: #1e87f0 !important;
    border-color: #0d47a1 !important;
    color: white !important;
    flex: 3 !important;
}

.hotel-links-grid a:last-child {
    background: #fef9e7 !important;
    border-color: #fbbf24 !important;
    color: #b45309 !important;
    flex: 1 !important;
}

/*   */
.booking-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    background: #1e87f0 !important;
    border: 2px solid #0d47a1 !important;
    border-radius: 100px !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 46px !important;
    cursor: pointer !important;
    margin-top: 20px !important;
    border: 2px solid #0d47a1 !important;
}

/* ==========    ========== */

/*     */
.preview-banner-buttons {
    display: flex !important;
    gap: 12px !important;
}

.preview-banner-buttons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 24px !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    border: 2px solid !important;
    min-width: 140px !important;
    height: 46px !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

.preview-banner-buttons a[href*="save"] {
    background: #22c55e !important;
    border-color: #16a34a !important;
    color: white !important;
}

.preview-banner-buttons a[href*="save"]:hover {
    background: #16a34a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(34,197,94,0.4) !important;
}

.preview-banner-buttons a[href*="edit"] {
    background: white !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

.preview-banner-buttons a[href*="edit"]:hover {
    background: #f1f5f9 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(0,0,0,0.1) !important;
}

/*   */
.hotel-links-grid {
    display: flex !important;
    gap: 10px !important;
    margin: 0 0 20px 0 !important;
    width: 100% !important;
}

.hotel-links-grid a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 20px !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    border: 2px solid !important;
    height: 46px !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.hotel-links-grid a:first-child {
    background: #1e87f0 !important;
    border-color: #0d47a1 !important;
    color: white !important;
    flex: 3 !important;
    box-shadow: 0 8px 16px -6px rgba(30,135,240,0.3) !important;
}

.hotel-links-grid a:first-child:hover {
    background: #0d6ef0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 20px -8px rgba(30,135,240,0.4) !important;
}

.hotel-links-grid a:last-child {
    background: #fef9e7 !important;
    border-color: #fbbf24 !important;
    color: #b45309 !important;
    flex: 1 !important;
    box-shadow: 0 4px 12px -4px rgba(245,158,11,0.2) !important;
}

.hotel-links-grid a:last-child:hover {
    background: #fffbeb !important;
    border-color: #f59e0b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(245,158,11,0.3) !important;
}

.hotel-links-grid a:last-child i {
    color: #f59e0b !important;
}

/*   */
.booking-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    background: #1e87f0 !important;
    border: 2px solid #0d47a1 !important;
    border-radius: 100px !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 46px !important;
    cursor: pointer !important;
    margin-top: 20px !important;
    transition: all 0.2s ease !important;
}

.booking-btn:hover {
    background: #0d6bc0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -6px rgba(30,135,240,0.4) !important;
}

/*    */
@media (max-width: 640px) {
    .preview-banner-buttons {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .preview-banner-buttons a {
        width: 100% !important;
    }
    
    .hotel-links-grid {
        flex-direction: column !important;
    }
    
    .hotel-links-grid a {
        flex: 1 !important;
        width: 100% !important;
    }
}


/* ========================================
      " "
   ======================================== */

/* ,     attention-card   */
.uk-card.attention-card,
div.uk-card.attention-card,
.uk-card-body.attention-card {
    position: relative !important;
    border: 3px solid #f59e0b !important;
    border-radius: 24px !important;
    box-shadow: 0 12px 28px -8px rgba(245, 158, 11, 0.25), 0 0 0 1px rgba(245, 158, 11, 0.1) inset !important;
    overflow: visible !important;
    transition: all 0.3s ease !important;
}

/*    */
.uk-card.attention-card:hover,
div.uk-card.attention-card:hover {
    box-shadow: 0 20px 35px -10px rgba(245, 158, 11, 0.35), 0 0 0 1px #f59e0b inset !important;
    transform: translateY(-2px) !important;
}

/*  " " */
.attention-badge {
    position: absolute !important;
    top: -14px !important;
    right: 20px !important;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: white !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    padding: 8px 20px !important;
    border-radius: 60px !important;
    box-shadow: 0 6px 14px rgba(245, 158, 11, 0.4) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 25 !important;
    letter-spacing: 0.5px !important;
    backdrop-filter: blur(2px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    font-family: inherit !important;
    line-height: 1 !important;
}

/*    */
.attention-badge i {
    font-size: 0.9rem !important;
    color: white !important;
}

/*    */
@media (max-width: 640px) {
    .attention-badge {
        top: -10px !important;
        right: 12px !important;
        font-size: 0.7rem !important;
        padding: 5px 12px !important;
    }
    .attention-badge i {
        font-size: 0.75rem !important;
    }
}


/* ========================================
       (NS)
     -    
   ======================================== */

/*   */
.ns-other-hotels {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
}

/*  */
.ns-other-hotels-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eef2f6;
}

.ns-other-hotels-header h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    font-family: inherit;
}

.ns-other-hotels-header h3 i {
    color: #1e87f0;
    margin-right: 6px;
    font-size: 0.8rem;
}

.ns-other-hotels-link {
    color: #1e87f0;
    font-size: 0.65rem;
    font-weight: 500;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ns-other-hotels-link:hover {
    color: #1e87f0;
    text-decoration: none !important;
}

.ns-other-hotels-link i {
    font-size: 0.5rem;
}

/*   */
.ns-other-hotels-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*   */
.ns-hotel-item {
    display: flex;
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef2f6;
}

/*  */
.ns-hotel-item-image {
    position: relative;
    flex-shrink: 0;
    width: 260px;
    background: #e2e8f0;
    overflow: hidden;
}

.ns-hotel-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*     */
.ns-hotel-item {
    align-items: stretch;
}

.ns-hotel-item-image,
.ns-hotel-item-image img {
    height: 100%;
}

/*  */
.ns-hotel-item-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    z-index: 2;
}

/*   */
.ns-hotel-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 12px;
    background: #ffffff;
}

.ns-hotel-item-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    font-family: inherit;
}

/*  */
.ns-hotel-item-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 5px 0;
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
}

.ns-hotel-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
}

.ns-hotel-feature i {
    color: #1e87f0;
    font-size: 0.75rem;
}

.ns-feature-label {
    font-size: 0.5rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ns-feature-value {
    font-size: 0.65rem;
    font-weight: 600;
    color: #1e293b;
}

/*  */
.ns-hotel-item-desc {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.7rem;
    line-height: 1.35;
    color: #475569;
}

/*  */
.ns-hotel-item-spacer {
    flex: 1;
}

/*   */
.ns-hotel-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    padding-top: 5px;
    border-top: 1px solid #eef2f6;
}

.ns-hotel-item-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.ns-price-value {
    font-size: 0.9rem;
    font-weight: 800;
    color: #1e87f0;
}

.ns-price-period {
    font-size: 0.55rem;
    color: #94a3b8;
}

/*  */
.ns-hotel-item-btn {
    background: #f1f5f9 !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 5px 14px !important;
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    cursor: pointer;
    transition: background 0.2s;
}

.ns-hotel-item-btn:hover {
    background: #e2e8f0 !important;
    color: #334155 !important;
    text-decoration: none !important;
}

.ns-hotel-item-btn i {
    font-size: 0.55rem;
    color: #64748b;
}

/* ==========  ========== */
@media (max-width: 768px) {
    .ns-hotel-item-image {
        width: 180px;
    }
    
    .ns-hotel-item-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .ns-hotel-feature {
        flex-direction: row;
        justify-content: flex-start;
        gap: 8px;
        text-align: left;
    }
    
    .ns-hotel-feature i {
        width: 18px;
    }
}

@media (max-width: 640px) {
    .ns-hotel-item {
        flex-direction: column !important;
    }
    
    .ns-hotel-item-image {
        width: 100% !important;
        height: 110px !important;
    }
    
    .ns-hotel-item-image img {
        height: 110px !important;
    }
    
    .ns-hotel-item-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ns-hotel-item-btn {
        justify-content: center !important;
    }
}

/* ========================================
       
   ======================================== */

/*         */
.uk-container input[type="text"]:focus,
.uk-container input[type="password"]:focus,
.uk-container input[type="email"]:focus,
.uk-container input[type="number"]:focus,
.uk-container input[type="date"]:focus,
.uk-container textarea:focus,
.uk-container select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
    outline: none !important;
}

/*         */
.uk-container input[type="text"],
.uk-container input[type="password"],
.uk-container input[type="email"],
.uk-container input[type="number"],
.uk-container input[type="date"],
.uk-container textarea,
.uk-container select {
    border: 2px solid #cbd5e1;
    border-radius: 10px;
    padding: 8px 14px;
    transition: all 0.2s ease;
}

/*      */
.uk-container input[type="text"]:hover,
.uk-container input[type="password"]:hover,
.uk-container input[type="email"]:hover,
.uk-container input[type="number"]:hover,
.uk-container input[type="date"]:hover,
.uk-container textarea:hover,
.uk-container select:hover {
    border-color: #3b82f6;
}

/*         */
.uk-container select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%233b82f6'/%3E%3Cpath d='M8 10l4 4 4-4' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 24px 24px !important;
    padding-right: 40px !important;
    cursor: pointer;
}

/*    */
.uk-container input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 5px !important;
    background: white !important;
    cursor: pointer;
    position: relative;
    transition: all 0.15s;
}

.uk-container input[type="checkbox"]:checked {
    background-color: #3b82f6 !important;
    border-color: #3b82f6 !important;
}

.uk-container input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*    */
.uk-container input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 50% !important;
    background: white !important;
    cursor: pointer;
    position: relative;
    transition: all 0.15s;
}

.uk-container input[type="radio"]:checked {
    border-color: #3b82f6 !important;
    border-width: 6px !important;
}

/* ========================================
       
   ======================================== */

/*     [class*=uk-inline] */
.uk-container select,
.uk-form-controls select {
    display: inline-block !important;
}

/*       */
.uk-container input[type="text"],
.uk-container input[type="password"],
.uk-container input[type="email"],
.uk-container input[type="number"],
.uk-container input[type="date"],
.uk-container textarea,
.uk-container select,
.uk-form-controls input[type="text"],
.uk-form-controls input[type="password"],
.uk-form-controls input[type="email"],
.uk-form-controls input[type="number"],
.uk-form-controls input[type="date"],
.uk-form-controls textarea,
.uk-form-controls select {
    border: 2px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    transition: all 0.2s ease !important;
    font-size: 0.9rem !important;
    background: white !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
}

/*      */
.uk-container input[type="text"]:hover,
.uk-container input[type="password"]:hover,
.uk-container input[type="email"]:hover,
.uk-container input[type="number"]:hover,
.uk-container input[type="date"]:hover,
.uk-container textarea:hover,
.uk-container select:hover,
.uk-form-controls input[type="text"]:hover,
.uk-form-controls input[type="password"]:hover,
.uk-form-controls input[type="email"]:hover,
.uk-form-controls input[type="number"]:hover,
.uk-form-controls input[type="date"]:hover,
.uk-form-controls textarea:hover,
.uk-form-controls select:hover {
    border-color: #3b82f6 !important;
}

/*        */
.uk-container input[type="text"]:focus,
.uk-container input[type="password"]:focus,
.uk-container input[type="email"]:focus,
.uk-container input[type="number"]:focus,
.uk-container input[type="date"]:focus,
.uk-container textarea:focus,
.uk-container select:focus,
.uk-form-controls input[type="text"]:focus,
.uk-form-controls input[type="password"]:focus,
.uk-form-controls input[type="email"]:focus,
.uk-form-controls input[type="number"]:focus,
.uk-form-controls input[type="date"]:focus,
.uk-form-controls textarea:focus,
.uk-form-controls select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
    outline: none !important;
}

/*        +    */
.uk-container select,
.uk-form-controls select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%233b82f6'/%3E%3Cpath d='M8 10l4 4 4-4' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 24px 24px !important;
    padding-right: 40px !important;
    padding-left: 14px !important;
    cursor: pointer;
    height: 42px !important;
    line-height: 42px !important;
    vertical-align: middle !important;
}

/*    */
.uk-container select option,
.uk-form-controls select option {
    padding: 8px 14px !important;
    background: white !important;
    color: #0f172a !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
}

/*    */
.uk-container input[type="checkbox"],
.uk-form-controls input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 5px !important;
    background: white !important;
    cursor: pointer;
    position: relative;
    transition: all 0.15s;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
    padding: 0 !important;
}

.uk-container input[type="checkbox"]:checked,
.uk-form-controls input[type="checkbox"]:checked {
    background-color: #3b82f6 !important;
    border-color: #3b82f6 !important;
}

.uk-container input[type="checkbox"]:checked::after,
.uk-form-controls input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*    */
.uk-container input[type="radio"],
.uk-form-controls input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 50% !important;
    background: white !important;
    cursor: pointer;
    position: relative;
    transition: all 0.15s;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
    padding: 0 !important;
}

.uk-container input[type="radio"]:checked,
.uk-form-controls input[type="radio"]:checked {
    border-color: #3b82f6 !important;
    border-width: 6px !important;
    background: white !important;
}

/* ========================================
      
   ======================================== */

/*  display:block      */
.uk-form-controls [class*=uk-inline],
.uk-container [class*=uk-inline] {
    display: inline-block !important;
}

/*   select,  Cotonti   uk-inline */
.uk-form-controls select,
.uk-container select {
    display: inline-block !important;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 40px 0 14px !important;
    vertical-align: middle !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background-color: white !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%233b82f6' stroke='white' stroke-width='1'/%3E%3Cpath d='M8 10l4 4 4-4' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 24px 24px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-size: 0.9rem !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
    cursor: pointer;
}

