input[title="This is a bundle course. The price is auto-generated."] {
  color: #333;                    /* kontrastna boja teksta */
  cursor: not-allowed;            /* kursor koji pokazuje zabranu */
  border-radius: 4px;             /* zaobljeni rubovi */
  padding: 4px 6px;               /* malo unutarnjeg razmaka */
  font-weight: bold;              /* naglašeni tekst */
  transition: all 0.3s ease;      /* mekani prijelazi na hover */
}

input[title="This is a bundle course. The price is auto-generated."]:hover {
  background-color: #dceeff;      /* malo tamnija plava na hover */
  outline-color: #0066cc;         /* jača boja okvira */
}


/* General form styles */
#wpef-event-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
#wpef-event-form h3 {
  margin-top: 30px;
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
#wpef-event-form p {
  margin: 15px 0;
}
#wpef-event-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
#wpef-event-form input[type="text"],
#wpef-event-form input[type="date"],
#wpef-event-form input[type="time"],
#wpef-event-form input[type="number"],
#wpef-event-form select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Tabbed interface */
.wpef-tabs {
  margin-top: 20px;
}
.wpef-tab-menu {
  list-style: none;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.wpef-tab-menu li {
  padding: 10px 20px;
  cursor: pointer;
  background: #f7f7f7;
  margin-right: 2px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.wpef-tab-menu li.active {
  background: #fff;
  font-weight: bold;
}
.wpef-tab-pane {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  border-radius: 0 4px 4px 4px;
}

/* Table styles */
.wpef-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.wpef-table th,
.wpef-table td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
}
.wpef-table th {
  background: #f0f0f0;
}
.wpef-table .empty-row {
  display: none;
}

/* Buttons */
#wpef-event-form .button,
#add-ticket-row {
  padding: 8px 15px;
  border-radius: 4px;
  background: #007cba;
  color: #fff;
  border: none;
  cursor: pointer;
}
#wpef-event-form .button:hover,
#add-ticket-row:hover {
  background: #006ba1;
}

/* Remove row button */
.remove-row {
  background: transparent;
  border: none;
  color: #d63638;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
}

/* Breadcrumb */
.wpsupport-breadcrumb {
  font-size: 14px;
  margin: 20px 0;
}
.wpsupport-breadcrumb a {
  color: #007cba;
  text-decoration: none;
}
.wpsupport-breadcrumb a:hover {
  text-decoration: underline;
}

/* Table */
.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-family: sans-serif;
}

.shop_table th,
.shop_table td {
  padding: 12px 15px;
  border: 1px solid #e1e1e1;
  text-align: left;
}

.shop_table th {
  background-color: #f9f9f9;
  font-weight: 600;
}

.shop_table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}

.shop_table tbody tr:hover {
  background-color: #f1f1f1;
}

.ast-container {
  flex-direction: column;
      background: #fff;
}

table.widefat.striped a.button {
    padding: 5px 10px;
    font-size: 0.7em;
    text-transform: uppercase;
}

tr.pending-row {
    background: #fff4ef;
}

/* Responsive */
@media (max-width: 768px) {
  .shop_table,
  .shop_table thead,
  .shop_table tbody,
  .shop_table th,
  .shop_table td,
  .shop_table tr {
    display: block;
  }

  .shop_table thead tr {
    display: none;
  }

  .shop_table tr {
    margin-bottom: 15px;
  }

  .shop_table td {
    position: relative;
    padding-left: 50%;
    white-space: pre-wrap;
  }

  .shop_table td::before {
    content: attr(data-header);
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: bold;
    width: 40%;
    white-space: pre-wrap;
  }
}

.mep-rtl-text {
    direction: rtl;
    text-align: right;
}

.mep-show-more-dates {
	margin-top: 8px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 14px;
}

button.mep-attendance-toggle[data-state="1"] {
    background: #008000;
}


.course-field {
    padding-left: 20px;
}

div#global-profit-split-container , div#profit-split-container {
    margin-bottom: 50px;
}

.mep-default-sidrbar-meta {
    display: flex;
    flex-direction: column!important;
    align-items: flex-start!important;
}

.mep-single-class-section {
    padding: 15px 5px;
    border-bottom: 4px solid #fef9e1;
}

/* Multiple courses styling */
.mep-multiple-courses {
  margin: 2em 0;
  border-top: 1px solid #ddd;
  padding-top: 1em;
}
.mep-multiple-course {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #ccc;
}
.mep-multi-title {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.mep-multi-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.75em;
}
.mep-multi-meta span {
  display: inline-block;
  margin-right: 1em;
}
.mep-multi-desc {
  font-size: 1rem;
  line-height: 1.6;
}


/* Sessions list */
.mep-multi-dates {
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
}
.mep-multi-dates li {
  margin: 0.25em 0;
}

/* Timeline collapsible */
.mep-multi-timeline {
  margin-top: 1em;
  border-top: 1px solid #e0e0e0;
  padding-top: 0.75em;
}
.mep-multi-timeline summary {
  cursor: pointer;
  font-weight: bold;
  padding: 0.25em 0;
  position: relative;
  list-style: none;
}
/* add arrow indicator */
.mep-multi-timeline summary::marker {
  content: none;
}
.mep-multi-timeline summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 0.5em;
  transition: transform 0.2s ease;
}
.mep-multi-timeline[open] summary::before {
  transform: rotate(90deg);
}
.mep-multi-timeline .mep-day-details-section {
  margin-top: 0.5em;
}
.mep-day-details-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.mep-day-icon {
  flex: 0 0 2em;
  width: 2em;
  height: 2em;
  background: #0073aa;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  margin-right: 1em;
}
.mep-day-content {
  flex: 1;
}
.mep-day-title {
  font-size: 1.1rem;
  margin-bottom: 0.25em;
  color: #333;
}
.mep-day-details {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* SIDEBAR BUNDLES FRONTENT */

.mep-bundle-instructors-meta {
    display: flex;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: center !important;
}
