@import '_content/QUIQBookingEngine/QUIQBookingEngine.otxnxjm5v0.bundle.scp.css';

/* _content/IDOMReisenShop/Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-dj3t671yn9] {
    color: #666;
    animation: fade-in-b-dj3t671yn9 1s;
}

@keyframes fade-in-b-dj3t671yn9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-dj3t671yn9],
    .lds-ellipsis div[b-dj3t671yn9] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-dj3t671yn9] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-dj3t671yn9] {
        position: absolute;
        top: 33.33333px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-dj3t671yn9] {
            left: 8px;
            animation: lds-ellipsis1-b-dj3t671yn9 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-dj3t671yn9] {
            left: 8px;
            animation: lds-ellipsis2-b-dj3t671yn9 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-dj3t671yn9] {
            left: 32px;
            animation: lds-ellipsis2-b-dj3t671yn9 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-dj3t671yn9] {
            left: 56px;
            animation: lds-ellipsis3-b-dj3t671yn9 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-dj3t671yn9 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-dj3t671yn9 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-dj3t671yn9 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/IDOMReisenShop/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-nm65c13tbu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nm65c13tbu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.main-layout-split[b-nm65c13tbu] {
    display: flex;
    height: calc(100vh - 60px);
    padding-top: 60px;
}

.main-layout-left[b-nm65c13tbu] {
    flex: 1 1 auto;
    overflow-y: auto;
    color: white !important;
    padding: 24px;
    height: calc(100vh - 60px);
    display: block !important;
}

.main-layout-right[b-nm65c13tbu] {
    flex: 0 0 500px;
    min-width: 500px;
    max-width: 500px;
    border-right: 1px solid #e0e0e0;
    background: #fafbfc;
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
}

.floating-btn[b-nm65c13tbu] {
    display: none;
    position: fixed;
    left: 24px;
    bottom: 120px;
    z-index: 2000;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* Popup pozadina */
.popup-overlay[b-nm65c13tbu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popup glavni kontejner */
.popup-modal[b-nm65c13tbu] {
    background: #fff;
    width: 500px;
    max-width: 95vw;
    height: 100%;
    max-height: 100dvh;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    overflow: hidden;
}

/* Popup sadr�aj koji se skroluje */
.popup-hotel-container[b-nm65c13tbu] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    padding-bottom: 100px; /* prostor za input */
}

/* Dugme za zatvaranje */
.popup-close[b-nm65c13tbu] {
    position: absolute;
    top: 12px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    z-index: 1;
}

/* Input dio na dnu */
.popup-input-fixed[b-nm65c13tbu] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 3100;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    padding: 1px 1px;
    border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 1000px) {
    .main-layout-split[b-nm65c13tbu] {
        justify-content: center;
    }
            
    .main-layout-left[b-nm65c13tbu] {
        display: block !important; /* Prika�i lijevi frame na mobilnom */
        margin: 0;
        min-width: 100vw;
        max-width: 100vw;
        width: 100vw;
        background: inherit !important; /* ukloni blue debug */
    }

    .main-layout-right[b-nm65c13tbu] {
        display: none !important; /* Sakrij desni frame na       mobilnom */
        margin: 0;
        min-width: 100vw;
        max-width: 100vw;
        width: 100vw;
        border-right: none;
    }

   
    .floating-btn[b-nm65c13tbu] {
        display: flex;
    }

    .popup-modal[b-nm65c13tbu] {
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
        height: 100%;
        max-height: 100dvh;
        left: 0;
    }

    .popup-hotel-container[b-nm65c13tbu] {
        padding: 16px;
        padding-bottom: 100px;
    }

    .popup-content[b-nm65c13tbu] {
        flex: 1;
        overflow-y: auto;
        padding: 24px;
        padding-bottom: 56px; /* prostor za ChatInput */
        min-height: 0; /* bitno za flex layout */
    }
}
/* _content/IDOMReisenShop/Components/Layout/NavMenu.razor.rz.scp.css */
*[b-a5r3lu11n9] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-a5r3lu11n9] {      
    font-family: Arial, sans-serif;
}

.navbar[b-a5r3lu11n9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #0D6EFD 0%, #0054A5 100%);
    padding: 0px 3px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .navbar .container-fluid[b-a5r3lu11n9] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

/* Layout koji odgovara podijeli glavnog ekrana */
.navbar-left-section[b-a5r3lu11n9] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.navbar-right-section[b-a5r3lu11n9] {
    flex: 0 0 500px;
    min-width: 500px;
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 24px;
}

.logo[b-a5r3lu11n9] {
    height: 50px;
    width: auto;
    max-width: none;
    object-fit: contain;
    flex-shrink: 0;
    color: white;
    font-size: 24px;
    padding: 0;
    margin: 0;
    margin-right: 40px;
}

.nav-links[b-a5r3lu11n9] {
    list-style: none;
    display: flex;
}

    .nav-links li[b-a5r3lu11n9] {
        margin-left: 20px;
    }

    .nav-links a[b-a5r3lu11n9] {
        color: white;
        text-decoration: none;
        padding: 10px 15px;
        background-color: #333;
    }

        .nav-links a:hover[b-a5r3lu11n9] {
            background-color: #555;
        }

.hamburger[b-a5r3lu11n9] {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

    .hamburger span[b-a5r3lu11n9] {
        height: 3px;
        width: 25px;
        background-color: white;
        margin: 4px;
    }

.nav-newchat-btn[b-a5r3lu11n9] {
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    min-width: unset;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1e3c72;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    margin: 0;
}

    .nav-newchat-btn .new-chat-icon[b-a5r3lu11n9] {
        width: 18px;
        height: 18px;
        stroke: #1e3c72;
        color: #1e3c72;
        margin-right: 6px;
    }

    .nav-newchat-btn:hover[b-a5r3lu11n9] {
        background: #f8f9fa;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .nav-newchat-btn:active[b-a5r3lu11n9] {
        transform: translateY(0);
    }

/* Hamburger dugme - FIXED VERSION */
.navbar-toggler[b-a5r3lu11n9] {
    display: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 42px;
    height: 42px;
    position: relative;
}

    .navbar-toggler:hover[b-a5r3lu11n9] {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.8);
    }

    .navbar-toggler:focus[b-a5r3lu11n9] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    }

/* Hamburger icon using CSS */
.navbar-toggler-icon[b-a5r3lu11n9] {
    display: block;
    width: 24px;
    height: 2px;
    background-color: white;
    position: relative;
    transition: all 0.2s ease;
}

    .navbar-toggler-icon[b-a5r3lu11n9]::before,
    .navbar-toggler-icon[b-a5r3lu11n9]::after {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background-color: white;
        position: absolute;
        transition: all 0.2s ease;
    }

    .navbar-toggler-icon[b-a5r3lu11n9]::before {
        top: -8px;
    }

    .navbar-toggler-icon[b-a5r3lu11n9]::after {
        top: 8px;
    }

/* Desktop navigacija - horizontalni meni */
@media (min-width: 1001px) {
    .navbar-collapse[b-a5r3lu11n9] {
        display: flex !important;
        position: static;
        background: transparent;
        width: auto;
        box-shadow: none;
        border-radius: 0;
        top: auto;
        right: auto;
        margin-left: 20px;
    }

    .navbar-nav[b-a5r3lu11n9] {
        flex-direction: row;
        width: auto;
        background: transparent;
        border-radius: 0;
        padding: 0;
        gap: 22px;
        align-items: center;
    }

    .navbar-nav .nav-item[b-a5r3lu11n9] {
        margin: 0;
        position: relative;
    }

    .navbar-nav .nav-item:not(:last-child)[b-a5r3lu11n9]::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.3);
    }

    .navbar-nav .nav-link[b-a5r3lu11n9] {
        color: white;
        padding: 8px 16px;
        border-radius: 8px;
        transition: all 0.2s ease;
        font-weight: 500;
        font-size: 1rem;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
        background: transparent;
        border: 1px solid transparent;
        box-shadow: none;
    }

    .navbar-nav .nav-link:hover[b-a5r3lu11n9] {
        background: #ffffff;
        color: #1e3c72;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-nav .nav-link.active[b-a5r3lu11n9] {
        background: #ffffff;
        color: #1e3c72;
        font-weight: 600;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-left-section[b-a5r3lu11n9] {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        padding-left: 20px;
        gap: 40px;
    }

    .logo[b-a5r3lu11n9] {
        height: 50px;
        width: auto;
        max-width: 200px;
        object-fit: contain;
        flex-shrink: 0;
    }
}

