.cosmema-ki-search input[type="text"].chatbot-search {
    width: 100%;
    padding-right: 40px;
    padding-left: 30px;
    border: none;
    color: #181818;
    font-size: 20px;
    background-color: transparent;
    font-variant: normal;
    text-transform: none;
    text-align: left;
}

.cosmema-ki-search .cosmema-ki-search__content {
    position: relative;
}

.cosmema-ki-search .search-wrapper,
.cosmema-ki-search .shortcode-wrapper {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cosmema-ki-search .search-wrapper {
    margin-bottom:0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: 400;
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.cosmema-ki-search .hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cosmema-ki-search .search-icon {
    position: absolute;
    right: 1em !important;
    cursor: pointer;
    color: #181818;
    font-size: 20px;
}

.cosmema-ki-search .shortcode-wrapper {
    padding: 0.5em 0;
    font-size: 20px;
    color: #181818;
}

.cosmema-ki-search .switch-button {
    font-size: 16px;
    padding: 0.5em 1.5em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    transition: transform 0.5s ease;
}

.cosmema-ki-search .switch-button:hover {
    color: black;
    transform: scale(1.05);
}

.cosmema-ki-search .button-wrapper {
    display: flex;
}

/* Alignment: left */
.cosmema-ki-search--align-left .shortcode-wrapper {
    text-align: left;
}

.cosmema-ki-search--align-left .button-wrapper {
    justify-content: flex-start;
}

/* Alignment: center */
.cosmema-ki-search--align-center .shortcode-wrapper {
    text-align: center;
}

.cosmema-ki-search--align-center .button-wrapper {
    justify-content: center;
}

/* Alignment: right */
.cosmema-ki-search--align-right .shortcode-wrapper {
    text-align: right;
}

.cosmema-ki-search--align-right .button-wrapper {
    justify-content: flex-end;
}

.cosmema-ki-search-consent {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.45);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.cosmema-ki-search-consent__card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    color: #1f2937;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
    padding: 20px;
    line-height: 1.4;
}

.cosmema-ki-search-consent__title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 8px;
}

.cosmema-ki-search-consent__text {
    font-size: 14px;
    margin: 0 0 16px;
    color: #374151;
}

/* Spezifität gegen Elementor-Kit-Button-Styles (.elementor-kit-* button) */
#cosmema-ki-search-consent button.cosmema-ki-search-consent__cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 12px;
    cursor: pointer;
    background: #175d8e;
    background-color: #175d8e;
    color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    border: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    border-radius: 8px;
    box-shadow: none;
}

#cosmema-ki-search-consent button.cosmema-ki-search-consent__cta:hover,
#cosmema-ki-search-consent button.cosmema-ki-search-consent__cta:focus {
    background: #1a6aa1;
    background-color: #1a6aa1;
    color: #fff;
    border: 0;
    filter: none;
}

#cosmema-ki-search-consent button.cosmema-ki-search-consent__close {
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 12px 0 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    background-color: transparent;
    color: #6b7280;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
    text-decoration: underline;
    text-transform: none;
    border: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

#cosmema-ki-search-consent button.cosmema-ki-search-consent__close:hover,
#cosmema-ki-search-consent button.cosmema-ki-search-consent__close:focus {
    background: transparent;
    background-color: transparent;
    color: #374151;
    border: 0;
}
