/* ---- KONTEJNER -------------------------------------------------- */
.fineship-smartform          { max-width:760px;margin:0 auto;font-family:"Archivo",sans-serif; }
.fineship-smartform .fs-row  { display:flex;gap:20px;flex-wrap:wrap }
.fineship-smartform .fs-col  { flex:1 1 48% }
@media(max-width:600px){ .fineship-smartform .fs-col{flex:1 1 100%} }

/* ---- SELECT / SELECT2 ------------------------------------------- */
.fineship-smartform select,
.select2-container .select2-selection--single{
  width:100%!important;height:48px!important;box-sizing:border-box;
  border:1px solid #d9d9d9;border-radius:4px;background:#fff;
  color:#171717;font-size:14px;font-weight:400;letter-spacing:.65px;
  text-transform:uppercase;text-align:left;padding:0 14px;
  line-height:48px!important;
}
/* text uvnitř select2 */
.select2-container .select2-selection__rendered{
  color:#171717!important;line-height:48px!important;
  padding-left:0!important;text-align:left!important;
}
/* šipka select2 */
.select2-container .select2-selection__arrow{height:48px!important}

/* dropdown nesmí zakrývat select */
.select2-container--open .select2-dropdown{margin-top:2px;box-sizing:border-box}

/* ---- TLAČÍTKO --------------------------------------------------- */
.fineship-smartform .fs-submit{width:100%;text-align:center;margin-top:32px}
.fineship-smartform button{
  height:48px;line-height:48px;padding:0 32px;
  background:linear-gradient(87deg,#00A2BC 0%,#20D2EF 100%);
  font-family:"Archivo",sans-serif;font-size:14px;font-weight:800;
  letter-spacing:.7px;text-transform:uppercase;
  color:#fff;border:none;border-radius:4px;cursor:pointer;
}

/* === Select2 ⇒ dropdown přesně pod selectem, 100 % šířky === */
.fineship-smartform .select2-container--open .select2-dropdown{
  width:100% !important;    /* stejně široké jako samotný select  */
  left:0   !important;       /* zarovnání na stejné X-pozici        */
  min-width:0 !important;    /* zruší inline „min-width“, co Select2 přidává */
}
