.elementor-kit-11{--e-global-color-primary:#EDD380;--e-global-color-secondary:#F9F5EC;--e-global-color-text:#34261B;--e-global-color-accent:#E0C377;--e-global-color-88305b4:#F9F5EC;--e-global-color-b6c513e:#EDD380;--e-global-color-6f74b6c:#5D442E;--e-global-color-87ed44f:#AD8B30;--e-global-typography-primary-font-family:"prompt-custom";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"prompt-custom";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"sarabun-custom";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"prompt-custom";--e-global-typography-accent-font-weight:400;background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h2{font-size:1.4rem;}.elementor-kit-11 h3{font-size:1.2rem;}.elementor-kit-11 h4{font-size:1rem;}.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:1025px){.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 */body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.elementor-41.elementor-location-footer {
    margin-top: auto;
}
p,span {margin-bottom:0;}
.news__title,
.news__excerp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
.news__excerp {
    margin-top: auto;
}
/*donation*/
.wcdp-amount > input.wcdp-donation-amount {
    margin: 10px 0 0 16px!important;
}
.wcdp-tab,
.woocommerce-additional-fields,
.woocommerce-billing-fields,
.wcdp-amount {
    color: var( --e-global-color-6f74b6c );
}
.select2-container .selection .select2-selection--single {
    height: auto;
}
/*remove seed-confirm action*/
th.order-actions--heading,
th.order-actions--heading+td {display:none;}
tr.cart-subtotal {display:none;}
.order_details tfoot:last-child > tr:first-child {display:none;}
#chaty-widget-0 .chaty-widget {
    bottom: 70px!important;
}
.chaty {
    z-index: 99998!important;
}

/*credit field*/
.donor-wrap {
    --bg: #fff;
    --fg: #111;
    --muted: #666;
    --pri: #0ea5e9;
    --pri-ghost: rgba(14,165,233,.1);
    --err: #dc2626;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Thai", "Noto Sans", sans-serif;
    color: var(--fg);
    background: var(--bg);
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
  }
  .tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
  }
  .tab-btn {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 14px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    color: var(--muted);
    font-weight: 600;
  }
  .tab-btn[aria-selected="true"] {
    color: var(--pri);
    background: var(--pri-ghost);
  }
  .tab-panel { display: none; }
  .tab-panel.active { display: block; }

  /* Form layout */
  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  /* บุคคล: คำนำหน้า + ชื่อ + นามสกุล ในแถวเดียว */
  .person-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  @media (max-width: 768px) {
    .person-row {
      grid-template-columns: 1fr;
    }
  }

  label {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 6px;
  }
  .input, select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
  }
  .input:focus, select:focus {
    outline: none;
    border-color: var(--pri);
    box-shadow: 0 0 0 3px var(--pri-ghost);
  }
  .hint {
    font-size: 12px;
    color: var(--muted);
    margin-top: 4px;
  }
  .error {
    font-size: 12px;
    color: var(--err);
    margin-top: 4px;
    display: none;
  }
  .has-error .error { display: block; }
  .actions {
    margin-top: 12px;
    display: flex;
    gap: 8px;
  }
  .btn {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: 600;
  }
  .btn-primary {
    background: var(--pri);
    color: #fff;
    border-color: var(--pri);
  }

  /* ===== Amount buttons ===== */
  .amount-group {
    display: grid;
    gap: 10px;
    margin-bottom: 4px;
  }
  .amount-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .amount-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    transition: transform .02s ease-in;
    text-align: center;
  }
  .amount-btn:active { transform: scale(.99); }
  .amount-btn.is-active {
    border-color: var(--pri);
    box-shadow: 0 0 0 3px var(--pri-ghost);
    background: #fff;
    color: var(--pri);
  }
  .amount-custom {
    display: none;
  }
  .amount-custom.show {
    display: block;
  }
  
  /*form v2*/
  .donor-wrap{--bg:#fff;--fg:#111;--muted:#666;--pri:#0ea5e9;--pri-ghost:rgba(14,165,233,.1);--err:#dc2626;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans Thai","Noto Sans",sans-serif;color:var(--fg);background:var(--bg);border:1px solid #eee;border-radius:12px;padding:16px}
  .steps{display:grid;gap:14px}
  .stepper{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}
  .chip{padding:6px 10px;border:1px solid #ddd;border-radius:999px;font-size:12px;color:var(--muted)}
  .chip.active{border-color:var(--pri);background:var(--pri-ghost);color:var(--pri);font-weight:700}
  .step{display:none}
  .step.active{display:block}
  .section-title{font-weight:800;margin:6px 0 8px}
  label{font-size:14px;font-weight:600;display:inline-block;margin-bottom:6px}
  .input,select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff}
  .input:focus,select:focus{outline:none;border-color:var(--pri);box-shadow:0 0 0 3px var(--pri-ghost)}
  .hint{font-size:12px;color:var(--muted);margin-top:4px}
  .error{font-size:12px;color:var(--err);margin-top:4px;display:none}
  .has-error .error{display:block}
  .form-grid{display:grid;grid-template-columns:1fr;gap:12px}
  .person-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  @media (max-width:768px){.person-row{grid-template-columns:1fr}}
  .actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
  .btn{padding:10px 14px;border-radius:8px;border:1px solid #ddd;background:#f8f8f8;cursor:pointer;font-weight:700}
  .btn-primary{background:var(--pri);color:#fff;border-color:var(--pri)}
  .btn[disabled]{opacity:.5;cursor:not-allowed}

  /* amount */
  .amount-group{display:grid;gap:10px;margin-bottom:4px}
  .amount-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .amount-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border:1px solid #ddd;border-radius:8px;background:#fafafa;cursor:pointer;user-select:none;font-weight:700;text-align:center}
  .amount-btn.is-active{border-color:var(--pri);box-shadow:0 0 0 3px var(--pri-ghost);background:#fff;color:var(--pri)}
  .amount-custom{display:none}
  .amount-custom.show{display:block}
  .muted-box{padding:10px 12px;background:#fafafa;border:1px dashed #ddd;border-radius:8px}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'prompt-custom';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'prompt-custom';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Prompt-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'sarabun-custom';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'sarabun-custom';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://krataihope.org/wp-content/uploads/2025/07/Sarabun-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */