.tuled-cf7 { max-width: 750px; margin: 0 auto; padding: 30px; background: #fff; border-radius: 12px; border: 1px solid #eee; position: relative; }
.tuled-grid { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.tuled-col { flex: 1; min-width: 250px; }
.tuled-rel { position: relative; }

/* Kutuların ve Telefonun Yüksekliğini Sabitle */
.tuled-field, .iti input {
    height: 48px !important; width: 100% !important;
    border: 1px solid #ddd !important; border-radius: 8px !important;
    padding: 10px 15px !important; background: #fcfcfc !important;
    font-size: 14px !important; box-sizing: border-box !important;
}
.iti input { padding-left: 95px !important; }

/* Dropdown Tasarımı */
.tuled-dropdown-box {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border: 1px solid #ddd; border-top: none;
    max-height: 200px; overflow-y: auto; z-index: 9999;
    display: none; border-radius: 0 0 8px 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.tuled-item { padding: 10px 15px; cursor: pointer; border-bottom: 1px solid #f9f9f9; font-size: 13px; }
.tuled-item:hover { background: #f5f5f5; }

/* Textarea & Buton */
textarea.tuled-field { height: 110px !important; }
.small-textarea { height: 75px !important; }
.tuled-field.x3, textarea.tuled-field.x3 { height: 110px !important; }
.tuled-btn { width: 100%; padding: 18px; background: #000; color: #fff; border: none; border-radius: 8px; font-weight: 700; cursor: pointer; }
.tuled-field.invalid, .iti input.invalid, select.tuled-ciro-select.invalid { border-color: #e74c3c !important; background: #fff5f5 !important; }

.tuled-ciro-wrap { position: relative; display: flex; align-items: stretch; border-radius: 8px; border: 1px solid #ddd; background: #fcfcfc; height: 48px; }
.tuled-ciro-wrap input.tuled-field { border: none !important; border-radius: 0 !important; padding-right: 75px !important; background: transparent !important; height: 100% !important; box-shadow: none !important; }
.tuled-ciro-wrap:focus-within { border-color: #000; }
.tuled-currency-btn { position: absolute; right: 0; top: 0; bottom: 0; width: 65px; background: #f5f5f5; border: none; border-left: 1px solid #ddd; cursor: pointer; font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 4px; z-index: 2; }
.tuled-currency-btn::after { content: '▾'; font-size: 10px; margin-left: 2px; }
.tuled-currency-dropdown { position: absolute; top: 100%; right: 0; background: #fff; border: 1px solid #ddd; border-top: none; border-radius: 0 0 8px 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 9999; display: none; min-width: 100px; overflow: hidden; }
.tuled-currency-item { padding: 10px 15px; cursor: pointer; font-size: 13px; border-bottom: 1px solid #f9f9f9; }
.tuled-currency-item:hover { background: #f5f5f5; }
.tuled-currency-item:last-child { border-bottom: none; }
.tuled-ciro-wrap.invalid { border-color: #e74c3c !important; }