/**
 * Niktel Realty — admin pattern „Vlastní hodnota u dropdownu".
 */

.niktel-toggle-custom {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #2271b1;
    background: #f0f6fc;
    border: 1px solid #c3c4c7;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle;
}

.niktel-toggle-custom:hover,
.niktel-toggle-custom:focus {
    color: #fff;
    background: #2271b1;
    border-color: #2271b1;
    outline: none;
}

.acf-field.niktel-custom-active > .acf-label label .niktel-toggle-custom {
    color: #fff;
    background: #2271b1;
    border-color: #2271b1;
}

.acf-field.niktel-vlastni-hodnota {
    display: none; /* Výchozí: skrytý, JS ho zobrazí v custom režimu */
}

.acf-field.niktel-vlastni-hodnota > .acf-label label {
    font-style: italic;
    color: #50575e;
}
