/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./web/app/themes/Gambleonlineaustralia/Components/SpecificOffersTableSection/SpecificOffersTableSection.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.specific-offers-table-section {
  padding: 2rem;
  background: #fff;
}
.specific-offers-table-section__inner {
  display: grid;
  grid-template-areas: "headings" "intro" "table";
  max-width: 69rem;
  margin: 0 auto;
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 1024px) {
  .specific-offers-table-section__inner {
    grid-template-areas: "headings headings" "intro table";
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .specific-offers-table-section__inner.align-table-left {
    grid-template-areas: "headings headings" "table intro";
  }
}
.specific-offers-table-section__headings {
  grid-area: headings;
}
.specific-offers-table-section__heading {
  color: #0e1b11;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .specific-offers-table-section__heading {
    font-size: 64px;
    line-height: 1em;
  }
}
.specific-offers-table-section__subheading {
  margin-bottom: 1rem;
  color: #0b4e1a;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .specific-offers-table-section__subheading {
    margin-bottom: 2rem;
    font-size: 32px;
  }
}
.specific-offers-table-section__intro {
  grid-area: intro;
}
.specific-offers-table-section__intro ul,
.specific-offers-table-section__intro ol {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
.specific-offers-table-section__intro li {
  font-size: 16px;
}
.specific-offers-table-section__intro ul li::before {
  position: relative;
  top: 1.2em;
  left: -1em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent #fa9700;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  content: "";
}
.specific-offers-table-section__content-wrapper {
  grid-area: table;
}
.specific-offers-table-section__table {
  width: 100%;
  border: 2px solid #d3e5d9;
  border-radius: 2px;
}
.specific-offers-table-section__table .card {
  width: 100%;
  height: auto;
  padding: 1.5rem;
}
.specific-offers-table-section__table .card:hover {
  top: 0;
}
.specific-offers-table-section__table-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}
@media (min-width: 1024px) {
  .specific-offers-table-section__table-content {
    padding: 1rem;
  }
}
.specific-offers-table-section__table-headers {
  display: flex;
  width: 100%;
}
.specific-offers-table-section__table-header {
  display: inline-block;
  width: 49%;
  margin: 0.5rem 0;
  font-weight: 600;
  font-size: 1rem;
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .specific-offers-table-section__table-header {
    font-size: 1.5rem;
  }
}
.specific-offers-table-section__table-row {
  display: block;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #ebebef;
}
.specific-offers-table-section__table-row:last-child {
  border-bottom: 0;
}
.specific-offers-table-section__table-row-link, .specific-offers-table-section__table-row-text {
  display: inline-block;
  width: 49%;
}
.specific-offers-table-section__table-row-text {
  color: #0e1b11;
  font-size: 14px;
}
.specific-offers-table-section__table-row-link {
  padding-right: 1rem;
}
.specific-offers-table-section__table-row-link a {
  color: #2bb13f;
  font-size: 16px;
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
