#acf-group_60f74c2c9b6b1 .acf-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  #acf-group_60f74c2c9b6b1 .acf-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#acf-group_60f74c2c9b6b1 .acf-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
}
#acf-group_60f74c2c9b6b1 .toggle-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
#acf-group_60f74c2c9b6b1 .toggle-switch .toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}
#acf-group_60f74c2c9b6b1 .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}
#acf-group_60f74c2c9b6b1 .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
#acf-group_60f74c2c9b6b1 .toggle-switch .toggle-input:checked + .slider {
  background-color: #2196F3;
}
#acf-group_60f74c2c9b6b1 .toggle-switch .toggle-input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}
#acf-group_60f74c2c9b6b1 .toggle-switch .toggle-input:checked + .slider:before {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}
#acf-group_60f74c2c9b6b1 #reset-fields-btn {
  border-radius: 5em;
  border-color: #2196F3;
  background: #2196F3;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 26px;
  margin: 3px 20px;
}
#acf-group_60f74c2c9b6b1 .postbox-header .handle-actions {
  min-width: 200px;
  text-align: right;
}

.acf-shortcode-display {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 10px;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; /* Allow text selection */
}

.hidden-field {
  display: none !important;
}

.visible-field {
  display: block !important;
}

#postimagediv,
#acf-group_65540126f2252,
#postdivrich,
#formatdiv,
#categorydiv {
  display: none !important;
}