/* הבלוק הראשי - מרכז את תוכן הדף */
.bank-hours-user-panel {
  direction: rtl;
  font-family: inherit;
  background: #f9f9f9;
  padding: 24px;
  border: 1px solid #ddd !important;
  border-radius: 8px;
  max-width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* כותרות */
.bank-hours-user-panel h2,
.bank-hours-user-panel h3 {
  margin-top: 0;
  color: #222;
  text-align: right;
}

/* טקסט כללי */
.bank-hours-user-panel p {
  margin: 0 0 10px;
  font-size: 16px;
  text-align: right;
}

/* כל בלוק של שורת מידע */
.bank-hours-entry-block {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 20px;
}

/* סיכום שעות */
.bank-hours-summary {
  margin-top: 30px;
  padding: 16px;
  border-top: 2px solid #ccc !important;
  background-color: #fafafa !important;
  border-radius: 6px;
}

/* עימוד כללי של עמוד החשבון */
.woocommerce-account {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 40px;
  overflow-x: hidden;
  align-items: stretch;
  flex-wrap: nowrap;
}

/* גוף עמוד החשבון */
.woocommerce-account .woocommerce {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  width: 100%;
  align-items: stretch;
  gap: 40px;
}

/* תפריט ניווט ימני */
.woocommerce-account .woocommerce-MyAccount-navigation {
  order: 1 !important;
  width: 280px !important;
  text-align: right !important;
  flex-shrink: 0;
  align-self: flex-start;
}

/* תוכן הדף */
.woocommerce-account .woocommerce-MyAccount-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  gap: 24px;
  flex: 1;
}

/* אזור עמודת תוכן */
.bank-hours-user-panel-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
}

/* טקסטים בתוכן */
.woocommerce-account .woocommerce-MyAccount-content p {
  order: -1;
}

/* מיקום הטקסט "לא נמצאו ניצולים" */
.bank-hours-user-panel .no-hours-message {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* עוטף כללי לתוכן בנק שעות */
.bank-hours-user-panel-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}

/* הודעת מערכת בראש העמוד */
.woocommerce-account .woocommerce-message {
  order: -2;
  margin-bottom: 20px;
  background-color: #e1f5fe;
  border: 1px solid #81d4fa;
  padding: 12px 16px;
  border-radius: 6px;
  color: #0277bd;
  font-weight: 500;
  text-align: center;
}

/* מיקום תוכן בנק השעות לצד תפריט */
.bank-hours-user-panel-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: stretch;
  flex: 1;
  flex-wrap: nowrap;
}
