/* /Features/Blogs/Components/FloatingChatbot.razor.rz.scp.css */
/* Mismas correcciones de Markdown para que el chatbot flotante luzca excelente */
[b-f35jqrn4cb] .markdown-body {
    word-break: break-word;
}

    [b-f35jqrn4cb] .markdown-body p {
        margin-bottom: 1.25rem; /* Margen incrementado para separación natural en el Floating Chat */
        line-height: 1.5;
    }

    [b-f35jqrn4cb] .markdown-body ul {
        list-style-type: disc;
        margin-left: 1.25rem;
        margin-bottom: 1.25rem;
    }

    [b-f35jqrn4cb] .markdown-body ol {
        list-style-type: decimal;
        margin-left: 1.25rem;
        margin-bottom: 1.25rem;
    }

    [b-f35jqrn4cb] .markdown-body li {
        margin-bottom: 0.35rem;
    }

    [b-f35jqrn4cb] .markdown-body strong {
        font-weight: 700;
        color: inherit;
    }

    [b-f35jqrn4cb] .markdown-body em {
        font-style: italic;
    }

    [b-f35jqrn4cb] .markdown-body h1,
    [b-f35jqrn4cb] .markdown-body h2,
    [b-f35jqrn4cb] .markdown-body h3,
    [b-f35jqrn4cb] .markdown-body h4 {
        margin-top: 1.25rem;
        margin-bottom: 0.75rem;
        font-weight: 800;
        line-height: 1.2;
    }

    [b-f35jqrn4cb] .markdown-body a {
        color: #2563eb;
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 600;
    }

        [b-f35jqrn4cb] .markdown-body a:hover {
            color: #1e40af;
        }

    [b-f35jqrn4cb] .markdown-body img {
        border-radius: 8px;
        margin-top: 8px;
        margin-bottom: 12px;
        max-height: 180px;
        width: 100%;
        object-fit: cover;
    }
/* /Features/Blogs/Pages/BlogViewerPage.razor.rz.scp.css */
/* Scoped CSS para el contenido del blog.
   Asegura un renderizado SEO perfecto de los tags HTML y previene fallos visuales. */