/* Mobilna navigacija - FIXED VERSION */
@media (max-width: 1000px) {
    .navbar-left-section[b-a5r3lu11n9] {
        flex: 1;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .navbar-right-section[b-a5r3lu11n9] {
        flex: 0 0 auto;
        min-width: auto;
        max-width: none;
        border-left: none;
        margin-left: 10px;
        padding-left: 0;
        justify-content: center;
    }

    .navbar-toggler[b-a5r3lu11n9] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        order: 2;
    }

    /* Improved mobile dropdown positioning */
    .navbar-collapse[b-a5r3lu11n9] {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: #ffffff;
        width: 100vw;
        z-index: 1000;
        border-radius: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .navbar-collapse.show[b-a5r3lu11n9] {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav[b-a5r3lu11n9] {
        flex-direction: column;
        width: 100%;
        padding: 20px 0;
        background: #ffffff;
        margin: 0;
    }

    .navbar-nav .nav-item[b-a5r3lu11n9] {
        margin: 0;
        border-bottom: none;
        width: 100%;
    }

    .navbar-nav .nav-link[b-a5r3lu11n9] {
        color: #333333;
        padding: 16px 24px;
        display: block;
        border-radius: 0;
        transition: all 0.3s ease;
        font-weight: 500;
        font-size: 1.1rem;
        text-decoration: none;
        border-left: 4px solid transparent;
        position: relative;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .navbar-nav .nav-link:hover[b-a5r3lu11n9] {
        background-color: #f8f9fa;
        color: #1e3c72;
        border-left-color: #1e3c72;
        padding-left: 28px;
        transform: none;
    }

    .navbar-nav .nav-link.active[b-a5r3lu11n9] {
        background-color: #e3f2fd;
        color: #1e3c72;
        border-left-color: #1e3c72;
        font-weight: 600;
    }

    .navbar-nav .nav-item:not(:last-child) .nav-link[b-a5r3lu11n9]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 24px;
        right: 24px;
        height: 1px;
        background: #e0e0e0;
    }

    .nav-newchat-btn[b-a5r3lu11n9] {
        font-size: 0.85rem;
        padding: 6px 12px;
        height: 32px;
        order: 3;
    }

        .nav-newchat-btn .new-chat-icon[b-a5r3lu11n9] {
            width: 16px;
            height: 16px;
            margin-right: 4px;
        }

    /* Logo adjustment for mobile */
    .logo[b-a5r3lu11n9] {
        height: 40px;
        margin-right: 0;
        order: 1;
    }
}

/* Responsive Design za stare nav-links (ukoliko se još koriste) */
@media (max-width: 768px) {
    .nav-links[b-a5r3lu11n9] {
        display: none;
        flex-direction: column;
        width: 100%;
    }

        .nav-links li[b-a5r3lu11n9] {
            text-align: center;
            margin: 10px 0;
        }

    .hamburger[b-a5r3lu11n9] {
        display: flex;
    }

    .nav-links.active[b-a5r3lu11n9] {
        display: flex;
    }
}

/* Dropdown stilovi za desktop */
@media (min-width: 1001px) {
    .dropdown[b-a5r3lu11n9] {
        position: relative;
    }

    .dropdown-toggle[b-a5r3lu11n9] {
        display: flex !important;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }

    .dropdown-arrow[b-a5r3lu11n9] {
        transition: transform 0.2s ease;
    }

    .dropdown.show .dropdown-arrow[b-a5r3lu11n9],
    .dropdown:hover .dropdown-arrow[b-a5r3lu11n9] {
        transform: rotate(180deg);
    }

    .dropdown-menu[b-a5r3lu11n9] {
        position: absolute;
        top: 100%;
        left: 0;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        min-width: 200px;
        padding: 8px 0;
        z-index: 2000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.2s ease;
        list-style: none;
        margin: 0;
    }

    .dropdown-menu.show[b-a5r3lu11n9],
    .dropdown:hover .dropdown-menu[b-a5r3lu11n9] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-item[b-a5r3lu11n9] {
        color: #333333 !important;
        padding: 10px 20px !important;
        text-decoration: none !important;
        display: block !important;
        transition: all 0.2s ease !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        transform: none !important;
        border-radius: 0 !important;
        font-weight: 500 !important;
    }

    .dropdown-item:hover[b-a5r3lu11n9] {
        background: #f8f9fa !important;
        color: #1e3c72 !important;
        padding-left: 24px !important;
    }

    .dropdown-divider[b-a5r3lu11n9] {
        height: 1px;
        background: #e0e0e0;
        border: none;
        margin: 8px 16px;
    }

    .dropdown:hover .dropdown-toggle[b-a5r3lu11n9] {
        background: #ffffff;
        color: #1e3c72;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

/* Dropdown stilovi za mobilni - IMPROVED */
@media (max-width: 1000px) {
    .dropdown-menu[b-a5r3lu11n9] {
        position: static;
        background: #f8f9fa;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        max-height: 0;
        overflow: hidden;
        list-style: none;
        border-left: 4px solid #e0e0e0;
        margin-left: 20px;
    }

    .dropdown-menu.show[b-a5r3lu11n9] {
        max-height: 400px;
        transition: max-height 0.3s ease;
        border-left-color: #1e3c72;
    }

    .dropdown-item[b-a5r3lu11n9] {
        color: #666666 !important;
        padding: 12px 20px !important;
        font-size: 0.95rem !important;
        border-left: 2px solid transparent !important;
        background: transparent !important;
        text-decoration: none !important;
        display: block !important;
        transition: all 0.2s ease !important;
        margin: 0 !important;
    }

    .dropdown-item:hover[b-a5r3lu11n9] {
        background: #e3f2fd !important;
        color: #1e3c72 !important;
        border-left-color: #1e3c72 !important;
        padding-left: 24px !important;
    }

    .dropdown-toggle[b-a5r3lu11n9] {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }

    .dropdown-arrow[b-a5r3lu11n9] {
        transition: transform 0.2s ease;
        color: #666;
    }

    .dropdown.show .dropdown-arrow[b-a5r3lu11n9] {
        transform: rotate(180deg);
        color: #1e3c72;
    }

    .dropdown-divider[b-a5r3lu11n9] {
        height: 1px;
        background: #e0e0e0;
        border: none;
        margin: 8px 20px;
    }
}
/* _content/IDOMReisenShop/Components/Layout/PopupTopBar.razor.rz.scp.css */
.nav-newchat-btn[b-7hqmw1mb7r] {
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    min-width: unset;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1e3c72;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    margin: 0;
}

    .nav-newchat-btn .new-chat-icon[b-7hqmw1mb7r] {
        width: 18px;
        height: 18px;
        stroke: #1e3c72;
        color: #1e3c72;
        margin-right: 6px;
    }

    .nav-newchat-btn:hover[b-7hqmw1mb7r] {
        background: #f8f9fa;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .nav-newchat-btn:active[b-7hqmw1mb7r] {
        transform: translateY(0);
    }
/* _content/IDOMReisenShop/Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-8xhulnkvrc] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9em;
    margin: 0.5rem auto -0.7rem auto;
    max-width: 1024px;
    color: #444;
}

    .surveyContainer a[b-8xhulnkvrc] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-8xhulnkvrc] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* _content/IDOMReisenShop/Components/Layout/TopNavMenu.razor.rz.scp.css */
.top-nav[b-lil1k0ts70] {
    border-bottom: 1px solid #dee2e6;
}
/* _content/IDOMReisenShop/Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-93fk33fuy4] {
    position: sticky; 
    bottom: 0; 
    padding-left: 1.5rem;
    padding-right: 1.5rem; 
    padding-top: 0.75rem; 
    padding-bottom: 1.5rem; 
    border-top-width: 1px; 
    background-color: #F3F4F6; 
    border-color: #E5E7EB;
}
/* _content/IDOMReisenShop/Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-nb4nhqxgj2] {
    display: inline-flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border-bottom: 2px solid #a770de;
    gap: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}

    .citation[href]:hover[b-nb4nhqxgj2] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-nb4nhqxgj2] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-nb4nhqxgj2] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-nb4nhqxgj2] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-nb4nhqxgj2] {
    font-weight: 600;
}
/* _content/IDOMReisenShop/Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-i3mphl05f7] {
    top: 0; 
    padding: 1.5rem; 
}

.chat-header-controls[b-i3mphl05f7] {
    margin-bottom: 1.5rem; 
}

h1[b-i3mphl05f7] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-i3mphl05f7] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-i3mphl05f7] {
        position: sticky;
    }
}
/* _content/IDOMReisenShop/Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-ilp3ui8xjr] {
    display: flex; 
    flex-direction: column; 
    background: white;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem; 
}

    .input-box:focus-within[b-ilp3ui8xjr] {
        outline: 2px solid #4152d5;
    }

textarea[b-ilp3ui8xjr] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-ilp3ui8xjr] {
        --send-button-color: #aaa;
    }

.tools[b-ilp3ui8xjr] {
    display: flex; 
    margin-top: 1rem; 
    align-items: center;
}

.tool-icon[b-ilp3ui8xjr] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-ilp3ui8xjr] {
    color: var(--send-button-color);
    margin-left: auto;
}

    .send-button:hover[b-ilp3ui8xjr] {
        color: black;
    }

.attach[b-ilp3ui8xjr] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-ilp3ui8xjr] {
        background-color: #f0f0f0;
        color: black;
    }
/* _content/IDOMReisenShop/Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-yaxysvkwxx] {
    background: rgb(182 215 232);
    align-self: flex-end;
    min-width: 25%;
    max-width: calc(100% - 5rem);
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem; 
    color: #1F2937; 
    white-space: pre-wrap; 
}

.assistant-message[b-yaxysvkwxx], .assistant-search[b-yaxysvkwxx] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem; 
}

.assistant-message-header[b-yaxysvkwxx] {
    font-weight: 600;
}

.assistant-message-text[b-yaxysvkwxx] {
    grid-column-start: 2;
}

.assistant-message-icon[b-yaxysvkwxx] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 9999px; 
    width: 1.5rem; 
    height: 1.5rem; 
    color: #ffffff; 
    background: #9b72ce;
}

    .assistant-message-icon svg[b-yaxysvkwxx] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search[b-yaxysvkwxx] {
    font-size: 0.875rem;
    line-height: 1.25rem; 
}

.assistant-search-icon[b-yaxysvkwxx] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
}

    .assistant-search-icon svg[b-yaxysvkwxx] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search-content[b-yaxysvkwxx] {
    align-content: center;
}

.assistant-search-phrase[b-yaxysvkwxx] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-yaxysvkwxx] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-yaxysvkwxx] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-yaxysvkwxx] li {
    margin: 0.5rem 0;
}

[b-yaxysvkwxx] strong {
    font-weight: 600;
}

[b-yaxysvkwxx] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-yaxysvkwxx] p + p {
    margin-top: 1rem;
}

[b-yaxysvkwxx] table {
    margin: 1rem 0;
}

[b-yaxysvkwxx] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-yaxysvkwxx] th, [b-yaxysvkwxx] td {
    padding: 0.1rem 0.5rem;
}

[b-yaxysvkwxx] th, [b-yaxysvkwxx] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-yaxysvkwxx] pre > code {
    background-color: white;
    display: block;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}
/* _content/IDOMReisenShop/Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-xnr63lcpku] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-xnr63lcpku] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-xnr63lcpku] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-xnr63lcpku] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* _content/IDOMReisenShop/Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-9bjlehx0wx] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}
/* _content/IDOMReisenShop/Components/Pages/Chat/HotelCard.razor.rz.scp.css */
/* --- Tabs --- */
.result-tabs[b-82mujbdo1j] {
    display: flex;
    gap: 8px;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #e9e9e9;
}

.result-tab[b-82mujbdo1j] {
    position: relative;
    border: none;
    background: transparent;
    padding: 10px 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    color: #444;
}

    .result-tab:hover[b-82mujbdo1j] {
        background: #f6f6f6;
    }

    .result-tab.is-active[b-82mujbdo1j] {
        color: #000;
        background: #fff;
        box-shadow: 0 -1px 6px rgba(0,0,0,.06);
        border: 1px solid #e9e9e9;
        border-bottom-color: #fff; /* „spojen“ s contentom */
    }

.tab-badge[b-82mujbdo1j] {
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: .8rem;
    background: #eef2ff;
    color: #334;
}

/* --- Grid & Card (koristimo tvoju vertikalnu kartu) --- */
.hotel-grid[b-82mujbdo1j] {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.hotel-card[b-82mujbdo1j] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Top image */
.hotel-img[b-82mujbdo1j] {
    position: relative;
    width: 100%;
    height: 220px;
}

    .hotel-img img[b-82mujbdo1j] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Heart / link buttons */
.hotel-buttons[b-82mujbdo1j] {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 8px;
}

.hotel-btn-icon[b-82mujbdo1j] {
    background: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    font-weight: 600;
}

.btn-heart.is-active[b-82mujbdo1j] {
    background: #ffe6ea;
}

/* Info & offer (tvoja postojeća hijerarhija) */
.hotel-info[b-82mujbdo1j] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hotel-title[b-82mujbdo1j] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}

.hotel-location[b-82mujbdo1j] {
    color: #666;
    font-size: .95rem;
}

.hotel-rating[b-82mujbdo1j] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-badge[b-82mujbdo1j] {
    background: #2ca14c;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 700;
}

.rating-text[b-82mujbdo1j] {
    font-size: .9rem;
    color: #333;
}

.rating-stars[b-82mujbdo1j] {
    color: gold;
}

.hotel-features[b-82mujbdo1j] {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .hotel-features li[b-82mujbdo1j] {
        font-size: .9rem;
        color: #000;
        margin-bottom: 4px;
    }

.hotel-offer[b-82mujbdo1j] {
    border-top: 1px solid #eee;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.offer-provider[b-82mujbdo1j] {
    color: #d80027;
    font-weight: 600;
}

.offer-details[b-82mujbdo1j] {
    font-size: .9rem;
    color: #555;
}

.offer-price[b-82mujbdo1j] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #000;
}

.offer-btn[b-82mujbdo1j] {
    background: #d80027;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: background .2s;
}

    .offer-btn:hover[b-82mujbdo1j] {
        background: #b60020;
    }

/* Empty state for saved */
.empty-state[b-82mujbdo1j] {
    border: 1px dashed #dcdcdc;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    color: #666;
    background: #fafafa;
}

.empty-emoji[b-82mujbdo1j] {
    font-size: 40px;
}

.empty-title[b-82mujbdo1j] {
    margin-top: 8px;
    font-weight: 700;
    color: #333;
}

.empty-sub[b-82mujbdo1j] {
    margin-top: 4px;
    font-size: .95rem;
}
