.yn-pricing-table-form {
  --bg-gray-2f2: #f2f2f2;
  --bg-gray-466: #636466;
  --content-gray: #231f20;
  --link-blue: #0060af;
  color: var(--content-gray);
}

.yn-pricing-table-form .form-item-location {
  padding: 10px;
  background-color: var(--bg-gray-2f2);
}

.yn-pricing-table-form .form-item-location select {
  max-width: 350px;
  margin: 0 auto;
  background-image: url('/themes/contrib/openy_lily/img/icons/arrow_down.svg');
}

.yn-pricing-table-form .session-length {
  margin: 0 10px 10px;
}

@media (min-width: 768px) {
  .yn-pricing-table-form .session-length {
    margin-left: 0;
    margin-right: 0;
  }
}

.yn-pricing-table-form .table {
  border-top: 1px solid var(--bg-gray-466);
  margin-bottom: 20px;
  caption-side: bottom;
}

.yn-pricing-table-form .table th {
  padding: 10px;
  border-bottom: unset;
  text-align: center;
  vertical-align: middle;
}

.yn-pricing-table-form .table td {
  padding: 10px;
  border-top: unset;
  text-align: center;
  vertical-align: middle;
}

.yn-pricing-table-form .table td.package-number {
  width: 35%;
}

.yn-pricing-table-form .table td:not(.package-number) {
  font-weight: bold;
}

.yn-pricing-table-form .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--bg-gray-2f2);
}

.yn-pricing-table-form .table a {
  color: var(--link-blue);
}

.yn-pricing-table-form .table caption {
  text-align: right;
  color: var(--content-gray);
}
