:root,
:host {
  --font-sans: "Poppins", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --radius-lg: 0.5rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 0.15s;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-foreground: #343434;
  --color-primary: #f99d2d;
  --color-secondary: #15a401;
  --color-tertiary: #c3041c;
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
.fighter-block {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.fighter-block .entry-header {
  background: linear-gradient(270deg, #f99d2d -40.58%, #333 100%);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18.75rem;
  display: flex;
  position: relative;
}

.fighter-block .entry-header img {
  width: auto;
  height: auto;
  max-height: 18.75rem;
	max-width: 100%;
}

.fighter-header {
  width: 27.813rem;
  bottom: 1.25rem;
  z-index: 2;
  transform: translateX(-50%);
  gap: 1.25rem;
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  padding-inline: 0.938rem;
  padding-block: calc(var(--spacing) * 3);
  display: flex;
  position: absolute;
  left: 50%;
}

.fighter-header .fighter {
  flex-shrink: 0;
}

.fighter-header .text {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  line-height: 1;
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
  text-transform: uppercase;
  display: block;
}

.fighter-header .country .flag {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.438rem;
  height: 1.5rem;
  border-radius: 3px;
}

.fighter-header .name,
.fighter-header .w-l-d {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  margin: 0.5rem 0 0;
}

.fighter-header .divider,
.fighter-info .divider {
  border: 0 none;
  border-left: 1px solid #d9d9d9;
  width: 1px;
  height: 2.75rem;
}

.fighter-info {
  flex-direction: column;
  gap: 1.875rem;
  display: flex;
}

.fighter-info .fighter-info-row {
  align-items: center;
  gap: calc(var(--spacing) * 5);
  display: flex;
}

.fighter-info .text {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: 1;
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
  text-transform: uppercase;
  display: block;
}

.fighter-info .column {
  gap: calc(var(--spacing) * 1);
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  display: flex;
}

.fighter-info .fighter-info-row .value {
  font-family: var(--font-sans);
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-medium);
  color: var(--color-foreground);
}

.fighter-info-links {
  gap: calc(var(--spacing) * 5);
  display: flex;
}

.fighter-info-links .column {
  flex-basis: 50%;
  width: 50%;
}

.fighter-info-links ul {
  margin: calc(var(--spacing) * 0);
  gap: calc(var(--spacing) * 2.5);
  padding: calc(var(--spacing) * 0);
  flex-wrap: wrap;
  list-style-type: none;
  display: flex;
}

.fighter-info-links ul.social-links li a {
  background-color: var(--color-primary);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.fighter-stats {
  padding: calc(var(--spacing) * 5);
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-direction: column;
  gap: 1.875rem;
  display: flex;
}

.fighter-stats-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fighter-stats-inner .column:last-child {
  flex-basis: auto;
  gap: 3.125rem;
  display: flex;
}

.fighter-stats-inner h2.title {
  margin-block: calc(var(--spacing) * 0);
  font-size: 1.375rem;
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: #343434;
  text-transform: uppercase;
}

.fighter-stats-inner .w-l-d {
  font-family: var(--font-sans);
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  margin-top: 5px;
  display: block;
}

.fighter-stats-tables {
  gap: calc(var(--spacing) * 5);
  display: flex;
}

.fighter-stats-tables .column {
  gap: calc(var(--spacing) * 2.5);
  background-color: var(--color-white);
  border-radius: 10px;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  padding: 0.938rem;
  display: flex;
}

.fighter-stats-tables .column .label {
  margin-block: calc(var(--spacing) * 0);
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: var(--color-foreground);
  text-transform: uppercase;
}

.fighter-stats-tables .column .win,
.fighter-stats-tables .column .loss {
  width: calc(var(--spacing) * 10);
  text-align: center;
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  border-radius: 3px;
  padding: 0.313rem;
  display: block;
}

.fighter-stats-tables .column .win {
  background-color: var(--color-secondary);
}

.fighter-stats-tables .column .loss {
  background-color: var(--color-tertiary);
}

.fighter-stats-tables td {
  padding-block: 5px;
  font-size: var(--text-base);
}

.fighter-stats-tables td.value {
  width: calc(var(--spacing) * 10);
}

.fighter-stats-tables td.value:last-child {
  text-align: right;
}

.fighter-bouts h2.title {
  margin-block: calc(var(--spacing) * 0);
  font-size: 1.375rem;
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: #343434;
  text-transform: uppercase;
}

.fighter-related-news h2.title {
  margin-block: calc(var(--spacing) * 0);
  font-size: 1.375rem;
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  text-transform: uppercase;
}

.fighter-career-stats {
  gap: calc(var(--spacing) * 5);
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  flex-direction: column;
  padding: 0.938rem;
  display: flex;
}

.fighter-career-stats h2.title {
  margin-block: calc(var(--spacing) * 0);
  width: 100%;
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: #343434;
  text-transform: uppercase;
}

.fighter-career-stats .career-stats {
  column-gap: calc(var(--spacing) * 2.5);
  flex-wrap: wrap;
  row-gap: 0.938rem;
  display: flex;
}

.fighter-career-stats .career-stats ul {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  gap: 0.938rem;
  list-style-type: none;
  display: flex;
}

.fighter-career-stats .career-stats ul li {
  gap: calc(var(--spacing) * 2.5);
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-normal);
  color: #343434;
  flex-wrap: wrap;
  display: flex;
}

.fighter-career-stats .career-stats ul li strong {
  width: 5.313rem;
  display: inline-flex;
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
}

.fighter-career-stats .carrer-stats-definition ul {
  margin: calc(var(--spacing) * 0);
  gap: calc(var(--spacing) * 2.5);
  padding: calc(var(--spacing) * 0);
  flex-direction: column;
  list-style-type: none;
  display: flex;
}

.fighter-career-stats .carrer-stats-definition ul li {
  font-size: var(--text-base);
  line-height: 1.2;
  font-weight: var(--font-weight-normal);
  color: #343434;
}

.fighter-career-stats .carrer-stats-definition ul li strong {
  --tw-font-weight: var(--font-weight-semibold) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.fighter-career-stats .divider {
  border-bottom: 1px solid #e8e8e8;
}

.fighter-betting {
  gap: calc(var(--spacing) * 5);
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  flex-direction: column;
  padding: 0.938rem;
  display: flex;
}

.fighter-betting h2.title {
  margin-block: calc(var(--spacing) * 0);
  font-size: var(--text-lg);
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: #343434;
  text-transform: uppercase;
}

.fighter-block .progress {
  text-align: center;
  width: max-content;
  margin: 0;
  display: inline-flex;
  position: relative;
}

.fighter-block .barOverflow {
  width: 200px;
  height: 110px;
  position: relative;
  overflow: hidden;
}

.fighter-block .bar {
  box-sizing: border-box;
  border: 20px solid #eee;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.fighter-block .progress .text {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: var(--font-weight-medium);
  color: #667085;
  text-transform: uppercase;
}

.fighter-block .progress .value {
  font-family: var(--font-sans);
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-size: 1.875rem;
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: #343434;
}

.fighter-block .progress .label {
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  flex-direction: column;
  display: flex;
  position: absolute;
  left: 50%;
}

.fighter-block .green .bar {
  border-bottom-color: #15a401;
  border-right-color: #15a401;
}

.fighter-block .red .bar {
  border-bottom-color: #c3041c;
  border-right-color: #c3041c;
}

.fighter-related-news {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #333333;
}
.fighter-news-grid{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 767px) {
	.fighter-block .entry-header{
		height: 25rem;
	}
  .fighter-header {
    flex-wrap: nowrap;
	flex-direction: column;
	text-align: center;
	gap: 12px;
    width: 80%;
  }
	.fighter-block .entry-header img{
		max-height: 25rem;
	}
  .fighter-header .divider {
    width: 100%;
    height: 1px;
    border: 0 none;
    border-top: 1px solid #d9d9d9;
  }
  .fighter-header .country .flag {
    margin: 5px auto 0;
  }
  .fighter-header .record {
    width: 100%;
    text-align: center;
  }
  .fighter-info-row {
    flex-wrap: wrap;
    column-gap: 0;
    justify-content: space-between;
  }
  .fighter-info-row .column {
    flex-basis: 43%;
    width: 43%;
    flex-grow: 0;
  }
  .fighter-info-row div:nth-child(4) {
    width: 100%;
    flex-basis: 100%;
    height: 1px;
    border: 0 none;
    border-top: 1px solid #d9d9d9;
  }
  .fighter-info-links {
    flex-direction: column;
  }
  .fighter-info-links .column {
    flex-basis: 100%;
    width: 100%;
  }
  .fighter-stats-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .fighter-stats-inner > .column {
    width: 100%;
  }
  .fighter-stats-inner > .column:first-child {
    text-align: center;
  }
  .fighter-stats-inner > .column:last-child {
    flex-direction: column;
  }
  .fighter-block .progress {
    margin: 0 auto;
  }
  .fighter-stats-tables {
    flex-direction: column;
  }
}

.image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.image-wrap img {
  margin: calc(var(--spacing) * 0);
}

.image-wrap:not(.auto) img {
  --tw-translate-x: calc(50% * -1);
  width: 100%;
  height: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  --tw-translate-y: calc(50% * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.card-item.bout {
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  padding: calc(var(--spacing) * 2.5);
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-item.bout .column:first-child {
  align-items: center;
  gap: calc(var(--spacing) * 2.5);
  display: flex;
}

.card-item.bout .details {
  gap: calc(var(--spacing) * 1);
  flex-direction: column;
  display: flex;
}

.card-item.bout .details .date {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-normal);
  line-height: 1;
  font-weight: var(--font-weight-normal);
  color: var(--color-foreground);
  text-transform: uppercase;
  display: block;
}

.card-item.bout .details .fighters {
  margin: calc(var(--spacing) * 0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-bold);
  line-height: 1;
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
}

.card-item.bout .result {
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-semibold);
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 0.188rem;
  padding: 0.313rem;
  display: block;
}

.card-item.bout .result.win {
  background-color: var(--color-secondary);
}

.card-item.bout .result.loss {
  background-color: var(--color-tertiary);
}

.card-item.bout .column:last-child {
  align-items: center;
  gap: 1.875rem;
  display: flex;
}

.card-item.bout .column .inner {
  gap: calc(var(--spacing) * 1);
  flex-direction: column;
  display: flex;
}

.card-item.bout .column .inner .text {
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-normal);
  line-height: 1;
  font-weight: var(--font-weight-normal);
  color: var(--color-foreground);
  text-transform: uppercase;
  display: block;
}

.card-item.bout .column .inner .value {
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-semibold);
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: var(--color-foreground);
  display: block;
}

.card-item.news {
  border: 0 none;
  border-bottom: 1px solid #454545;
  padding-bottom: calc(var(--spacing) * 5);
  align-items: center;
  gap: 0.938rem;
  display: flex;
}

.card-item.news:last-child {
  border-bottom-style: var(--tw-border-style);
  padding-bottom: calc(var(--spacing) * 0);
  border-bottom-width: 0;
}

.card-item.news .image-wrap {
  border-radius: var(--radius-lg);
  background-color: #d9d9d9;
  flex-shrink: 0;
  width: 9.375rem;
  height: 8.125rem;
}

.card-item.news .details {
  flex-direction: column;
  gap: 0.938rem;
  display: flex;
}

.card-item.news .news-title {
  margin: calc(var(--spacing) * 0);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1.3;
  --tw-font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}

.card-item.news .news-title a {
  font-family: inherit;
  color: var(--color-white) !important;
  text-decoration-line: none !important;
}

.card-item.news .wysiwyg {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1.4;
  --tw-font-weight: var(--font-weight-normal);
  line-height: 1.4;
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
}
.card-item.news .wysiwyg p{
	font: inherit;
	color: inherit;
}

.card-item.news .meta {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
  flex-wrap: wrap;
  align-items: center;
  gap: 0.938rem;
  list-style-type: none;
  display: flex;
}

.card-item.news .meta li {
  align-items: center;
  gap: 0.313rem;
  display: flex;
}

.card-item.news .meta li svg {
  flex-shrink: 0;
}

.card-item.news .meta li .text {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-normal);
  line-height: 1;
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  text-transform: uppercase;
}

.card-item.betting {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: calc(var(--spacing) * 2.5);
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.card-item.betting:last-child {
  border-bottom: 0 none;
}
.card-item.betting .image-wrap {
  border-radius: 3px;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
}

.card-item.betting .details {
  align-items: center;
  gap: 0.5rem;
  display: flex;
}

.card-item.betting .details .inner {
  flex-direction: column;
  gap: 0.313rem;
  display: flex;
}

.card-item.betting .details .inner .site {
  margin: calc(var(--spacing) * 0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-semibold);
  line-height: 1;
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}

.card-item.betting .details .inner .site a {
  font-family: inherit;
  color: var(--color-primary) !important;
  text-decoration-line: underline !important;
}

.card-item.betting .details .inner .text {
  margin: calc(var(--spacing) * 0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1.4;
  --tw-font-weight: var(--font-weight-normal);
  line-height: 1.4;
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
}

.card-item.betting .btn-wrap {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .card-item.news {
    align-items: flex-start;
  }
  .card-item.news .image-wrap {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.delinquent-mma-block .btn-block {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  font-family: var(--font-sans);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-normal);
  line-height: 1;
  font-weight: var(--font-weight-normal);
  color: #001631;
  transition-property: all;
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function)
  );
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.3s;
  --tw-ease: linear;
  border-radius: 0.938rem;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  display: inline-block;
  text-decoration: none !important;
}

.delinquent-mma-block .btn-block.primary {
  color: #001631;
  background: linear-gradient(75deg, #1b9181 0%, #61c8bf 35%, #a7fffc 98% 100%)
    no-repeat padding-box padding-box;
}

@media (hover: hover) {
  .delinquent-mma-block .btn-block.primary:hover {
    color: var(--color-white);
  }
}

.delinquent-mma-block .btn-block.primary:hover {
  background: linear-gradient(75deg, #a7fffc 0%, #61c8bf 35%, #1b9181 98% 100%)
    no-repeat padding-box padding-box;
}

.delinquent-mma-block .btn-link {
  font-family: var(--font-sans);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-medium);
  line-height: 1;
  font-weight: var(--font-weight-medium);
  color: var(--color-secondary);
  transition-property: all;
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function)
  );
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.3s;
  --tw-ease: linear;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  display: inline-block;
  text-decoration: none;
}

@media (hover: hover) {
  .delinquent-mma-block .btn-link:hover {
    color: #545454;
  }
}

.delinquent-mma-block .btn-arrow {
  justify-content: center;
  align-items: center;
  width: 2.063rem;
  display: inline-flex;
}

.delinquent-mma-block .btn-arrow svg {
  fill: #41ac9b;
}

.delinquent-mma-block .btn-arrow:hover svg {
  fill: #545454;
}

.delinquent-mma-block .btn-bet {
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 2);
  text-align: center;
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 1;
  --tw-font-weight: var(--font-weight-medium);
  line-height: 1;
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function)
  );
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.3s;
  --tw-ease: linear;
  border-radius: 0.375rem;
  padding-block: 0.563rem;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  display: inline-block;
  text-decoration: none !important;
}

@media (hover: hover) {
  .delinquent-mma-block .btn-bet:hover {
    color: var(--color-white);
  }
}
