.elementor-kit-5{--e-global-color-primary:#163450;--e-global-color-secondary:#B38818;--e-global-color-text:#54595F;--e-global-color-accent:#5AB89E;--e-global-color-8471b5a:#FCFCFC;--e-global-color-21e19a9:#F6F5F2;--e-global-color-a266b00:#762125;--e-global-color-49f1917:#D9C062;--e-global-color-46441ce:#FFFFFF00;--e-global-color-cc246d2:#074EA3;--e-global-color-c8bae72:#97A7B7;--e-global-color-261cfe3:#DBE1E7;--e-global-typography-primary-font-family:"Afek AAA";--e-global-typography-primary-font-size:6vw;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Afek AAA";--e-global-typography-secondary-font-size:3vw;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Afek AAA";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Afek AAA";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-line-height:1.2em;--e-global-typography-2b1e262-font-family:"EyalOH";--e-global-typography-2b1e262-font-size:7vw;--e-global-typography-2b1e262-line-height:1.4em;--e-global-typography-4d279d4-font-family:"EyalOH";--e-global-typography-4d279d4-font-size:4vw;--e-global-typography-4d279d4-line-height:1.4em;--e-global-typography-2f90e35-font-family:"EyalOH";--e-global-typography-2f90e35-font-size:40px;--e-global-typography-2f90e35-line-height:1.2em;background-color:var( --e-global-color-8471b5a );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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-kit-5{--e-global-typography-primary-font-size:7vw;--e-global-typography-secondary-font-size:4vw;--e-global-typography-2b1e262-font-size:8vw;--e-global-typography-4d279d4-font-size:5vw;--e-global-typography-2f90e35-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:12vw;--e-global-typography-secondary-font-size:8vw;--e-global-typography-2b1e262-font-size:70px;--e-global-typography-4d279d4-font-size:40px;--e-global-typography-2f90e35-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #fafafa;
  color: #1a1a1a;
  margin: 0;
  padding: 0 1rem 4rem;
  direction: rtl;
  text-align: right;
  line-height: 1.5;
}

.page-header {
  max-width: 800px;
  margin: 2rem auto;
  background: #fff;
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.page-header h1 {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.intro-text {
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

.main-layout {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  gap: 1rem;
}

.masechet-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  padding: 1rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}

.masechet-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  word-break: break-word;
}

.status-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  width: fit-content;
  margin-bottom: 1rem;
}

.status-badge.available {
  background-color: #e6ffed;
  color: #036b1d;
  border: 1px solid #7ddf98;
}

.status-badge.taken {
  background-color: #ffecec;
  color: #8b0000;
  border: 1px solid #ff9b9b;
}

.request-btn {
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0.75rem;
  border: none;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
  background: #1a1a1a;
  color: #fff;
  transition: opacity 0.15s ease;
}

.request-btn.disabled,
.request-btn:disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
}

.request-btn:not(:disabled):hover {
  opacity: 0.9;
}

/* modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1000;
}

.modal {
  position: fixed;
  z-index: 1001;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: min(95vw, 400px);
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
  padding: 1.25rem 1rem 1rem;
}

.modal-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  inset-inline-start: 0.75rem;
  inset-block-start: 0.75rem;
}

.modal-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-inline-end: 2rem;
  word-break: break-word;
}

.dedication-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-label {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
}

.form-input {
  font-size: 0.9rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.6rem;
  border: 1px solid #ccc;
  font-family: inherit;
  resize: none;
  direction: rtl;
  text-align: right;
}

.form-input:focus {
  outline: 2px solid #1a1a1a;
  outline-offset: 1px;
}

.form-note {
  font-size: 0.8rem;
  color: #555;
  margin-top: 0.25rem;
  line-height: 1.4;
}

.submit-button {
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.7rem 0.8rem;
  cursor: pointer;
}

.submit-button:hover {
  opacity: 0.9;
}

.footer {
  max-width: 800px;
  margin: 3rem auto 2rem;
  font-size: 0.85rem;
  color: #444;
  text-align: center;
  line-height: 1.4;
}

.admin-warning {
  background: #b00020;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.6rem 1rem;
  font-weight: 600;
}

.hidden {
  display: none !important;
}
html,body{
    overflow-x: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-ultralight-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-light-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-regular-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-medium-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-demibold-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-bold-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-ultrabold-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Afek AAA';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/afek-black-aaa.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'EyalOH';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dev.mishnasdura.org.il/wp-content/uploads/2025/01/OHEyalMeirBerkowitz-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */