body.page-template-ai-results,
html:has(body.page-template-ai-results) {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

main.dome-ai-results-main {
    height: calc(100vh - var(--wp--custom--header-height, 80px));
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    overflow: hidden;
}

.dome-ia-block-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.dome-ia-block-title {
    flex-shrink: 0;
    padding: 1rem;
    margin: 0;
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.dome-ia-search-query {
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.dome-ia-search-query p {
    margin: 0;
}

.dome-ia-component-container {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

dome-chatbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

dome-chatbox::part(container) {
    height: 100%;
    display: flex;
    flex-direction: column;
}

dome-chatbox::part(messages-section) {
    flex: 1;
    overflow: hidden;
    min-height: 0;
}

dome-chatbox::part(input-section) {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

/* Personalización del input */
dome-chatbox::part(input) {
    width: 100%;
}
