nav.woocommerce-MyAccount-navigation,
li#v-order-personal-li,
li#v-subscription-personal-li {
  display: none !important;
}

/* Extra Licenses Styles */
.extra-licenses-container {
  max-width: 1200px;
  margin: 0 auto;
}

.license-stats {
  margin-bottom: 30px;
}

.license-stats h3 {
  margin-top: 0;
  color: #2c3338;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.stat-item {
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d6d9dd;
  border-radius: 10px;
}

.stat-number {
  font-size: 24px;
  font-weight: bold;
  color: black;
  display: block;
}

.stat-label {
  font-size: 14px;
  color: #666;
}

.add-user-form {
  padding: 25px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #d6d9dd;
  border-radius: 10px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #2c3338;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.form-group select[multiple] {
  height: 120px;
}

.courses-checklist {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  max-height: 120px;
  overflow-y: auto;
}

.course-checkbox {
  margin-bottom: 8px;
}

.course-checkbox input {
  margin-right: 8px;
}

.submit-btn {
  background: #007cba;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #005a87;
}

.submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.users-table {
  padding: 25px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #d6d9dd;
  border-radius: 10px;
}
.extra-licenses-container h3 {
  padding: 0 0 22px;
  border-bottom: 1px solid #d6d9dd;
  font-weight: 500;
}
.users-table table {
  width: 100%;
  border-collapse: collapse;
}

.users-table th {
  background: #f8f9fa;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #2c3338;
  border-bottom: 1px solid #ddd;
}

.users-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.users-table tr:last-child td {
  border-bottom: none;
}

.delete-btn {
  background: #dc3545;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.delete-btn:hover {
  background: #c82333;
}

.no-licenses {
  text-align: center;
  padding: 40px;
  color: #666;
}

.alert {
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.loading {
  opacity: 0.6;
  pointer-events: none;
}

tr.woocommerce-shipping-totals.shipping {
  display: none !important;
}

.bs-product-name .qty {
  display: none !important;
}

span.bb-course-type.bb-course-type-paynow {
  display: none !important;
}

.bb-course-member-wrap.flex.align-items-center {
  display: none !important;
}

a#btn-join {
  margin-bottom: 5px !important;
}

.woocommerce-additional-fields {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .woocommerce-checkout > .bb-wc-co {
    position: relative;
  }

  .woocommerce-checkout > .bb-wc-co > .bb-wc-col:first-child {
    position: sticky;
    top: 110px;
  }
}

p.no-events-f {
  padding: 0 !important;
  text-align: start !important;
}

a.ld-item-name {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.ld-item-list-item-preview {
  position: relative !important;
}

.ld-item-list-item-preview {
  display: flex !important;
  justify-content: start !important;
  align-items: center !important;
}

.ld-item-details {
  display: flex !important;
  width: max-content !important;
}

button.ld-expand-button {
  border: none !important;
  padding: 10px 0 !important;
}

.ld-item-list-item-expanded.ld-expanded {
  height: auto !important;
  overflow: hidden !important;
  position: relative !important;
  transition: max-height 0.5s ease !important;
}

.learndash-wrapper
  .ld-table-list
  .ld-table-list-items
  .ld-table-list-item
  a.ld-table-list-item-preview {
  padding: 16px 15px 16px 49px !important;
  background: 0 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
