.kurulus-field-hidden,
.kurulus-field-hidden[hidden] {
    display: none !important;
}

.kurulus-district-select {
    width: 100%;
    min-height: 52px;
    padding: 12px 42px 12px 14px;
    border: 1px solid #d7d4cc;
    border-radius: 10px;
    background-color: #fff;
    color: #202629;
    font: inherit;
    line-height: 1.3;
    appearance: auto;
}

.kurulus-district-select:focus {
    border-color: #164f46;
    outline: 3px solid rgba(22, 79, 70, 0.12);
    outline-offset: 1px;
}

.kurulus-has-district-select > label {
    display: none !important;
}

.kurulus-has-district-select .kurulus-district-select {
    padding-top: 12px;
}

.woocommerce-checkout .kurulus-invoice-section {
    border: 1px solid #e3dfd6;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
}

.kurulus-invoice-section__intro {
    margin: 0 0 18px;
    color: #68706f;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .woocommerce-checkout .kurulus-invoice-section {
        border-radius: 12px;
        padding: 18px 14px;
    }

    .kurulus-district-select {
        min-height: 50px;
    }
}
