/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Templates/BlogSingle/BlogSingle.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.wsp-container ul {
  margin: 0;
  padding-left: 20px;
}

.social-share {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ecf5ef;
}
.social-share .share-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.social-share a {
  color: transparent;
}
.social-share .icon {
  margin-right: 2rem;
}
.social-share .icon::after {
  width: 2.5rem;
  height: 2.5rem;
}

.author-profile {
  font-size: 1rem;
}
.author-profile__inner {
  display: grid;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: 115px;
  padding: 2em;
  background: #fff;
  border-radius: 2em;
}
@media (min-width: 1024px) {
  .author-profile__inner {
    grid-column-gap: 2em;
    grid-template-columns: max-content 1fr;
  }
}
@media (min-width: 1024px) {
  .author-profile__image {
    grid-row: 1/span 2;
  }
}
.author-profile__image img {
  display: block;
  width: 115px;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2em;
}
@media (min-width: 1024px) {
  .author-profile__image img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1024px) {
  .author-profile__information {
    display: flex;
  }
}
.author-profile__details {
  flex-grow: 1;
}
.author-profile__details--name {
  margin: 0;
  color: #0b4e1a;
  font-size: 1.2rem;
  line-height: 1.125;
}
@media (min-width: 1024px) {
  .author-profile__details--name {
    font-size: 1.887rem;
  }
}
.author-profile__details--position {
  margin: 0;
  color: #2bb13f;
  font-size: 1.2rem;
  line-height: 1.125;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .author-profile__details--position {
    font-size: 1.387rem;
  }
}
.author-profile__social {
  display: flex;
  gap: 0.75rem;
  width: -moz-min-content;
  width: min-content;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.25rem;
  background: #ecf5ef;
  border-radius: 4rem;
}
@media (min-width: 1024px) {
  .author-profile__social {
    margin-top: 0;
  }
}
.author-profile__social a {
  display: inline-flex;
}
.author-profile__social a .icon--primary::after {
  background-color: #278034;
}
.author-profile__bio {
  grid-column: 1/span 2;
  margin-top: 1em;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .author-profile__bio {
    grid-column: auto;
    margin-top: 0;
    font-size: 1.25rem;
  }
}
.author-profile a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.author-profile a:focus, .author-profile a:hover {
  color: #2bb13f;
  opacity: 1;
}

.blog-post {
  position: relative;
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .blog-post {
    gap: 0.75rem 1.5rem;
  }
}
.blog-post::after {
  position: relative;
  display: none;
  grid-area: divider;
  align-self: end;
  width: 100%;
  height: 1px;
  background-color: #ebebef;
}
.blog-post__heading {
  position: relative;
  grid-area: heading;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: none;
}
@media (min-width: 1024px) {
  .blog-post__heading {
    font-size: 1.375rem;
  }
}
.blog-post__heading a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.blog-post a {
  color: inherit;
}
.blog-post__image {
  position: relative;
  grid-area: image;
  min-height: 100px;
  overflow: hidden;
  background-color: #0b4e1a;
  border-radius: 3px;
}
.blog-post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.blog-post__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-post__image a:hover {
  opacity: 0.75;
}
.blog-post__preview {
  position: relative;
  grid-area: preview;
}
.blog-post__byline {
  position: relative;
  grid-area: byline;
  color: rgba(11, 78, 26, 0.8);
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .blog-post__byline {
    font-size: 0.875rem;
  }
}
.blog-post__byline > :not(:last-child) {
  margin-right: 0.5em;
}
.blog-post__byline time {
  text-transform: uppercase;
}
.blog-post__byline.byline {
  color: #0b4e1a;
}

.blog-post--card {
  flex: 1 1 21.75rem;
  grid-template-areas: "image heading" "image byline" "image divider";
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 100px 1fr;
}
@media (min-width: 1024px) {
  .blog-post--card {
    grid-template-areas: "image" "heading" "byline";
    grid-template-columns: auto;
  }
}
.blog-post--card::after {
  display: block;
  content: "";
}
@media (min-width: 1024px) {
  .blog-post--card::after {
    display: none;
  }
}
.blog-post--card .blog-post__image {
  height: 100%;
}
@media (min-width: 1024px) {
  .blog-post--card .blog-post__image {
    height: 200px;
  }
}
.blog-post--card .blog-post__image img {
  height: 100%;
}
.blog-post--card .blog-post__preview {
  display: none;
}

.blog-post--list {
  grid-template-areas: "image heading" "image byline" "image divider";
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 100px 1fr;
}
@media (min-width: 1024px) {
  .blog-post--list {
    grid-template-columns: 120px 1fr;
  }
}
.blog-post--list::after {
  display: block;
  content: "";
}
.blog-post--list .blog-post__image {
  height: 100%;
}
.blog-post--list .blog-post__image img {
  height: 100%;
}
.blog-post--list .blog-post__preview {
  display: none;
}

