@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class],
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class],
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}
button,
[role=button] {
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ── КНОПКИ ── */
.btn-green, .content--inner .wp-block-button a {
    background-image: linear-gradient(to top, #c9920a, #F2C115);
    color: #0d0d0d !important;
    font-weight: 600;
    line-height: 1.25;
    padding: 16px 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(242, 193, 21, 0.4);
}
.btn-dark, .content--inner .wp-block-button.is-style-outline a {
  display: inline-block;
  border: 2px solid #F2C115;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 20px;
  background: #1a1a1a;
  text-align: center;
}
/* ── УТИЛІТИ ── */
.bg-cover {
  background-size: cover;
  background-position: center;
}
.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-dots span {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: rgba(242, 193, 21, 0.5);
  display: block;
  filter: blur(24px);
  position: absolute;
}
.bg-dots span:nth-child(1) { left: 0; bottom: 0; }
.bg-dots span:nth-child(2) { top: -50%; left: 70%; }
.bg-dots span:nth-child(3) { top: -40%; left: 40%; }
.bg-dots span:nth-child(4) { bottom: -50%; right: 0; }
/* ── HEADER ── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 100;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #0d0d0d;
  padding: 0 15px;
  position: relative;
}
.header--logo {
  width: 190px;
  display: block;
}
.header--left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header--menu-open {
  display: block;
  background: transparent;
  width: 25px;
  height: 20px;
  position: relative;
}
.header--menu-open span, .header--menu-open:before, .header--menu-open:after {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}
.header--menu-open span { top: calc(50% - 1px); }
.header--menu-open:before { top: 0; }
.header--menu-open:after { bottom: 0; }
.header--menu-open.menu-active span { display: none; }
.header--menu-open.menu-active:before,
.header--menu-open.menu-active:after {
  top: calc(50% - 1px);
  bottom: auto;
  transform: rotate(45deg);
}
.header--menu-open.menu-active:after { transform: rotate(-45deg); }
.header--menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header--menu a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.header--right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header--link {
  color: #0d0d0d;
  background: linear-gradient(to right, #F2C115, #e8a800);
  padding: 30px 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.header--hide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #0d0d0d;
  padding: 40px 15px;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.header--hide.menu-active { transform: translateY(0); }
.header--hide-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header--menu-second ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header--menu-second a {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.header--socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.header--social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.header--social svg {
  width: 20px;
  height: auto;
  fill: #fff;
}
.header--hide-title {
  font-size: 12px;
  font-weight: 500;
  color: #F2C115;
  text-transform: uppercase;
  line-height: 112%;
  margin-bottom: 20px;
}
.header--hide-logos {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.header--hide-logos img { height: 28px; width: auto; }
@media (max-width: 1024px) {
  .header--left { gap: 15px; }
  .header--menu { display: none; }
  .header--right { gap: 15px; }
  .header--logo { width: 100px; }
  .header--row { padding-right: 0; }
  .header--hide {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }
  .header--hide-row { flex-direction: column; gap: 30px; }
  .header--link { padding: 30px 10px; }
}
/* ── FOOTER ── */
.footer {
  padding: 64px 0 30px;
  color: #fff;
  background: #0d0d0d;
}
.footer--row {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 15px;
}
.footer--logo-wrap {
  width: 180px;
  margin-bottom: 20px;
}
.footer--menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer--menu a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.footer--line {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 40px 0;
}
.footer--text { font-size: 14px; }
@media (max-width: 1024px) {
  .footer--left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer--row { grid-template-columns: 1fr; gap: 30px; }
  .footer--menu ul { flex-direction: column; align-items: center; }
  .footer--right { display: flex; justify-content: center; }
  .footer--copyright { text-align: center; }
}
/* ── HERO ── */
.hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1500 0%, #0d0d0d 100%);
}
.hero--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.hero--left { text-align: center; }
.hero--title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.25;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .hero--row { grid-template-columns: 1fr; }
}
.hero-image {
  border-radius: 20px;
  border: 2px solid #F2C115;
  box-shadow: 0 1px 20px 2px rgba(242, 193, 21, 0.6);
}
/* ── CTA LOGOS ── */
.cta-logos {
  display: grid;
  padding: 40px 70px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #1a1a1a;
  border-radius: 8px;
  margin: 30px 0;
}
.cta-logos--number {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #F2C115;
}
.cta-logos--title {
  font-size: 56px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.cta-logos--right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cta-logos--logo {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  padding: 15px;
  border-radius: 8px;
  filter: grayscale(1);
  position: relative;
  overflow: hidden;
}
.cta-logos--logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .cta-logos {
    padding: 40px 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cta-logos--number { font-size: 50px; }
  .cta-logos--title { font-size: 35px; }
  .cta-logos--right { grid-template-columns: repeat(2, 1fr); }
  .cta-logos--logo { height: 100px; padding: 15px; }
  .cta-logos--logo img {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* ── LEADERS ── */
.leaders {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.leaders--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 500px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  color: #fff !important;
}
.leaders--item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 10, 0, 0.75) 0%, rgba(13, 10, 0, 0.0) 100%);
  pointer-events: none;
}
.leaders--item img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.leaders--position {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.leaders--name {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .leaders { grid-template-columns: repeat(2, 1fr); }
}
/* ── CTA SMALL ── */
.cta-small {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 50px 70px;
  background: #1a1a1a;
  border-radius: 8px;
  margin: 30px 0;
  color: #e4e4e4;
}
.cta-small--right { text-align: right; }
@media (max-width: 1024px) {
  .cta-small {
    padding: 50px 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-small--right { text-align: inherit; }
}
.cta-small--title { color: #fff !important; }
/* ── TOC ── */
.toc {
  background: #1a1a1a;
  margin: 30px 0;
  border-radius: 10px;
  padding: 25px 15px;
}
.toc--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.toc--title {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}
@media (max-width: 1024px) {
  .toc--row { grid-template-columns: 1fr; }
}
/* ── CONTENT INNER ── */
.content--inner {
  background: #1a1a1a;
  padding: 50px 0;
  color: #aaaaaa;
}
.content--inner a { color: #F2C115; }
.content--inner h1, .content--inner h2, .content--inner h3 {
  color: #fff;
  font-weight: 700;
}
.content--inner h1 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.content--inner h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.content--inner p { margin-bottom: 20px; }
.content--inner ul {
  margin-bottom: 20px;
  color: #fff;
}
.content--inner ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.content--inner ul li:before {
  display: block;
  content: "";
  position: absolute;
  height: 23px;
  width: 23px;
  top: 1px;
  left: 0;
  background: url(//casino-betty.net/wp-content/themes/theme/dist/styles/../../images/list-check-1.svg);
  border-radius: 50%;
  -webkit-mask: url(/wp-content/themes/theme/images/list-check-1.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask: url(/wp-content/themes/theme/images/list-check-1.svg) no-repeat center;
  mask-size: contain;
  background-color: #F2C115;
}
.content--inner .wp-block-columns { margin: 40px 0; }
.content--inner .wp-block-buttons { gap: 15px; }
.content--inner .wp-block-button a {
  font-weight: 800;
  padding: 15px 20px;
  min-width: 185px;
}
.content--inner .wp-block-button.is-style-outline a {
  padding: 15px 20px;
  color: #fff !important;
  box-shadow: none !important;
}
.content--inner .wp-block-table {
  overflow-x: auto;
  margin: 50px 0;
  padding: 15px 12px;
  border-radius: 12px;
  background: #111111;
  color: #fff;
}
.content--inner .wp-block-table table { border-spacing: 0; }
.content--inner .wp-block-table table tbody td {
  border-bottom: 1px solid rgba(242, 193, 21, 0.2);
}
.content--inner .wp-block-table table tbody tr:last-child td { border-bottom: none; }
.content--inner .wp-block-table table thead { border: none; }
.content--inner .wp-block-table table th,
.content--inner .wp-block-table table td {
  border: none;
  padding: 12px 20px;
}
.content--inner .wp-block-table table th {
  color: #0d0d0d;
  font-weight: 700;
  background: #F2C115;
}
.content--inner .wp-block-table table th:first-child { border-radius: 12px 0 0 12px; }
.content--inner .wp-block-table table th:last-child  { border-radius: 0 12px 12px 0; }
@media (max-width: 1024px) {
  .content--inner h1 { font-size: 30px; }
  .content--inner h2 { font-size: 24px; }
}
/* ── BODY ── */
html.-toggle,
body.-toggle {
  overflow: hidden;
}
.body--inner {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  min-height: 100vh;
  font-size: 16px;
  padding-top: 46px;
  background: #0d0d0d;
  font-family: "Instrument Sans", serif;
}
@media (max-width: 1024px) {
  .body--inner {
    padding-top: 72px;
    padding-left: 0;
  }
}
.container {
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
/* ── LANGS ── */
.site-header__langs { position: relative; }
.site-header__langs:hover .site-header__langs__list {
  display: block;
  background: #1a1a1a;
}
.site-header__langs__current {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 10px;
  height: 40px;
  width: 40px;
}
.site-header__langs__current svg { width: 24px; height: 24px; }
.site-header__langs__list {
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 10px;
  right: 0;
  background: #111;
  padding: 20px;
  min-width: 150px;
}
.site-header__langs__list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.site-header__langs__list a {
  color: #fff;
  display: flex;
  align-items: center;
}
/* ── MOBILE BAR ── */
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100vw;
  padding: 15px 20px;
  background: #0d0d0d;
  z-index: 91;
}
.mobile-bar--row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
}
.mobile-bar--langs {
  display: none;
  bottom: 100%;
  top: auto;
}
.mobile-bar--langs.langs-active { display: block; }
.mobile-bar--btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  background: transparent;
}
.mobile-bar--btn-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 6px;
  background: linear-gradient(to right, #F2C115, #e8a800);
}
@media (max-width: 1024px) {
  .mobile-bar { display: block; }
}
/* ── TO TOP ── */
.to-top-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1a1a1a;
  position: fixed;
  z-index: 10;
  bottom: 32px;
  right: 32px;
  transition: all 0.3s;
}
.to-top-btn svg { width: 24px; height: 24px; }
.to-top-btn g { transition: all 0.3s; }
.to-top-btn:hover { border-color: #F2C115; }
.to-top-btn:hover g { stroke: #F2C115 !important; }
/* ── WP BLOCK LIST (numbered) ── */
.wp-block-list {
  counter-reset: num;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.wp-block-list li {
  counter-increment: num;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}
.wp-block-list li::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F2C115;
  color: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.wp-block-image img { border-radius: 20px; }

h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}