:root {
  --brandon-grotesque: brandon-grotesque, sans-serif;
  --proxima-nova: proxima-nova, sans-serif;
  --blue: #005E9C;
  --orange: #F07824;
  --light-blue: #32AEE4;
  --very-dark-blue: #002535;
  --background-gray: #F1F3F4;
  --max-width: calc(1200px + 30px * 2);
  --content-width: 1200px;
  --content-padding: 30px;
  --phone: 768px;
  --tablet: 1280px;
  --columns-collapse: 781px;
}
@media screen and (max-width: 768px) {
  :root {
    --content-padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  :root {
    --content-padding: 15px;
  }
}

.wp-block-table.is-style-diamond {
  overflow-x: scroll;
  width: 100%;
}
.wp-block-table.is-style-diamond table {
  font-size: 20px;
  min-width: 400px;
}
@media screen and (max-width: 1200px) {
  .wp-block-table.is-style-diamond table {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-table.is-style-diamond table {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-style-diamond table {
    font-size: 14px;
  }
}
.wp-block-table.is-style-diamond table thead {
  background-color: var(--very-dark-blue);
  color: white;
  font-family: var(--brandon-grotesque);
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-style-diamond table thead {
    font-size: 16px;
  }
}
.wp-block-table.is-style-diamond table thead th {
  border: none;
}
.wp-block-table.is-style-diamond table thead th:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.wp-block-table.is-style-diamond table thead th:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.wp-block-table.is-style-diamond table tbody tr:nth-child(odd) {
  background-color: white;
}
.wp-block-table.is-style-diamond table tbody tr:nth-child(even) {
  background-color: var(--background-gray);
}
.wp-block-table.is-style-diamond table tbody tr td {
  border: none;
  padding-block: 15px;
}
.wp-block-table.is-style-diamond table tbody tr td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.wp-block-table.is-style-diamond table tbody tr td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.wp-block-table.is-style-diamond table td, .wp-block-table.is-style-diamond table th {
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-style-diamond table td, .wp-block-table.is-style-diamond table th {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 360px) {
  .wp-block-table.is-style-diamond table td, .wp-block-table.is-style-diamond table th {
    padding-inline: 10px;
  }
}
.wp-block-table.is-style-diamond::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 5px;
}
.wp-block-table.is-style-diamond::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
