.citylab-settings {
    margin: 0 15px;
}
.citylab-settings .form-group {
    display: flex;
    max-width: 800px;
    gap: 20px;
    margin: 20px 0;
}
.citylab-settings .form-group .label-wrapper {
    width: 40%;
    margin-bottom: 8px;
}
.citylab-settings .form-group .input-wrapper {
    width: 60%;
}
.citylab-settings .form-group label {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}
.citylab-settings .form-group label.required::after {
    content: "*";
    color: #d63638;
    font-weight: bold;
    margin-left: 4px;
}
.citylab-settings .form-group p {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0;
    opacity: 0.8;
}
.citylab-settings .form-group input[type="text"],
.citylab-settings .form-group input[type="email"],
.citylab-settings .form-group input[type="number"],
.citylab-settings .form-group input[type="tel"],
.citylab-settings .form-group textarea,
.citylab-settings .form-group select {
    width: 100%;
    max-width: unset;
}
.citylab-settings .form-group input[type="time"] {
    width: 90px;
    margin: 0 12px 7px 0;
}
.citylab-settings .btn,
.citylab-settings button {
    display: inline-block;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    background: #0085ba;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.citylab-settings .btn:hover,
.citylab-settings button:hover {
    opacity: .9;
}
.citylab-settings button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