.blog-content[b-xmdc63gleq] {
    color: #334155; /* text-slate-700 */
    font-size: 1.125rem; /* 18px */
    line-height: 1.6;
}

    .blog-content[b-xmdc63gleq]  p {
        margin-top: 0;
        margin-bottom: 1.25rem;
        line-height: 1.6;
    }

    .blog-content[b-xmdc63gleq]  h2 {
        font-size: 1.875rem; /* 30px */
        font-weight: 800;
        color: #0f172a; /* text-slate-900 */
        margin-top: 2rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .blog-content[b-xmdc63gleq]  h3 {
        font-size: 1.5rem; /* 24px */
        font-weight: 700;
        color: #1e293b; /* text-slate-800 */
        margin-top: 1.75rem;
        margin-bottom: 0.75rem;
        line-height: 1.4;
    }

    .blog-content[b-xmdc63gleq]  ul {
        list-style-type: disc;
        padding-left: 1.5rem;
        margin-top: 0;
        margin-bottom: 1.25rem;
    }

    .blog-content[b-xmdc63gleq]  ol {
        list-style-type: decimal;
        padding-left: 1.5rem;
        margin-top: 0;
        margin-bottom: 1.25rem;
    }

    .blog-content[b-xmdc63gleq]  li {
        margin-bottom: 0.5rem;
    }

    .blog-content[b-xmdc63gleq]  a {
        color: #2563eb; /* text-blue-600 */
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 600;
        transition: color 0.2s ease;
    }

        .blog-content[b-xmdc63gleq]  a:hover {
            color: #1d4ed8; /* text-blue-700 */
        }

    .blog-content[b-xmdc63gleq]  img {
        width: 100%;
        height: auto;
        border-radius: 1.5rem;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        object-fit: cover;
    }

    .blog-content[b-xmdc63gleq]  strong,
    .blog-content[b-xmdc63gleq]  b {
        font-weight: 700;
        color: #0f172a;
    }

    .blog-content[b-xmdc63gleq]  blockquote {
        border-left: 4px solid #cbd5e1; /* border-slate-300 */
        padding-left: 1rem;
        font-style: italic;
        color: #475569; /* text-slate-600 */
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        background-color: #f8fafc; /* bg-slate-50 */
        padding: 1rem 1rem 1rem 1.5rem;
        border-radius: 0 0.5rem 0.5rem 0;
    }
/* /Features/Chat/Components/ProviderRecommendation.razor.rz.scp.css */
.recommendation-card[b-8qc2u7aakf] {
    animation: fadeIn-b-8qc2u7aakf 0.4s ease-in-out;
}

@keyframes fadeIn-b-8qc2u7aakf {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Features/Chat/Pages/ChatPage.razor.rz.scp.css */
/* Garantiza que la descripción de las tarjetas de los tours se limite sin romper el diseño */

[b-wwo06m99c0] .markdown-body {
    word-break: break-word;
}

    /* ========================================================================= */
    /* RESCATE DE ESTILOS MARKDOWN: Tailwind resetea h1, p, ul, strong, etc. */
    /* El selector ::deep permite que Blazor aplique esto al HTML generado dinámicamente */
    /* ========================================================================= */

    [b-wwo06m99c0] .markdown-body p {
        margin-bottom: 1.25rem; /* Margen reducido a tamaño estándar */
        line-height: 1.6;
    }

    [b-wwo06m99c0] .markdown-body ul {
        list-style-type: disc;
        margin-left: 1.5rem;
        margin-bottom: 1.25rem;
    }

    [b-wwo06m99c0] .markdown-body ol {
        list-style-type: decimal;
        margin-left: 1.5rem;
        margin-bottom: 1.25rem;
    }

    [b-wwo06m99c0] .markdown-body li {
        margin-bottom: 0.5rem;
    }

    [b-wwo06m99c0] .markdown-body strong {
        font-weight: 700;
        color: #1e293b;
    }

    [b-wwo06m99c0] .markdown-body em {
        font-style: italic;
    }

    [b-wwo06m99c0] .markdown-body h1,
    [b-wwo06m99c0] .markdown-body h2,
    [b-wwo06m99c0] .markdown-body h3,
    [b-wwo06m99c0] .markdown-body h4 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.2;
    }

    [b-wwo06m99c0] .markdown-body h1 {
        font-size: 1.75rem;
    }

    [b-wwo06m99c0] .markdown-body h2 {
        font-size: 1.5rem;
    }

    [b-wwo06m99c0] .markdown-body h3 {
        font-size: 1.25rem;
    }

    [b-wwo06m99c0] .markdown-body a {
        color: #2563eb;
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 600;
    }

        [b-wwo06m99c0] .markdown-body a:hover {
            color: #1e40af;
        }

    /* Diseño súper limpio y pulido para las imágenes inyectadas en Markdown */
    [b-wwo06m99c0] .markdown-body img {
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        margin-top: 8px;
        margin-bottom: 16px;
        max-height: 250px;
        width: 100%;
        object-fit: cover;
        border: 1px solid #f1f5f9;
    }

    /* Divisor elegante entre cada tour u otra sección */
    [b-wwo06m99c0] .markdown-body hr {
        margin: 2.5rem 0;
        border: 0;
        border-top: 1px solid #e2e8f0;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-yg79eyerz4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yg79eyerz4] {
    flex: 1;
}

.sidebar[b-yg79eyerz4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yg79eyerz4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yg79eyerz4]  a, .top-row[b-yg79eyerz4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-yg79eyerz4]  a:hover, .top-row[b-yg79eyerz4]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-yg79eyerz4]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-yg79eyerz4] {
        justify-content: space-between;
    }

        .top-row[b-yg79eyerz4]  a, .top-row[b-yg79eyerz4]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-yg79eyerz4] {
        flex-direction: row;
    }

    .sidebar[b-yg79eyerz4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yg79eyerz4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-yg79eyerz4]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-yg79eyerz4], article[b-yg79eyerz4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
