/**
* COLORS
*/
.mb-0 {
  margin-bottom: 0;
}

.btn {
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus {
  transition: all 0.3s ease;
}
.btn:hover::before, .btn:focus::before {
  transform: translateX(-4px);
}
.btn:hover::after, .btn:focus::after {
  transform: translateX(4px);
}
.btn::before, .btn::after {
  display: inline-block;
  color: #a34a9c;
  transition: transform 0.3s ease;
}
.btn::before {
  margin-right: 5px;
}
.btn::after {
  margin-left: 5px;
}

.btn-chevron-right::after, .btn-arrow-right::after, .btn-basketball-hoop::before, .btn-ticket::before, .btn-chevron-left::before, .btn-arrow-left::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -1px;
}

.single-post__wrapper .btn, body:not(.elementor-page) .btn, .btn-outline-white, .btn-white {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  padding-block-start: 12px;
  padding-block-end: 12px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  cursor: pointer;
}

.btn-arrow-left::before {
  content: "\e901";
}

.btn-chevron-left::before {
  content: "\e906";
}

.btn-ticket::before {
  content: "\e914";
}

.btn-basketball-hoop::before {
  content: "\e911";
}

.btn-arrow-right::after {
  content: "\e902";
}

.btn-chevron-right::after {
  content: "\e907";
}

button.btn-underline {
  background-color: transparent !important;
  color: #000000;
  padding: 0;
  position: relative;
  cursor: pointer;
  text-transform: initial;
  border: 0;
}
button.btn-underline:after {
  content: "";
  width: 0;
  display: block;
  height: 2px;
  background-color: #a34a9c;
  border-radius: 5px;
  transition: width 0.3s linear;
  margin-top: 7px;
}
button.btn-underline:hover, button.btn-underline:focus, button.btn-underline.is-active {
  color: #000000;
}
button.btn-underline:hover:after, button.btn-underline:focus:after, button.btn-underline.is-active:after {
  width: 100%;
  transition: width 0.3s linear;
}

.btn-white {
  color: #000000;
  background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus {
  color: #ffffff;
  background-color: #000000;
}

.btn-outline-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  color: #000000;
  background-color: #ffffff;
}

body:not(.elementor-page) .btn-primary {
  color: #ffffff;
  background-color: #000000;
}
body:not(.elementor-page) .btn-primary svg,
body:not(.elementor-page) .btn-primary i {
  color: #ffffff;
}
body:not(.elementor-page) .btn-primary:hover, body:not(.elementor-page) .btn-primary:focus {
  color: #000000;
  background-color: #ffffff;
}
body:not(.elementor-page) .btn-primary:hover svg,
body:not(.elementor-page) .btn-primary:hover i, body:not(.elementor-page) .btn-primary:focus svg,
body:not(.elementor-page) .btn-primary:focus i {
  color: #000000;
}

