/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.3.5
*/


.pcf-row{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

/* Dropdown */
.pcf-select{
  height:46px;
  padding:0 14px;
  border-radius:12px;
  min-width:260px;
}

/* FiboSearch alanını aynı yüksekliğe yaklaştır */
.pcf-fibo .dgwt-wcas-search-wrapp,
.pcf-fibo form{
  margin:0;
}
.pcf-fibo input[type="search"],
.pcf-fibo input[type="text"]{
  height:46px !important;
  border-radius:12px !important;
}
