/*
Theme Name: CTO Robotics
Description: Advanced robotics and automation blog theme for CTO Robotics company.
Author: indensi Team
Version: 1.0.0
Text Domain: ctorobotics
Requires at least: 5.0
Tested up to: 8.2
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: robotics, automation, technology, blog, news, responsive, multilingual, translation-ready
*/

/* ----------------- Telefon Input Stilleri ----------------- */
.phone-input-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}
.phone-input-wrapper select {
    max-width: 90px;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    background-color: #f8f9fa;
    cursor: pointer;
}
.phone-input-wrapper input[type="tel"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
}