.blog-post--stacked {
  grid-template-areas: "heading" "preview" "byline";
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  align-items: end;
  align-self: stretch;
  padding: 20vw 0 1rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .blog-post--stacked {
    padding: 2rem;
  }
}
.blog-post--stacked .blog-post__image {
  position: absolute;
  top: 0;
  right: -2rem;
  bottom: 0;
  left: -2rem;
  grid-area: unset;
}
@media (min-width: 1024px) {
  .blog-post--stacked .blog-post__image {
    right: 0;
    left: 0;
  }
}
.blog-post--stacked .blog-post__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(11, 78, 26, 0), #0b4e1a);
  content: "";
  pointer-events: none;
}
.blog-post--stacked .blog-post__heading {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .blog-post--stacked .blog-post__heading {
    font-size: 2.25rem;
  }
}
.blog-post--stacked .blog-post__preview {
  display: none;
  font-size: 0;
  opacity: 0;
  transition: font-size 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .blog-post--stacked .blog-post__preview {
    display: block;
  }
}
.blog-post--stacked .blog-post__byline {
  color: inherit;
}
@media (min-width: 1024px) {
  .blog-post--stacked .blog-post__byline {
    transition: opacity 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .blog-post--stacked:hover .blog-post__image a {
    opacity: 0.75;
  }
  .blog-post--stacked:hover .blog-post__heading a {
    opacity: 1;
  }
  .blog-post--stacked:hover .blog-post__preview {
    font-size: 1.25rem;
    opacity: 1;
    transition: font-size 0.3s ease-in-out, opacity 0.3s ease-in-out 0.3s;
  }
  .blog-post--stacked:hover .blog-post__byline {
    opacity: 0.75;
  }
}

.pagination {
  display: grid;
  justify-content: center;
  width: 100%;
  max-width: 90rem;
  margin: auto;
}
@media (min-width: 768px) {
  .pagination {
    justify-content: end;
  }
}
.pagination:last-child {
  grid-column: 1/-1;
}
.pagination--wide {
  grid-column: 1/-1;
}
.pagination ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination li {
  margin: 0 0.4rem;
}
@media (min-width: 768px) {
  .pagination li {
    margin: 0 0.5rem;
  }
}
.pagination li .page {
  color: #fa9700;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pagination li.current {
  padding: 0.375rem 0.75rem;
  background-color: #ebebef;
}
.pagination li.current .page {
  color: #000;
  font-weight: 700;
}
.pagination li a {
  font-weight: 400;
}
.pagination li.page-number:nth-child(8):not(.right-1):not(.last), .pagination li.page-number:nth-child(9):not(.right-2):not(.last), .pagination li.page-number:nth-child(10):not(.right-3):not(.last) {
  display: none;
}
@media (min-width: 375px) {
  .pagination li.page-number:nth-child(8):not(.right-1):not(.last), .pagination li.page-number:nth-child(9):not(.right-2):not(.last), .pagination li.page-number:nth-child(10):not(.right-3):not(.last) {
    display: block;
  }
}
.pagination li.left-3:nth-child(4), .pagination li.right-3:nth-last-child(4) {
  display: none;
}
@media (min-width: 480px) {
  .pagination li.left-3:nth-child(4), .pagination li.right-3:nth-last-child(4) {
    display: block;
  }
}
.pagination li.left-2:nth-child(5), .pagination li.right-2:nth-last-child(5) {
  display: none;
}
@media (min-width: 375px) {
  .pagination li.left-2:nth-child(5), .pagination li.right-2:nth-last-child(5) {
    display: block;
  }
}
.pagination .icon {
  font-size: 0.75em;
}

.select-filter {
  padding: 1rem;
  border-bottom: 0.188rem solid #fa9700;
}
@media (min-width: 1024px) {
  .select-filter {
    padding: 0 2rem 1rem;
  }
}
.select-filter label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.875rem;
}
.select-filter select {
  grid-row: 2;
  width: 100%;
  padding: 0;
  font-weight: 700;
  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;
  background: none;
  background: url(/app/public/assets/caret-down-blue.svg) right center no-repeat;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1024px) {
  .select-filter select {
    font-size: 1.5rem;
  }
}
.select-filter optgroup {
  font-size: 1rem;
}

p + .gambling-table {
  clear: both;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  p + .gambling-table {
    margin-top: 3rem;
  }
}

.news-feed__inner {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .news-feed__inner {
    grid-template-columns: 1fr auto;
  }
}
.news-feed__heading {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .news-feed__heading {
    font-size: 3.125rem;
  }
}
.news-feed__button {
  grid-row: 3;
  justify-content: center;
}
@media (min-width: 1024px) {
  .news-feed__button {
    grid-row: 1;
    justify-self: end;
  }
}
@media (max-width: 1022px) {
  .news-feed__button.icon {
    grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 1024px) {
  .news-feed__button.icon {
    grid-column: 2;
  }
}
.news-feed__posts {
  display: grid;
  grid-column: 1/-1;
  grid-gap: 1rem 2.75rem;
  gap: 1rem 2.75rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .news-feed__posts {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 3fr 2fr;
  }
}
.news-feed .blog-post:first-child {
  grid-row: 1/-1;
}

@media (min-width: 1024px) {
  .news-feed--compact .news-feed__posts {
    grid-row: 2;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem 3.75rem;
    justify-items: center;
  }
  .news-feed--compact .news-feed__inner {
    grid-row-gap: 2rem;
    grid-template-rows: 1fr auto 1fr;
    gap: 0;
    width: 100%;
  }
  .news-feed--compact .news-feed__heading {
    grid-row: 1;
  }
  .news-feed--compact .news-feed__button {
    grid-row: 3;
    grid-column: 1;
    justify-self: center;
  }
}

p + .gambling-table {
  clear: both;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  p + .gambling-table {
    margin-top: 3rem;
  }
}

.news-feed--compact .news-feed__inner {
  grid-template-rows: 1fr auto;
}

button {
  grid-column: 2;
  align-items: end;
  justify-self: right;
  padding-bottom: 0.5rem;
}

.blog-single-related-articles {
  margin-top: 2rem;
}
