.branch-status-form .wpcf7-form-control-wrap[data-name="radio-56"] .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.branch-status-form .wpcf7-form-control-wrap[data-name="radio-56"] .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
}

.branch-status-form .wpcf7-list-item.branch-is-hidden {
  display: none !important;
}

.branch-status-form .wpcf7-list-item.branch-is-closed {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  cursor: not-allowed;
}

.branch-status-form .wpcf7-list-item.branch-is-closed::after {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 8px 20px;
  box-sizing: border-box;
  background-color: rgb(248 250 252 / 88%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: #f97316;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  cursor: not-allowed;
}

.branch-status-form .wpcf7-list-item.branch-tehran-closed::after {
  content: "شعبه تهران موقتاً بسته است";
}

.branch-status-form .wpcf7-list-item.branch-tabriz-closed::after {
  content: "شعبه تبریز موقتاً بسته است";
}

.branch-status-form .wpcf7-list-item.branch-karaj-closed::after {
  content: "شعبه کرج موقتاً بسته است";
}

.branch-status-form .wpcf7-list-item.branch-is-closed input {
  pointer-events: none;
  cursor: not-allowed;
}

.branch-status-form .wpcf7-list-item.branch-is-closed .wpcf7-list-item-label {
  opacity: 0.45;
}

.branch-status-form .all-branches-closed-message {
  margin-top: 14px;
  padding: 12px 16px;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  background-color: #fff7ed;
  color: #ea580c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.branch-status-form .wpcf7-submit.branch-submit-disabled {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
}