.single-post__wrapper {
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .single-post__wrapper {
    padding-top: 3rem;
  }
}
.single-post__wrapper .btn-primary {
  color: #ffffff;
  background-color: #000000;
}
.single-post__wrapper .btn-primary:hover, .single-post__wrapper .btn-primary:focus {
  color: #000000;
  background-color: #ffffff;
}
.single-post__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.single-post__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .single-post__layout {
    grid-template-columns: 1fr 280px;
    gap: 4rem;
  }
}
.single-post__article {
  min-width: 0;
}
.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #f3f3f3;
}
.single-post__meta-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.single-post__date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: #888;
  font-weight: 500;
}
.single-post__date i {
  color: #a34a9c;
  font-size: 0.75rem;
}
.single-post__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.single-post__cat-tag {
  display: inline-block;
  background: #a34a9c;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.85rem;
  border-radius: 2em;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.single-post__cat-tag:hover {
  background: #000000;
  transform: translateY(-1px);
}
.single-post__cat-tag--team {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.single-post__cat-tag--team:hover {
  background: #000000;
  color: #ffffff;
}
.single-post__cat-tag--team:not(a) {
  cursor: default;
}
.single-post__cat-tag--team:not(a):hover {
  background: transparent;
  color: #000000;
  transform: none;
}
.single-post__thumbnail {
  margin-bottom: 1.25rem;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 856/552;
}
@media screen and (min-width: 768px) {
  .single-post__thumbnail {
    margin-bottom: 2.5rem;
  }
}
.single-post__thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post__content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #000000;
}
.single-post__content > * + * {
  margin-top: 1.25rem;
}
.single-post__content h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.single-post__content h3 {
  font-size: clamp(1.1rem, 2vw, 1.375rem);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.single-post__content img,
.single-post__content figure {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.single-post__content figure {
  margin: 2rem 0;
}
.single-post__content figure figcaption {
  font-size: 0.8125rem;
  color: #888;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}
.single-post__content a:not(.btn) {
  color: #a34a9c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s;
}
.single-post__content a:not(.btn):hover {
  text-decoration-color: #a34a9c;
}
.single-post__content blockquote {
  border-left: 4px solid #a34a9c;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: #f3f3f3;
  border-radius: 0 6px 6px 0;
}
.single-post__content blockquote p {
  font-style: italic;
  font-size: 1.0625rem;
  color: #444;
  margin: 0;
}
.single-post__content ul,
.single-post__content ol {
  padding-left: 1.5rem;
  margin: 0;
}
.single-post__content ul li,
.single-post__content ol li {
  margin-bottom: 0.35rem;
}
.single-post__content ul {
  list-style: none;
  padding-left: 0;
}
.single-post__content ul li {
  padding-left: 1.25rem;
  position: relative;
}
.single-post__content ul li::before {
  content: "\e902";
  font-family: "icomoon" !important;
  speak: never;
  font-size: 0.55em;
  color: #a34a9c;
  position: absolute;
  left: 0;
  top: 0.45em;
}
.single-post__content .wp-block-image {
  margin: 2rem 0;
}
.single-post__content .wp-block-image img {
  width: 100%;
}
.single-post__pagination {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.single-post__pagination a,
.single-post__pagination span {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  transition: background 0.2s;
}
.single-post__pagination a:hover {
  background: #a34a9c;
  color: #ffffff;
}
.single-post__pagination span {
  background: #000000;
  color: #ffffff;
}
.single-post__players {
  margin-top: 3rem;
  padding: 1.5rem;
  background: #f3f3f3;
  border-radius: 5px;
}
.single-post__players-title {
  margin: 0 0 1.25rem;
}
.single-post__players-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.single-post__player-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  color: #000000;
  transition: box-shadow 0.2s, transform 0.2s;
  min-width: 200px;
  flex: 1;
}
.single-post__player-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.single-post__player-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3f3f3;
  flex-shrink: 0;
  border: 3px solid #a34a9c;
}
.single-post__player-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.single-post__player-photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a34a9c;
  font-size: 1.25rem;
}
.single-post__player-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.single-post__player-name {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-post__player-number {
  font-size: 0.8rem;
  color: #888;
  font-weight: 600;
}
.single-post__player-cta {
  font-size: 0.7rem;
  color: #a34a9c;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.single-post__player-cta i {
  font-size: 0.55em;
}
@media screen and (min-width: 1024px) {
  .single-post__sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}
.single-post__sidebar-widget:not(.single-post__sidebar-custom) {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 1.5rem;
}
.single-post__sidebar-widget figure {
  margin: 0;
}
.single-post__sidebar-widget figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.single-post__sidebar-widget .widget {
  margin-top: 2rem;
}
.single-post__sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #a34a9c;
  margin: 0 0 1rem;
}
.single-post__cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post__cat-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  transition: color 0.2s, padding-left 0.2s;
}
.single-post__cat-item a:hover {
  color: #a34a9c;
  padding-left: 5px;
}
.single-post__cat-item.current a {
  color: #a34a9c;
  font-weight: 700;
}
.single-post__cat-item:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.single-post__cat-count {
  font-size: 0.7rem;
  color: #aaa;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.1em 0.55em;
  border-radius: 2em;
  flex-shrink: 0;
}
.single-post__related {
  margin-top: 4rem;
  padding: 3.5rem 0 4.5rem;
  background: linear-gradient(#f3f3f3, #ffffff);
  overflow: hidden;
}
.single-post__related-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.single-post__related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post__related-title {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.single-post__related-nav {
  display: flex;
  gap: 0.5rem;
}
.single-post__related-prev:is(button), .single-post__related-next:is(button) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  border: 0;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s;
  padding: 0;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.single-post__related-prev:is(button):hover, .single-post__related-prev:is(button):focus, .single-post__related-next:is(button):hover, .single-post__related-next:is(button):focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.single-post__related-prev:is(button).swiper-button-disabled, .single-post__related-next:is(button).swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.single-post__related-prev:is(button):not(.swiper-button-disabled):hover, .single-post__related-next:is(button):not(.swiper-button-disabled):hover {
  background: #000000;
  color: #ffffff;
}
.single-post__related-slider .slick-slide {
  padding: 0 15px;
}
.single-post__related-slider .slick-slide:not(.slick-active) .card-actu {
  box-shadow: none !important;
}
.single-post__related-slider .slick-list {
  margin: 0 -30px;
  padding: 30px 15px;
}
.single-post__boxscore {
  margin-top: 3rem;
  overflow-x: auto;
}
.single-post__boxscore .acb-boxscore {
  font-size: 0.75rem;
}
.single-post__boxscore .acb-boxscore__team-heading {
  margin-top: 0;
}
.single-post__boxscore .acb-boxscore__name {
  min-width: 110px;
}
.single-post__boxscore .acb-boxscore thead th {
  padding: 0.8rem 0.25rem;
}
.single-post__boxscore .acb-boxscore tbody td {
  padding: 0.7rem 0.25rem;
}
.single-post__boxscore-empty {
  margin: 0;
  color: #888;
  font-size: 0.85rem;
}
.single-post__boxscore-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.single-post__videos {
  margin-top: 3rem;
}
.single-post__videos-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.single-post__video {
  margin-bottom: 1.5rem;
}
.single-post__video:last-child {
  margin-bottom: 0;
}
.single-post__video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
}
.single-post__video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}
.single-post__video-caption {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
}
.single-post__video-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
}
