.elementor-kit-24{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SCOPE: Sadece guest_post_form */
form.fpsm-front-form.fpsm-alias-guest_post_form{
  display:grid;
  gap:18px;
}

/* Masaüstünde 2 sütun, mobilde 1 */
@media (min-width:1025px){
  form.fpsm-front-form.fpsm-alias-guest_post_form{
    grid-template-columns: 1fr 1fr;
  }
}

/* Geniş alanlar tek satırda tam genişlik */
form.fpsm-front-form.fpsm-alias-guest_post_form 
.fpsm-post-content,
form.fpsm-front-form.fpsm-alias-guest_post_form 
.fpsm-post-image,
form.fpsm-front-form.fpsm-alias-guest_post_form 
.fpsm-category,
form.fpsm-front-form.fpsm-alias-guest_post_form 
.fpsm-post-tag,
form.fpsm-front-form.fpsm-alias-guest_post_form 
.fpsm-captcha-field,
form.fpsm-front-form.fpsm-alias-guest_post_form 
.fpsm-has-submit-btn{
  grid-column: 1 / -1;
}

/* Input/Select/Buton temel stil */
form.fpsm-front-form.fpsm-alias-guest_post_form .fpsm-field input,
form.fpsm-front-form.fpsm-alias-guest_post_form .fpsm-field select,
form.fpsm-front-form.fpsm-alias-guest_post_form .fpsm-field textarea{
  width:100%;
  border:1px solid #e3e6eb;
  border-radius:10px;
  padding:12px 14px;
  font-size:15px;
  outline:none;
  transition:border-color .2s, box-shadow .2s;
  box-sizing:border-box;
}
form.fpsm-front-form.fpsm-alias-guest_post_form .fpsm-field input:focus,
form.fpsm-front-form.fpsm-alias-guest_post_form .fpsm-field select:focus,
form.fpsm-front-form.fpsm-alias-guest_post_form .fpsm-field textarea:focus{
  border-color:#ff6600;
  box-shadow:0 0 0 3px rgba(255,102,0,.12);
}

/* Etiketler */
form.fpsm-front-form.fpsm-alias-guest_post_form label{
  display:block;
  margin-bottom:6px;
  font-weight:600;
}

/* Hata mesajları */
form.fpsm-front-form.fpsm-alias-guest_post_form .fpsm-error{
  color:#d32f2f; 
  font-size:12px; 
  margin-top:6px;
}

/* Çoklu kategori kutusu daha görünür olsun */
form.fpsm-front-form.fpsm-alias-guest_post_form select[name="_taxonomy|category[]"]{
  min-height:200px;
}

/* Yükleyici butonu */
form.fpsm-front-form.fpsm-alias-guest_post_form .qq-upload-button{
  border-radius:10px !important;
  padding:10px 14px !important;
  border:1px dashed #c7ccd4 !important;
}

/* Gönder butonu */
form.fpsm-front-form.fpsm-alias-guest_post_form input.fpsm-submit-draft{
  width:100%;
  border-radius:10px;
  background:#ff6600;
  color:#fff;
  border:none;
  padding:14px 16px;
  font-weight:700;
  cursor:pointer;
  transition:background .2s, transform .05s;
}
form.fpsm-front-form.fpsm-alias-guest_post_form input.fpsm-submit-draft:hover{
  background:#e05500;
}
form.fpsm-front-form.fpsm-alias-guest_post_form input.fpsm-submit-draft:active{
  transform:translateY(1px);
}

/* reCAPTCHA ortalansın */
form.fpsm-front-form.fpsm-alias-guest_post_form .g-recaptcha{
  display:flex;
  justify-content:flex-start;
}/* End custom CSS */