/*      Request ID: b3de21ead19afa7e1f12fb5b9a52677a_1751561272 (07/05/2025 1:51am) (TchBCsAgDATAF9V9Ugm6qCARTDR9fnvsbRgcWYgIiFaOeRWeNPphNBlMSkfzMrPh7loXS6e6gY8vMXxBbXMbf0zZ7AU=)      */

/*
.tableWrap {
    margin-top: -3em;
}
.tableWrap table {
    margin-top: 0;
}
table {
    table-layout: fixed;
    -webkit-font-smoothing: antialiased;
    margin-top: -3em;
}
th {
    width: 25%;
}
thead tr:first-child td {
    padding: 0;
    vertical-align: bottom;
}
thead tr:first-child td img {
    display: block;
}
thead tr:last-child th {
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding: 20px;
    line-height: 1.2;
}
thead tr:last-child th:nth-child(1) {
    background: #535279;
}
thead tr:last-child th:nth-child(2) {
    background: #485f23;
}
thead tr:last-child th:nth-child(3) {
    background: #305b3d;
}
thead tr:last-child th:nth-child(4) {
    background: #3b2918;
}
tbody td {
    color: white;
    padding: 20px;
    vertical-align: top;
}
tbody td:nth-child(1) {
    background: #6f6da1;
}
tbody td:nth-child(2) {
    background: #607f2f;
}
tbody td:nth-child(3) {
    background: #407a52;
}
tbody td:nth-child(4) {
    background: #4f3720;
}
tbody tr:last-child td {
    font-weight: bold;
    font-size: 36px;
    padding-top: 0;
    line-height: 1;
}
*/

.levels {
  margin-top: -3em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
.levels img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.levels .graphic {
  vertical-align: bottom;
  align-self: end;
  background: transparent;
  grid-row-start: 1;
  -ms-grid-row: 1;
}
.levels .title,
.levels .text,
.levels .price {
  padding: 20px;
}
.levels .title {
  font-size: 18px;
  font-weight: bold;
  grid-row-start: 2;
  -ms-grid-row: 2;
  margin-bottom: 0;
}
.levels .title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: white;
  line-height: 1.2;
}
.levels .text {
  grid-row-start: 3;
  -ms-grid-row: 3;
}
.levels .price {
  padding-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  grid-row-start: 4;
  -ms-grid-row: 4;
}
[data-level="Texas Bluebonnet"].graphic {
  grid-column-start: 1;
  -ms-grid-column: 1;
}
[data-level="Texas Bluebonnet"] + .title {
  background: #535279;
  grid-column-start: 1;
  -ms-grid-column: 1;
}
[data-level="Texas Bluebonnet"] + .title + .text {
  background: #6f6da1;
  grid-column-start: 1;
  -ms-grid-column: 1;
}
[data-level="Texas Bluebonnet"] + .title + .text + .price {
  background: #6f6da1;
  grid-column-start: 1;
  -ms-grid-column: 1;
}
[data-level="Sideoats Grama"].graphic {
  grid-column-start: 2;
  -ms-grid-column: 2;
}
[data-level="Sideoats Grama"] + .title {
  background: #485f23;
  grid-column-start: 2;
  -ms-grid-column: 2;
}
[data-level="Sideoats Grama"] + .title + .text {
  background: #607f2f;
  grid-column-start: 2;
  -ms-grid-column: 2;
}
[data-level="Sideoats Grama"] + .title + .text + .price {
  background: #607f2f;
  grid-column-start: 2;
  -ms-grid-column: 2;
}
[data-level="San Angelo Yucca"].graphic {
  grid-column-start: 3;
  -ms-grid-column: 3;
}
[data-level="San Angelo Yucca"] + .title {
  background: #305b3d;
  grid-column-start: 3;
  -ms-grid-column: 3;
}
[data-level="San Angelo Yucca"] + .title + .text {
  background: #407a52;
  grid-column-start: 3;
  -ms-grid-column: 3;
}
[data-level="San Angelo Yucca"] + .title + .text + .price {
  background: #407a52;
  grid-column-start: 3;
  -ms-grid-column: 3;
}
[data-level="Texas Live Oak"].graphic {
  grid-column-start: 4;
  -ms-grid-column: 4;
}
[data-level="Texas Live Oak"] + .title {
  background: #3b2918;
  grid-column-start: 4;
  -ms-grid-column: 4;
}
[data-level="Texas Live Oak"] + .title + .text {
  background: #4f3720;
  grid-column-start: 4;
  -ms-grid-column: 4;
}
[data-level="Texas Live Oak"] + .title + .text + .price {
  background: #4f3720;
  grid-column-start: 4;
  -ms-grid-column: 4;
}
@media (max-width: 599px) {
  .levels {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  [data-level="San Angelo Yucca"].graphic {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-row-start: 5;
    -ms-grid-row: 5;
  }
  [data-level="San Angelo Yucca"] + .title {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-row-start: 6;
    -ms-grid-row: 6;
  }
  [data-level="San Angelo Yucca"] + .title + .text {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-row-start: 7;
    -ms-grid-row: 7;
  }
  [data-level="San Angelo Yucca"] + .title + .text + .price {
    grid-column-start: 1;
    -ms-grid-column: 1;
    grid-row-start: 8;
    -ms-grid-row: 8;
  }
  [data-level="Texas Live Oak"].graphic {
    grid-column-start: 2;
    -ms-grid-column: 2;
    grid-row-start: 5;
    -ms-grid-row: 5;
  }
  [data-level="Texas Live Oak"] + .title {
    grid-column-start: 2;
    -ms-grid-column: 2;
    grid-row-start: 6;
    -ms-grid-row: 6;
  }
  [data-level="Texas Live Oak"] + .title + .text {
    grid-column-start: 2;
    -ms-grid-column: 2;
    grid-row-start: 7;
    -ms-grid-row: 7;
  }
  [data-level="Texas Live Oak"] + .title + .text + .price {
    grid-column-start: 2;
    -ms-grid-column: 2;
    grid-row-start: 8;
    -ms-grid-row: 8;
  }
}