.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

.btn-box {
  margin: 1.25rem 0;
  text-align: center;
}

.btn-box .btn,
.contact-form .btn,
.subscribe-box .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: #ff7728;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 18px;
  text-decoration: none;
}

.btn-box .btn:hover,
.contact-form .btn:hover,
.subscribe-box .btn:hover {
  background: #e5691f;
  color: #fff;
  text-decoration: none;
}

.btn-box .btn-size-small {
  min-height: 36px;
  padding: 8px 14px;
  font-size: 14px;
}

.btn-box .btn-size-big {
  min-height: 52px;
  padding: 15px 24px;
  font-size: 18px;
}

.pseudo-link,
.js-link {
  color: #1976d2;
  cursor: pointer;
  text-decoration: underline;
}

.spoiler-box {
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  margin: 1.25rem 0;
  overflow: hidden;
}

.spoiler-box__title {
  width: 100%;
  border: 0;
  background: #f6f8fa;
  color: #171f32;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
}

.spoiler-box__title.active {
  background: #edf2f7;
}

.spoiler-box__body {
  padding: 16px;
}

.social-links {
  margin: 1rem 0;
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-button {
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  color: #171f32;
  font-size: 13px;
  line-height: 1;
  padding: 8px 12px;
  text-decoration: none;
}

.social-button:hover {
  background: #f6f8fa;
  color: #171f32;
  text-decoration: none;
}

.subscribe-box {
  background: #f6f8fa;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  margin: 1.5rem 0;
  padding: 20px;
}

.subscribe-box__header {
  color: #171f32;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

.subscribe-box__form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.subscribe-box__form input,
.contact-form input,
.contact-form textarea {
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  color: #171f32;
  font: inherit;
  padding: 11px 12px;
  width: 100%;
}

.contact-form {
  margin: 1.5rem 0;
}

.contact-form__field {
  margin-bottom: 12px;
}

.contact-form textarea {
  min-height: 140px;
}

.contact-form__success {
  background: #def9e5;
  border-radius: 8px;
  color: #19692c;
  margin-bottom: 12px;
  padding: 12px 14px;
}

.contact-form__errors {
  background: #ffe3db;
  border-radius: 8px;
  color: #8a2718;
  margin: 0 0 12px;
  padding: 12px 14px 12px 32px;
}

.sop-hp-field {
  left: -9999px;
  position: absolute;
}

.sitemap-list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.sitemap-list li {
  margin: 6px 0;
}

.sitemap-list__block {
  margin-bottom: 18px;
}

.table-of-contents {
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  margin: 1.5rem 0;
  overflow: hidden;
}

.table-of-contents__header {
  background: #f6f8fa;
}

.table-of-contents__hide {
  width: 100%;
  border: 0;
  background: transparent;
  color: #171f32;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
}

.table-of-contents__list {
  margin: 0;
  padding: 14px 18px 16px 38px;
}

.table-of-contents__list li {
  margin: 5px 0;
}

.table-of-contents__list .level-2 {
  margin-left: 16px;
}

.table-of-contents__list .level-3,
.table-of-contents__list .level-4 {
  margin-left: 32px;
}

.sc-tablelist {
  border-radius: 8px;
  box-shadow: 0 9px 21px rgba(179, 179, 179, .2);
  margin-bottom: 50px;
  padding: 10px;
}

.sc-tablelist-head {
  border-bottom: 4px solid #666;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.sc-tablelist-head .sc-tablelist-row {
  padding: 0;
}

.sc-tablelist-row {
  align-items: center;
  display: flex;
  padding: 20px 0;
  position: relative;
}

.sc-tablelist-content .sc-tablelist-row {
  border-bottom: 2px solid #666;
}

.sc-tablelist-row .col {
  box-sizing: border-box;
  padding: 0 10px;
}

.sc-tablelist-row .col-2,
.sc-tablelist-row .col-3,
.sc-tablelist-row .col-4,
.sc-tablelist-row .col-5,
.sc-tablelist-row .col-6 {
  flex: 1 1 20%;
  min-width: 0;
}

.part-review-thumb {
  border-radius: 8px;
  height: 0;
  overflow: hidden;
  padding: 0 0 55%;
  position: relative;
}

.part-review-thumb a,
.part-review-thumb img {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.part-review-thumb img {
  object-fit: contain;
}

.part-pros-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.part-pros-list li {
  color: #ff7728;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

.part-bonus {
  font-weight: 600;
}

.part-rating {
  color: #f4c542;
  display: flex;
  gap: 2px;
  justify-content: center;
}

.part-rating svg {
  fill: currentColor;
}

.link-icon {
  color: #197419;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.sc-tablelist .recommended-casino__cta-button {
  align-items: center;
  background: linear-gradient(to bottom, #ffde03 0, #ffc107 100%);
  border-radius: 5px;
  color: #333;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  min-height: 54px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.sc-grid {
  --slot-card-bg: #fff;
  --slot-text: #171f32;
  --slot-muted: #5b6b7c;
  --slot-border: #e7eef5;
  --accent-yellow: #fcc95e;
  --cta: #feaa49;
  --cta-hover: #ffb360;
  --cta-active: #e8922c;
  --cta-focus: #ffe3bf;
  --cta2-text: #2e3642;
  --cta2-border: #e7eef5;
  --cta2-hover-bg: #f7fafc;
  --cta2-active: #c9d6e3;
  --cta2-focus: #dde9f8;
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sc-grid .sc-card {
  display: flex;
}

.sc-grid .sc-card.is-hidden {
  display: none;
}

.sc-grid .sc-card .sc-item {
  display: flex;
  width: 100%;
}

.sc-grid .sc-card .sc-item .toplist-card {
  background: var(--slot-card-bg);
  border: 1px solid var(--slot-border);
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(23, 31, 50, .06);
  color: var(--slot-text);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.sc-grid .toplist-card-head {
  padding: 0;
  position: relative;
}

.sc-grid .fallback-logo-postcard {
  align-items: center;
  aspect-ratio: 300 / 160;
  background: var(--cta2-hover-bg);
  border: 1px solid var(--slot-border);
  color: var(--slot-muted);
  display: flex;
  font-size: 12px;
  justify-content: center;
  min-height: auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.sc-grid .fallback-logo-postcard > *,
.sc-grid .fallback-logo-postcard img {
  display: block;
  height: 100%;
  width: 100%;
}

.sc-grid .fallback-logo-postcard img {
  object-fit: cover;
}

.sc-grid .sc-rating {
  align-items: center;
  background: #fff;
  border: 2px solid var(--accent-yellow);
  border-radius: 999px;
  color: var(--slot-text);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 26px;
  z-index: 2;
}

.sc-grid .sc-rating .gauge {
  display: none;
}

.sc-grid .toplist-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 10px 12px;
}

.sc-grid .sc-meta {
  border-bottom: 1px solid var(--slot-border);
  border-top: 1px solid var(--slot-border);
  padding: 8px 0;
}

.sc-grid .sc-meta-row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.sc-grid .slot-data-title {
  color: var(--slot-muted);
  font-size: 11px;
  font-weight: 600;
}

.sc-grid .txt-x-medium {
  color: var(--slot-text);
  font-size: 14px;
  font-weight: 800;
}

.sc-grid .text-start {
  text-align: left;
}

.sc-grid .text-center {
  text-align: center;
}

.sc-grid .text-end {
  text-align: right;
}

.sc-grid .sc-btn {
  align-items: center;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  overflow: hidden;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  transition: .15s;
  white-space: normal;
  width: 100%;
  word-break: break-word;
}

.sc-grid .sc-btn + .sc-btn {
  margin-top: 8px;
}

.sc-grid .sc-btn-primary {
  background: var(--cta);
  border: 0;
  color: #fff;
}

.sc-grid .sc-btn-primary:hover {
  background: var(--cta-hover);
  color: #fff;
}

.sc-grid .sc-btn-primary:active {
  background: var(--cta-active);
}

.sc-grid .sc-btn-primary:focus-visible {
  box-shadow: 0 0 0 3px var(--cta-focus);
  outline: 0;
}

.sc-grid .sc-btn-secondary {
  background: transparent;
  border: 1px solid var(--cta2-border);
  color: var(--cta2-text);
  padding: 12px 14px;
}

.sc-grid .sc-btn-secondary:hover {
  background: var(--cta2-hover-bg);
}

.sc-grid .sc-btn-secondary:active {
  border-color: var(--cta2-active);
}

.sc-grid .sc-btn-secondary:focus-visible {
  box-shadow: 0 0 0 3px var(--cta2-focus);
  outline: 0;
}

.sc-grid .disclaimer-container {
  margin-top: auto;
  max-height: 50px;
  overflow: auto;
  padding-right: 12px;
  scrollbar-color: var(--accent-yellow) var(--cta2-hover-bg);
  scrollbar-width: thin;
}

.sc-grid span.disclaimer.fs-xs.d-block {
  color: var(--slot-muted);
  display: block;
  font-size: 11px;
  line-height: 1.35;
}

.sc-grid span.disclaimer.fs-xs.d-block p {
  margin: 0;
  text-align: center;
}

.sc-grid span.disclaimer.fs-xs.d-block a {
  color: var(--slot-text);
  text-decoration: underline;
}

.sc-grid .sc-loadmore {
  background: transparent;
  border: 1px solid var(--cta2-border);
  border-radius: 12px;
  color: var(--cta2-text);
  cursor: pointer;
  grid-column: 1 / -1;
  margin: 4px auto 0;
  padding: 10px 16px;
  transition: .15s;
}

.sc-grid .sc-loadmore:hover {
  background: var(--cta2-hover-bg);
}

.sc-grid .sc-loadmore:active {
  border-color: var(--cta2-active);
}

.sc-grid .sc-loadmore:focus-visible {
  box-shadow: 0 0 0 3px var(--cta2-focus);
  outline: 0;
}

@media (max-width: 1024px) {
  .sc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .sc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .subscribe-box__form {
    grid-template-columns: 1fr;
  }

  .sc-tablelist-head {
    display: none;
  }

  .sc-tablelist-row {
    flex-direction: column;
  }

  .sc-tablelist-row .col-2,
  .sc-tablelist-row .col-3,
  .sc-tablelist-row .col-4,
  .sc-tablelist-row .col-5,
  .sc-tablelist-row .col-6 {
    flex-basis: 100%;
    margin-bottom: 20px;
    min-width: 100%;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .sc-grid {
    grid-template-columns: 1fr;
  }
}

/* YOOtheme layout bridge for the Reboot visual baseline. */
body.wp-child-theme-yootheme-child {
  color: #444;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-container,
body.wp-child-theme-yootheme-child .tm-header-mobile .uk-navbar-container {
  background: #24232b;
}

body.wp-child-theme-yootheme-child .tm-header .uk-container {
  max-width: 1090px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar {
  min-height: 90px;
  position: relative;
}

body.wp-child-theme-yootheme-child .tm-header .uk-logo img {
  height: auto;
  max-width: 143px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-nav > li > a {
  color: #fff;
  display: flex;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  min-height: 90px;
  padding: 0 6px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-nav > li > a:hover,
body.wp-child-theme-yootheme-child .tm-header .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-nav > li.uk-parent > a::after {
  border-bottom: 1px solid rgba(255, 255, 255, .72);
  border-right: 1px solid rgba(255, 255, 255, .72);
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 5px;
  margin-left: 7px;
  margin-top: -4px;
  transform: rotate(45deg);
  width: 5px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-right {
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  padding-right: 58px;
  position: static;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-right::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='7.5' stroke='white' stroke-width='2.4'/%3E%3Cpath d='M16 16L22 22' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  content: "";
  display: block;
  height: 24px;
  opacity: .95;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-right:empty::after {
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  position: relative;
  width: 14px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-right:empty::before {
  background: rgba(255, 255, 255, .82);
  content: "";
  display: block;
  height: 7px;
  margin-left: 15px;
  margin-top: 17px;
  position: absolute;
  transform: rotate(-45deg);
  width: 2px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown {
  background: #fff;
  border: 1px solid rgba(36, 35, 43, .08);
  border-radius: 4px;
  box-shadow: 0 2px 45px rgba(178, 165, 105, .25);
  color: #24232b;
  max-height: calc(100vh - 110px);
  max-width: calc(100vw - 32px);
  min-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  width: 340px;
  z-index: 1020;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown > div {
  min-width: 0;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav,
body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li {
  margin: 0;
  position: relative;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav a {
  align-items: center;
  border-radius: 4px;
  color: #24232b;
  display: flex;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  min-height: 34px;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li:hover > a,
body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li:focus-within > a,
body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav a:focus,
body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav a:hover {
  background: #f2f5f9;
  color: #4d3bfe;
  outline: none;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li.menu-item-has-children > a::after {
  color: #4d3bfe;
  content: "\203A";
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin-left: 20px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li > ul {
  border: 0;
  border-left: 2px solid rgba(77, 59, 254, .25);
  border-radius: 0;
  box-shadow: none;
  display: none;
  margin: 2px 0 6px 12px;
  max-height: none;
  min-width: 0;
  overflow: visible;
  padding: 3px 0 3px 8px;
  position: static;
  width: auto;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li:hover > ul,
body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li:focus-within > ul {
  display: block;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li > ul li > ul {
  margin-left: 8px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li > ul li.menu-item-has-children > a::after {
  content: "\203A";
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li:hover > a::after,
body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li:focus-within > a::after {
  transform: rotate(90deg);
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li > ul a {
  font-size: 12px;
  font-weight: 700;
  min-height: 32px;
  padding: 8px 11px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li > ul::-webkit-scrollbar {
  width: 8px;
}

body.wp-child-theme-yootheme-child .tm-header .uk-navbar-dropdown .uk-navbar-dropdown-nav li > ul::-webkit-scrollbar-thumb {
  background: rgba(77, 59, 254, .32);
  border-radius: 8px;
}

body.wp-child-theme-yootheme-child #tm-main .uk-breadcrumb {
  align-items: center;
  column-gap: 0;
  margin: 0;
  row-gap: 7px;
}

body.wp-child-theme-yootheme-child #tm-main .uk-breadcrumb > * > * {
  color: #6f6d78;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

body.wp-child-theme-yootheme-child #tm-main .uk-breadcrumb > * > a:hover,
body.wp-child-theme-yootheme-child #tm-main .uk-breadcrumb > * > a:focus {
  color: #4d3bfe;
}

body.wp-child-theme-yootheme-child #tm-main .uk-breadcrumb > :last-child > span {
  color: #24232b;
}

body.wp-child-theme-yootheme-child #tm-main nav:has(> .uk-breadcrumb) {
  margin-bottom: 24px !important;
}

body.wp-child-theme-yootheme-child.single #tm-main .uk-article-meta {
  display: none !important;
}

body.wp-child-theme-yootheme-child.home #tm-main {
  padding-bottom: 40px !important;
  padding-top: 12px !important;
}

body.wp-child-theme-yootheme-child.home #tm-main > .uk-container {
  max-width: 1190px;
  padding-left: 0;
  padding-right: 0;
}

body.wp-child-theme-yootheme-child.home #tm-main .uk-grid {
  margin-left: 0;
}

body.wp-child-theme-yootheme-child.home #tm-main .uk-grid > * {
  padding-left: 0;
}

body.wp-child-theme-yootheme-child.home #tm-sidebar {
  display: none !important;
}

body.wp-child-theme-yootheme-child.home #tm-main .uk-width-expand\@m {
  flex-basis: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.wp-child-theme-yootheme-child .uk-article {
  color: #444;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body.wp-child-theme-yootheme-child .uk-article-title {
  color: #444 !important;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  margin: 0 0 38px !important;
}

body.wp-child-theme-yootheme-child.home .uk-article::before {
  color: #666;
  content: "STRONA G\0141\00D3WNA";
  display: block;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}

body.wp-child-theme-yootheme-child.home [data-uta-sc-heder-baner-n] {
  display: block;
  margin: 0 0 30px;
}

body.wp-child-theme-yootheme-child.home .uta-hero {
  border-radius: 15px;
  min-height: 225px;
  padding: 32px;
}

body.wp-child-theme-yootheme-child .uk-article .uk-margin-medium {
  margin-top: 0 !important;
}

body.wp-child-theme-yootheme-child .uk-article blockquote.wp-block-quote.is-style-default {
  background: #f4f6f9 !important;
  border: 0 !important;
  color: #444;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 33px !important;
  padding: 30px 20px !important;
}

body.wp-child-theme-yootheme-child .uk-article blockquote.wp-block-quote.is-style-default::before,
body.wp-child-theme-yootheme-child .uk-article blockquote.wp-block-quote.is-style-default::after {
  content: none !important;
}

body.wp-child-theme-yootheme-child .uk-article blockquote.wp-block-quote.is-style-default p {
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  margin: 0 !important;
}

body.wp-child-theme-yootheme-child .sc-tablelist {
  margin-top: 0;
}

body.wp-child-theme-yootheme-child .sc-tablelist .d-md-none,
body.wp-child-theme-yootheme-child .sc-tablelist .d-lg-none {
  display: block !important;
}

body.wp-child-theme-yootheme-child .sc-tablelist-head.d-md-none {
  display: block !important;
}

body.wp-child-theme-yootheme-child .win-slots-wrap {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 20px 15px 15px;
}

body.wp-child-theme-yootheme-child .win-slots-wrap .h2 {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 5px;
}

body.wp-child-theme-yootheme-child .win-slots-description {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}

body.wp-child-theme-yootheme-child .win-slots-list {
  display: flex;
  justify-content: space-between;
}

body.wp-child-theme-yootheme-child .win-slots-big {
  flex-basis: calc(30% - 9px);
}

body.wp-child-theme-yootheme-child .win-slots-big .win-slots-item {
  flex-basis: calc(30% - 9px);
  min-height: 415px;
}

body.wp-child-theme-yootheme-child .win-slots-big .win-slots-image img {
  height: 240px;
  width: 100%;
}

body.wp-child-theme-yootheme-child .win-slots-big .win-slots-info {
  padding: 15px;
}

body.wp-child-theme-yootheme-child .win-slots-big .win-slots-jackpot {
  font-size: 30px;
  line-height: 35px;
}

body.wp-child-theme-yootheme-child .win-slots-big .win-slots-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

body.wp-child-theme-yootheme-child .win-slots-big .play-at {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 15px;
  margin-bottom: 15px;
}

body.wp-child-theme-yootheme-child .win-slots-big .play-at::before {
  background: url("../images/ic-play.svg") no-repeat center / 20px 20px;
  content: "";
  flex: 0 0 20px;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}

body.wp-child-theme-yootheme-child .win-slots-big .win-slots-item .button {
  padding: 8px;
  width: calc(100% - 22px);
}

body.wp-child-theme-yootheme-child .win-slots-big .button-free-game {
  color: #ff7728;
  display: block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: capitalize;
}

body.wp-child-theme-yootheme-child .win-slots-big .button-free-game:hover {
  color: #ff7728;
}

body.wp-child-theme-yootheme-child .win-slots-small {
  display: flex;
  flex-basis: calc(70% - 9px);
  flex-wrap: wrap;
  justify-content: space-between;
}

body.wp-child-theme-yootheme-child .win-slots-item {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  flex-basis: calc(25% - 9px);
  margin-top: 10px;
}

body.wp-child-theme-yootheme-child .win-slots-image {
  max-height: 100%;
  max-width: 100%;
}

body.wp-child-theme-yootheme-child .win-slots-image img {
  display: block;
  height: 115px;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

body.wp-child-theme-yootheme-child .win-slots-info {
  padding: 15px 15px 10px;
  text-align: center;
}

body.wp-child-theme-yootheme-child .win-slots-jackpot {
  color: #ffbf00;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}

body.wp-child-theme-yootheme-child .win-slots-label {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}

body.wp-child-theme-yootheme-child .win-slots-item .button {
  appearance: none;
  background: linear-gradient(to bottom, #ffde03 0, #ffc107 100%);
  border: 0;
  border-radius: 20px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ff7728;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  max-width: 105px;
  padding: 2.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

body.wp-child-theme-yootheme-child .win-slots-wrap .button:hover {
  color: #ff7728;
  opacity: .7;
  text-decoration: none;
}

body.wp-child-theme-yootheme-child .win-slots-wrap .button,
body.wp-child-theme-yootheme-child .win-slots-wrap a,
body.wp-child-theme-yootheme-child .win-slots-wrap button {
  cursor: pointer;
}

body.wp-child-theme-yootheme-child .win-slots-big .play-at button {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #b8b8cc;
  font-size: 12px;
  line-height: 15px;
  margin-left: 3px;
  outline: 0;
  padding: 0;
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.wp-child-theme-yootheme-child .win-slots-small .win-slots-item {
    display: none;
  }

  body.wp-child-theme-yootheme-child .win-slots-small .win-slots-item:nth-of-type(1),
  body.wp-child-theme-yootheme-child .win-slots-small .win-slots-item:nth-of-type(2),
  body.wp-child-theme-yootheme-child .win-slots-small .win-slots-item:nth-of-type(3),
  body.wp-child-theme-yootheme-child .win-slots-small .win-slots-item:nth-of-type(4) {
    display: block;
    flex-basis: calc(50% - 9px);
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  body.wp-child-theme-yootheme-child .win-slots-big {
    flex-basis: calc(50% - 39px);
  }

  body.wp-child-theme-yootheme-child .win-slots-small {
    flex-basis: calc(55% - 18px);
  }
}

@media (max-width: 991px) {
  body.wp-child-theme-yootheme-child .win-slots-small .win-slots-item:nth-of-type(n+5) {
    display: none;
  }

  body.wp-child-theme-yootheme-child .win-slots-small .win-slots-item {
    flex-basis: calc(50% - 9px);
  }
}

@media (max-width: 767px) {
  body.wp-child-theme-yootheme-child .win-slots-list {
    flex-direction: column;
  }
}

body.wp-child-theme-yootheme-child .stickyFooter {
  align-items: center;
  background: #24232b;
  border-top: 3px solid #f2a400;
  bottom: 0;
  color: #fff;
  display: flex;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  left: 0;
  min-height: 141px;
  position: fixed;
  right: 0;
  z-index: 9998;
}

body.wp-child-theme-yootheme-child .stickyFooterCont {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 15px;
  width: 100%;
}

body.wp-child-theme-yootheme-child .stickyFooter .banner,
body.wp-child-theme-yootheme-child .stickyFooterBanner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 92px 370px minmax(280px, 1fr) 252px;
  min-height: 138px;
}

body.wp-child-theme-yootheme-child .stickyFooterCup img {
  display: block;
  height: 74px;
  width: 74px;
}

body.wp-child-theme-yootheme-child .stickyFooterInfo {
  align-items: center;
  display: flex;
  gap: 28px;
}

body.wp-child-theme-yootheme-child .stickyFooterLogo {
  display: block;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  width: 96px;
}

body.wp-child-theme-yootheme-child .stickyFooterTitle {
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  max-width: 190px;
  text-transform: uppercase;
}

body.wp-child-theme-yootheme-child .stickyFooterRate {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

body.wp-child-theme-yootheme-child .stickyFooterRateStars {
  display: flex;
  gap: 2px;
}

body.wp-child-theme-yootheme-child .stickyFooterRateStars img {
  display: block;
  height: 17px;
  width: 18px;
}

body.wp-child-theme-yootheme-child .stickyFooter .ratevalue {
  color: #c84646;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

body.wp-child-theme-yootheme-child .stickyFooterBonus {
  text-align: center;
}

body.wp-child-theme-yootheme-child .stickyFooterBonusName {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
}

body.wp-child-theme-yootheme-child .stickyFooterBonusType {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px;
  text-transform: uppercase;
}

body.wp-child-theme-yootheme-child .stickyFooterLink {
  justify-self: end;
  width: 238px;
}

body.wp-child-theme-yootheme-child .stickyFooterButton {
  align-items: center;
  background: #ffcf08;
  border: 0;
  border-radius: 10px;
  color: #202230;
  display: inline-flex;
  font-size: 24px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 49px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

body.wp-child-theme-yootheme-child .stickyFooterButton:hover {
  background: #ffd72e;
  color: #202230;
  text-decoration: none;
}

body.wp-child-theme-yootheme-child .stickyFooterClose {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 35px;
  top: -16px;
  width: 30px;
}

body.wp-child-theme-yootheme-child .stickyFooterClose svg {
  display: block;
}

body.wp-child-theme-yootheme-child .scrolltop {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 4px;
  bottom: calc(24px + var(--sop-sticky-footer-offset, 0px));
  box-shadow: 0 3px 30px -5px rgba(0, 0, 0, .3);
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  outline: 0;
  pointer-events: none;
  position: fixed;
  right: 16px;
  transform: translateY(10px) translateZ(0);
  transition: bottom .2s ease, opacity .3s ease, transform .3s ease;
  visibility: hidden;
  width: 60px;
  z-index: 10000;
}

body.wp-child-theme-yootheme-child .scrolltop::before {
  color: #4d3bfe;
  content: "︿";
  font-family: wpshop-core, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-top: -2px;
}

body.wp-child-theme-yootheme-child .scrolltop.is-visible {
  opacity: .68;
  pointer-events: auto;
  transform: translateY(0) translateZ(0);
  visibility: visible;
}

body.wp-child-theme-yootheme-child .scrolltop:focus {
  outline: 0;
}

body.wp-child-theme-yootheme-child .scrolltop:hover {
  opacity: 1;
  transform: translateY(-3px) translateZ(0);
}

#cookie-notice,
#cookie-notice * {
  box-sizing: border-box;
}

#cookie-notice {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  left: 0;
  letter-spacing: 0;
  line-height: 20px;
  min-width: 100%;
  position: fixed;
  text-align: center;
  z-index: 100000;
}

#cookie-notice.cn-position-top {
  top: 0;
}

#cookie-notice.cn-position-bottom {
  bottom: 0;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none;
}

#cookie-notice.cookie-notice-visible .cookie-notice-container {
  display: block;
}

#cookie-notice .cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

#cookie-notice .cn-text-container,
#cookie-notice .cn-buttons-container {
  display: inline-block;
}

#cookie-notice .cn-text-container {
  margin: 0 0 6px;
}

#cookie-notice .cn-button {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  letter-spacing: .25px;
  line-height: 1;
  margin: 0 0 0 10px;
  outline: 0;
  padding: 8.5px 10px;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  touch-action: manipulation;
  white-space: nowrap;
}

#cookie-notice .cn-close-icon {
  cursor: pointer;
  height: 15px;
  margin-top: -10px;
  opacity: .5;
  outline: 0;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 15px;
}

#cookie-notice .cn-close-icon:hover {
  opacity: 1;
}

#cookie-notice .cn-close-icon::before,
#cookie-notice .cn-close-icon::after {
  background-color: grey;
  content: "";
  height: 15px;
  position: absolute;
  top: 3px;
  width: 2px;
}

#cookie-notice .cn-close-icon::before {
  transform: rotate(45deg);
}

#cookie-notice .cn-close-icon::after {
  transform: rotate(-45deg);
}

body.wp-child-theme-yootheme-child .wp-block-post-author {
  display: none;
}

body.wp-child-theme-yootheme-child .author {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
  display: flex;
  flex-direction: row;
  margin: 10px auto;
  padding: 10px;
  width: 100%;
}

body.wp-child-theme-yootheme-child .author div.photo {
  height: auto;
  padding-right: 10px;
  width: 200px;
}

body.wp-child-theme-yootheme-child .author div.photo img {
  border-radius: 100px;
  height: 200px;
  width: 200px;
}

body.wp-child-theme-yootheme-child .author div.author__info {
  width: calc(100% - 210px);
}

body.wp-child-theme-yootheme-child .author div.author__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

body.wp-child-theme-yootheme-child .author div.author__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

body.wp-child-theme-yootheme-child .author div.author__bottom * {
  margin: auto 0;
}

body.wp-child-theme-yootheme-child .author div.author__logo img {
  height: auto;
  width: 150px;
}

body.wp-child-theme-yootheme-child .author .to-site {
  align-items: center;
  background: #ff6900;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  line-height: normal;
  margin: 0;
  padding: 0 5px;
  text-decoration: none;
  text-transform: none;
  width: 150px;
}

body.wp-child-theme-yootheme-child .tm-bottom {
  display: none;
}

body.wp-child-theme-yootheme-child > .tm-page > footer {
  background: #26252d;
  color: #fff;
  font-size: .9em;
}

body.wp-child-theme-yootheme-child > .tm-page > footer > [id^="footer"] {
  background: #26252d !important;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
}

body.wp-child-theme-yootheme-child > .tm-page > footer > [id^="footer"] > .uk-container {
  max-width: 1190px;
  padding-left: 20px;
  padding-right: 20px;
}

body.wp-child-theme-yootheme-child > .tm-page > footer .uk-panel,
body.wp-child-theme-yootheme-child > .tm-page > footer p,
body.wp-child-theme-yootheme-child > .tm-page > footer span,
body.wp-child-theme-yootheme-child > .tm-page > footer strong {
  color: #fff;
}

body.wp-child-theme-yootheme-child > .tm-page > footer p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

body.wp-child-theme-yootheme-child > .tm-page > footer a,
body.wp-child-theme-yootheme-child > .tm-page > footer .uk-nav-default > li > a,
body.wp-child-theme-yootheme-child > .tm-page > footer .el-link {
  color: #fff;
  letter-spacing: 0;
  min-height: 0;
  padding: 0 0 10px;
  text-decoration: none;
  text-transform: none;
}

body.wp-child-theme-yootheme-child > .tm-page > footer a:hover,
body.wp-child-theme-yootheme-child > .tm-page > footer .uk-nav-default > li > a:hover,
body.wp-child-theme-yootheme-child > .tm-page > footer .el-link:hover {
  color: #fff;
  opacity: .85;
  text-decoration: none;
}

body.wp-child-theme-yootheme-child > .tm-page > footer .uk-nav {
  margin: 0;
}

body.wp-child-theme-yootheme-child > .tm-page > footer .uk-nav > li {
  margin: 0;
}

body.wp-child-theme-yootheme-child > .tm-page > footer .uk-grid-margin {
  margin-top: 0;
}

body.wp-child-theme-yootheme-child > .tm-page > footer [class*="uk-width-1-4@m"] > .uk-panel,
body.wp-child-theme-yootheme-child > .tm-page > footer [class*="uk-width-1-4@m"] > div {
  margin-bottom: 20px;
}

body.wp-child-theme-yootheme-child > .tm-page > footer .footer-widget {
  margin-bottom: 20px;
}

body.wp-child-theme-yootheme-child > .tm-page > footer .footer-widget .widget {
  margin: 1rem 0;
}

body.wp-child-theme-yootheme-child > .tm-page > footer figure,
body.wp-child-theme-yootheme-child > .tm-page > footer .wp-block-image {
  margin: 0 0 16px;
}

body.wp-child-theme-yootheme-child > .tm-page > footer .wp-block-image img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

body.wp-child-theme-yootheme-child > .tm-page > footer hr {
  border-top-color: rgba(255, 255, 255, .2);
  margin: 20px 0;
}

body.wp-child-theme-yootheme-child > .tm-page > footer hr + .uk-panel {
  margin-bottom: 0;
}

body.wp-child-theme-yootheme-child > .tm-page > footer hr + .uk-panel p {
  margin: 0;
}

@media (max-width: 1230px) {
  body.wp-child-theme-yootheme-child.home #tm-main > .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.wp-child-theme-yootheme-child .stickyFooterCont {
    max-width: 1120px;
  }

  body.wp-child-theme-yootheme-child .stickyFooter .banner,
  body.wp-child-theme-yootheme-child .stickyFooterBanner {
    gap: 24px;
    grid-template-columns: 82px 320px minmax(250px, 1fr) 240px;
  }
}

@media (min-width: 768px) {
  body.wp-child-theme-yootheme-child > .tm-page > footer > [id^="footer"] > .uk-container {
    padding-left: 45px;
    padding-right: 45px;
  }

  body.wp-child-theme-yootheme-child > .tm-page > footer [class*="uk-width-1-4@m"] {
    padding-left: 40px;
  }
}

@media (max-width: 959px) {
  body.wp-child-theme-yootheme-child .tm-header-mobile .uk-navbar {
    min-height: 76px;
  }

  body.wp-child-theme-yootheme-child .tm-header-mobile .uk-logo img {
    max-width: 128px;
  }

  body.wp-child-theme-yootheme-child #tm-dialog-mobile .uk-offcanvas-bar {
    max-width: 92vw;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 380px;
  }

  body.wp-child-theme-yootheme-child #tm-dialog-mobile .uk-nav,
  body.wp-child-theme-yootheme-child #tm-dialog-mobile .uk-nav li,
  body.wp-child-theme-yootheme-child #tm-dialog-mobile .uk-nav ul {
    max-width: 100%;
    min-width: 0;
  }

  body.wp-child-theme-yootheme-child #tm-dialog-mobile .uk-nav a {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .uk-nav-sub li {
    position: relative;
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .uk-nav-sub a {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    line-height: 1.3;
    max-width: 100%;
    min-height: 30px;
    padding: 6px 10px;
    padding-right: 42px;
    white-space: normal;
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .uk-nav-sub li.menu-item-has-children > a::after {
    content: none;
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .sop-submenu-toggle {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 0;
    border-radius: 4px;
    color: #ffd200;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 32px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    transition: background-color .18s ease, transform .18s ease;
    width: 32px;
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .sop-submenu-toggle:hover,
  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .sop-submenu-toggle:focus-visible {
    background: rgba(255, 255, 255, .16);
    outline: 2px solid #ffd200;
    outline-offset: 1px;
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar li.sop-menu-open > .sop-submenu-toggle {
    transform: rotate(90deg);
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .uk-nav-sub li > ul {
    border-left: 2px solid rgba(255, 210, 0, .38);
    display: none;
    list-style: none;
    margin: 4px 0 8px 10px;
    max-width: calc(100% - 10px);
    overflow: hidden;
    padding: 3px 0 3px 10px;
  }

  body.wp-child-theme-yootheme-child .uk-offcanvas-bar .uk-nav-sub li.sop-menu-open > ul {
    display: block;
  }

  body.wp-child-theme-yootheme-child .stickyFooter {
    display: none !important;
  }

  body.wp-child-theme-yootheme-child .scrolltop {
    bottom: 20px;
    height: 44px;
    right: 15px;
    width: 52px;
  }
}

@media (max-width: 767px) {
  body.wp-child-theme-yootheme-child {
    font-size: 16px;
  }

  body.wp-child-theme-yootheme-child.home #tm-main {
    padding-top: 10px !important;
  }

  body.wp-child-theme-yootheme-child.home #tm-main > .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.wp-child-theme-yootheme-child .uk-article-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 32px !important;
  }

  body.wp-child-theme-yootheme-child.home .uta-hero {
    min-height: 190px;
    padding: 22px;
  }

  body.wp-child-theme-yootheme-child .uk-article blockquote.wp-block-quote.is-style-default {
    margin-bottom: 38px !important;
    padding: 22px 18px !important;
  }

  body.wp-child-theme-yootheme-child .sc-tablelist-head.d-md-none,
  body.wp-child-theme-yootheme-child .sc-tablelist .d-md-none {
    display: none !important;
  }

  body.wp-child-theme-yootheme-child .author {
    flex-direction: column;
  }

  body.wp-child-theme-yootheme-child .author div.photo {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  body.wp-child-theme-yootheme-child .author div.photo img {
    height: auto;
    margin: 10px auto;
    width: 200px;
  }

  body.wp-child-theme-yootheme-child .author div.author__info {
    width: 100%;
  }

  body.wp-child-theme-yootheme-child .author div.author__bottom {
    flex-direction: column;
  }

  body.wp-child-theme-yootheme-child .author div.author__bottom * {
    margin: 10px auto;
  }

  body.wp-child-theme-yootheme-child > .tm-page > footer > [id^="footer"] {
    padding-bottom: 38px;
    padding-top: 38px;
  }

  body.wp-child-theme-yootheme-child > .tm-page > footer .uk-grid {
    margin-left: 0;
  }

  body.wp-child-theme-yootheme-child > .tm-page > footer .uk-grid > * {
    padding-left: 0;
  }

  body.wp-child-theme-yootheme-child > .tm-page > footer [class*="uk-width-1-4@m"] > .uk-panel,
  body.wp-child-theme-yootheme-child > .tm-page > footer [class*="uk-width-1-4@m"] > div {
    margin-bottom: 28px;
  }

  body.wp-child-theme-yootheme-child > .tm-page > footer .uk-nav-default > li > a,
  body.wp-child-theme-yootheme-child > .tm-page > footer .el-link {
    padding-bottom: 12px;
  }
}

@media (max-width: 900px) {
  #cookie-notice .cookie-notice-container #cn-notice-buttons,
  #cookie-notice .cookie-notice-container #cn-notice-text {
    display: block;
  }

  #cookie-notice .cn-button {
    margin: 0 5px 5px;
  }
}

@media (max-width: 480px) {
  #cookie-notice .cookie-notice-container {
    padding: 15px 25px;
  }
}
