/**
 * Alynt Enhanced Search - Shell Styles
 */

.alynt-es-search-page * {
    box-sizing: border-box;
}

.alynt-es-search-page {
    font-family: inherit;
    color: #000000;
    line-height: 1.6;
}

.alynt-es-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.alynt-es-header {
    text-align: center;
    margin-bottom: 2rem;
}

.alynt-es-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

.alynt-es-shortcode-wrapper {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.alynt-es-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    text-decoration: none;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.alynt-es-search-button:hover,
.alynt-es-search-button:focus {
    background: #000000;
    color: #ffffff;
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.alynt-es-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.alynt-es-search-icon:hover,
.alynt-es-search-icon:focus {
    background: #000000;
    color: #ffffff;
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.alynt-es-search-icon svg {
    width: 24px;
    height: 24px;
}

.ct-header [data-id="widget-area-1"] {
    display: flex;
    align-items: center;
    height: 100%;
}

.ct-header [data-id="widget-area-1"] .ct-widget,
.ct-header [data-id="widget-area-1"] .widget_block,
.ct-header [data-id="widget-area-1"] p,
.ct-header .alynt-es-shortcode-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.ct-header [data-id="widget-area-1"] .ct-widget {
    margin: 0;
}

.ct-header [data-id="widget-area-1"] p {
    margin: 0;
}

.ct-header .alynt-es-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border: none;
    background: transparent;
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    height: auto;
    min-height: 40px;
}

.ct-header .alynt-es-search-icon:hover,
.ct-header .alynt-es-search-icon:focus {
    background: rgba(0, 0, 0, 0.1);
    color: currentColor;
    outline: 2px solid currentColor;
    outline-offset: 2px;
    border-radius: 4px;
}

.ct-header .alynt-es-search-icon svg {
    width: 32px;
    height: 32px;
}

@media (max-width: 999px) {
    .ct-header .alynt-es-search-icon svg {
        width: 20px;
        height: 20px;
    }
}
