#content-main.constance table td:first-child {
    width: 25%;
}

/* Tag field */
ul.as-selections li.as-original input[id$="tagautosuggest"] {
    height: 38px !important;
}

ul.as-list {
    padding-left: 0;
    background-color: rgba(255,255,255,0.85);
}
html[data-bs-theme="dark"] ul.as-list {
    background-color: rgba(0,0,0,0.95);
}

li.as-result-item {
    background-color: #eee;
    border: 0px solid;
    border-bottom: 1px solid #aaa;
    color: #000;
    padding: 5px 10px;
}
html[data-bs-theme="dark"] li.as-result-item {
    background-color: #111;
    border-bottom: 1px solid #333;
    color: #fff;
}

li.as-result-item.active {
    background: #ccc;
}
html[data-bs-theme="dark"] li.as-result-item.active {
    background: #303030;
}

/* osmdrawer */
.osmdrawer-geocoder-field {
    height: 30px !important;
}

html[data-bs-theme="dark"] .baton-ai-stats {
    background: #191d27 !important;
}

textarea.cke_source {
    background: #fff !important;
    color: black !important;
}