/*!
Theme Name: jetton-off-139 - Orange Edition
Text Domain: jetton-off-139
Description: Полностью оранжевая гамма (заменены все красные/бордовые/зелёные оттенки)
*/

/* Document
========================================================================== */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #2a180e;  /* тёмно-оранжево-коричневый фон */
}

main {
  display: block;
  clear: both;
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Colors — оранжевая гамма, кнопки оранжевые и тёплые */
:root {
  --color-accent-orange: #e67e22;     /* основная оранжевая кнопка */
  --color-accent-orange-hover: #d35400;
  --color-accent-warm: #f39c12;       /* тёплая оранжевая кнопка */
  --color-accent-warm-hover: #e67e22;
  --color-bg: #2c1a10;               /* основной фон — тёмно-оранжевый */
  --color-bg-second: #4a2c1a;        /* вторичный фон — светлее оранжево-коричневый */
  --color-bg-dark: #5c3a22;          /* для контраста */
  --color-text: #fff2e6;             /* светлый текст */

  --border: 1px dotted #e67e22;
  --border-radius: 9px;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: 900;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img {
  border-style: none;
  max-width: 100%;
}

/* Forms */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: rgba(255,240,230,0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #fff5ea;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  background: var(--color-bg-second);
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 20px;
  margin: 20px 0;
  color: #fff0e0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #3a2418;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: #ffdede;
}
code, kbd, tt, var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #e67e22;
  cursor: help;
}
mark, ins {
  background: #c95c0e;
  text-decoration: none;
  color: #fff;
}
big {
  font-size: 125%;
}
hr {
  background-color: #e67e22;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  padding: 0;
  margin: 0 0 15px 15px;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table, .wp-block-table table, table.wp-block-table {
  margin: 20px auto;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  box-shadow: var(--box-shadow);
  background: var(--color-bg);
  color: var(--color-text);
}
table td, .wp-block-table table td, table.wp-block-table td,
table th, .wp-block-table table th, table.wp-block-table th {
  padding: 10px 15px;
  border: var(--border);
}
.wp-block-table table th, table.wp-block-table th, table tr:nth-child(even) {
  background: var(--color-bg-second);
}

/* Links — оранжевые */
a, a:visited {
  color: #f39c12;
}
a:hover, a:focus, a:active {
  color: #ffb347;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms */
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #2c2b28;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  background: #fff2e6;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus,
textarea:focus {
  color: #000;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}

/* Layouts */
.background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--color-bg);
}
.background:after {
  content: '';
  display: block;
  position: absolute;
  width: 457px;
  height: 457px;
  top: 20%;
  left: 40%;
  border-radius: 457px;
  opacity: 0.4;
  background: #e67e22;
  filter: blur(150px);
}

/* Navigation */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  color: var(--color-text);
  display: block;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #f39c12;
}
.menu-toggle {
  width: 44px;
  max-width: 44px;
  height: 44px;
  background-color: var(--color-bg-second);
  border-radius: var(--border-radius);
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
}
.icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
}
.main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
}
.main-navigation.toggled ul {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  background-color: var(--color-bg-second);
  padding: 50px;
}
.admin-bar .main-navigation.toggled ul {
  top: 80px;
}
@media screen and (min-width: 920px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
  display: block;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.jetton-off-139-logo {
  max-width: 200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jetton-off-139-logo__img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 { grid-template-columns: repeat(2,1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3,1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4,1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5,1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6,1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7,1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8,1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9,1fr); }
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .footer {
  display: none;
}
.infinity-end.neverending .footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: var(--box-shadow);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Header — оранжевый */
.jetton-off-139-header {
  position: fixed;
  justify-content: space-between;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  background: var(--color-bg);
  box-shadow: var(--box-shadow);
}
.jetton-off-139-header__inner {
  display: flex;
  gap: 10px;
  max-width: 1200px;
  padding: 20px 30px;
  margin: 0 auto;
  height: 100%;
}
img.custom-logo { width: 140px; }
.admin-bar .jetton-off-139-header {
  top: 32px;
}
.jetton-off-139-header__logo {
  margin-right: auto;
}
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}
.main-navigation ul {
  gap: 20px;
}
.jetton-off-139-header__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons — полностью оранжевые (вместо зелёных и серых) */
.button,
.wp-element-button,
.home .entry-content a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  width: fit-content;
  height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: var(--color-accent-orange);
  border-radius: var(--border-radius);
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.button:hover,
.wp-element-button:hover,
.home .entry-content a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--color-accent-orange-hover);
  color: #fff !important;
}

#commentform .form-submit input[type="submit"] {
  background: var(--color-accent-warm);
  border: none;
  line-height: 50px;
  box-shadow: none;
  font-weight: 700;
  text-shadow: none;
  color: #fff !important;
}
.button_second {
  background: #f39c12;
  border: none;
  line-height: 50px;
  box-shadow: none;
  font-weight: 700;
  text-shadow: none;
  color: #fff !important;
}

.button.button_mobile { display: none; }
.button.button_desktop { display: inline-block; }
.button_animated:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 10s infinite;
}
@media (max-width: 767px) {
  .button.button_mobile { display: inline-block; }
  .button.button_desktop { display: none; }
}
@media (max-width: 500px) {
  .main-navigation { margin-right: 0; }
  .jetton-off-139-header .button { font-size: 14px; padding: 0 5px; }
}
.site-main {
  padding: 90px 10px;
}
.admin-bar .site-main {
  padding-top: 100px;
}

/* Banner */
.jetton-off-139-banner {
  max-width:100%;
  border-radius:10px;
  overflow:hidden;
  position: relative;
  margin: 30px 0;
  padding: 50px 30px;
  background: url(/wp-content/uploads/2026/04/1-1.jpg);
  background-size: cover;
  background-position: left center;
  height:300px;
}
.jetton-off-139-banner__text {
  font-size: 26px;
  font-weight: 900;
  max-width:450px;
  color:#fff;
}
.jetton-off-139-banner__text span {
  color: #ffb347;
}
.jetton-off-139-banner__content .button {
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
.jetton-off-139-banner__tg {
  position: relative;
  z-index: 3;
}
.tg .tg__link {
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.tg__link:hover { color: #000; }
.tg__link::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  background-color: #24a1de;
  mask: url('/wp-content/uploads/other/tg.svg') no-repeat center / contain;
  -webkit-mask: url('/wp-content/uploads/other/tg.svg') no-repeat center / contain;
}
@media (max-width: 1200px) {
  .jetton-off-139-banner { margin:0 0 30px; border-radius:0;}
}
@media (max-width: 767px) {
  .jetton-off-139-banner { padding: 30px 15px; text-align:center; height:auto; }
}

/* Slots & Articles */
.jetton-off-139-slots, .jetton-off-139-articles {
  margin: 30px auto;
}
.jetton-off-139-slots__title,
.jetton-off-139-articles__title {
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  border-radius: var(--border-radius);
  background: var(--color-bg-second);
  box-shadow: var(--box-shadow);
  padding: 20px;
  display: flex;
  width: fit-content;
  justify-content: center;
  margin: 30px auto;
  align-items: center;
  color: var(--color-text);
}
.jetton-off-139-slots__title::before,
.jetton-off-139-articles__title::before,
.jetton-off-139-slots__title::after,
.jetton-off-139-articles__title::after {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(60%) sepia(70%) saturate(2000%) hue-rotate(340deg) brightness(95%) contrast(95%);
}
.jetton-off-139-slots__title::before,
.jetton-off-139-slots__title::after {
  background-image: url('/wp-content/uploads/other/fire.svg');
}
.jetton-off-139-articles__title::before,
.jetton-off-139-articles__title::after {
  background-image: url('/wp-content/uploads/other/fire.svg');
}
.jetton-off-139-slots__list,
.jetton-off-139-articles__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 50% 50%;
}
.jetton-off-139-slot,
.jetton-off-139-article {
  background: var(--color-bg-second);
  box-shadow: var(--box-shadow);
  display: flex;
  margin: 10px;
  border-radius: var(--border-radius);
  border: var(--border);
  text-align: center;
  overflow: hidden;
}
.jetton-off-139-slot { flex-direction: row; }
.jetton-off-139-article { height: auto; align-items: flex-start; }
.jetton-off-139-slot__title,
.jetton-off-139-article__title {
  margin: 0;
  padding: 20px;
  color: var(--color-text);
}
.jetton-off-139-article__title { width: 50%; }
.jetton-off-139-article__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-text) !important;
  height: 100%;
  width: 100%;
}
.jetton-off-139-article__img,
.jetton-off-139-slot__img {
  height: 100%;
  width: 50%;
  object-fit: cover;
}
.jetton-off-139-slot__action {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.jetton-off-139-slot__action .button { width: 100%; font-size: 15px; }
.jetton-off-139-article__text { font-size: 18px; }
.jetton-off-139-slots-category ul {
  margin: 20px auto;
  padding: 0 0 20px;
  list-style: none;
  display: flex;
  gap: 30px;
  overflow: auto;
}
.jetton-off-139-slots-category ul li a {
  text-decoration: none;
  display: inline-block;
  border-radius: var(--border-radius);
  color: var(--color-text);
  background: var(--color-bg-second);
  border: var(--border);
  box-shadow: var(--box-shadow);
  padding: 5px 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .jetton-off-139-slots__list,
  .jetton-off-139-articles__list {
    grid-template-columns: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 450px) {
  .jetton-off-139-slot,
  .jetton-off-139-article__link { flex-direction: column; }
  .jetton-off-139-article__img,
  .jetton-off-139-slot__img,
  .jetton-off-139-slot__action,
  .jetton-off-139-article__title { width: 100%; }
  .jetton-off-139-slots__title,
  .jetton-off-139-articles__title { font-size: 17px; }
}
ul.wp-block-list li {
  list-style-type: disclosure-closed;
}
.site {
  max-width: 1200px;
  margin: 0 auto;
}
.wp-element-caption {
  color: #e0c8c8;
  text-align: center;
}
.wp-block-table thead { border: none; }
@media (max-width: 900px) {
  .wp-block-table table,
  table.wp-block-table,
  table {
    display: block;
    text-align: left;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    background: none;
    border: none;
    box-shadow: none;
  }
}
.content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.search-field[type="search"] {
  width: 100%;
  background-color: var(--color-bg-second);
  color: var(--color-text);
  border-radius: var(--border-radius);
  border: var(--border);
  box-shadow: var(--box-shadow);
  display: flex;
  height: 40px;
  padding: 0 10px;
  caret-color: #ffb347;
}
.search-field[type="search"]:focus { color: var(--color-text); }
.search-field:focus { outline: none; }
.screen-reader-text { color: var(--color-text); }
.search-submit { display: none !important; }
.content-wrapper article,
.widget-area { padding: 0 20px; }
.widget-area a { color: var(--color-text); }
.widget-area #recent-posts-2 ul { margin: 0; padding: 0; list-style: none; }
.widget-area #recent-posts-2 ul li { padding: 10px 0; margin-bottom: 5px; }
.content-wrapper aside.widget-area { margin: 30px 0; }
@media (min-width: 900px) {
  .content-wrapper { display: block; clear: both; }
  .content-wrapper article { width: 70%; float: left; }
  .content-wrapper aside.widget-area { width: 30%; float: left; }
}
.jetton-off-139-subscribe {
  padding: 30px 20px;
  margin: 20px 0;
  display: block;
  border-radius: var(--border-radius);
  background: var(--color-bg-second);
  border: var(--border);
  box-shadow: var(--box-shadow);
}
.jetton-off-139-subscribe__title {
  font-size: 30px;
  font-weight: 900;
  margin: 10px 0;
  color: var(--color-text);
}
.jetton-off-139-subscribe__text {
  margin: 0;
  color: var(--color-text);
}
.clear:before, .clear:after {
  content: '';
  display: table;
  table-layout: fixed;
}
.clear:after { clear: both; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"],
input[type="url"], textarea, select, .form-control {
  background-color: var(--color-bg-second);
  border: var(--border);
  box-shadow: var(--box-shadow);
  color: var(--color-text) !important;
  border-radius: var(--border-radius);
  padding: 20px;
  width: 100%;
}
textarea:focus { outline: 2px solid #f39c12; }
.jetton-off-139-sidebardata {
  border-radius: var(--border-radius);
  background: var(--color-bg-second);
  padding: 20px;
  border: var(--border);
  box-shadow: var(--box-shadow);
}
.jetton-off-139-sidebardata__title { margin: 0; color: var(--color-text); }
.jetton-off-139-sidebardata__text { font-weight: 900; margin: 0; color: var(--color-text); }
.jetton-off-139-sidebardata__item { padding: 10px 0; }
.jetton-off-139-sidebardata__item:last-child { border: none; }
.game-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}
.game-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.jetton-off-139-last-reviews {
  margin-top: 30px;
  border-radius: var(--border-radius);
  background: var(--color-bg-second);
  border: var(--border);
  padding: 20px;
  box-shadow: var(--box-shadow);
}
.jetton-off-139-last-reviews-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
  color: var(--color-text);
}
.review-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.review-item-about {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.review-item-about img { border-radius: var(--border-radius) !important; }
.review-text { margin-bottom: 5px; color: var(--color-text); }
.review-item-contact p { margin: 0; color: var(--color-text); }
.review-avatar { object-fit: cover; }
.jetton-off-139-mirrors__title,
.jetton-off-139-all-bonuses__title {
  font-size: 25px;
  margin: 0;
  color: #fff;
}
.jetton-off-139-all-bonuses__item {
  border-radius: var(--border-radius);
  background: var(--color-bg-second);
  border: var(--border);
  box-shadow: var(--box-shadow);
  padding: 30px;
  margin: 0 0 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.jetton-off-139-all-bonuses__content { min-width: 0; }
.jetton-off-139-all-bonuses__text { margin: 0; color: #ffb347; }
@media (max-width: 767px) {
  .jetton-off-139-all-bonuses__item { flex-direction: column; text-align: center; }
}
.jetton-off-139-support__header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.jetton-off-139-support__title {
  line-height: 1;
  font-size: 26px;
  margin: 5px 0;
  color: #ffb347;
}
.jetton-off-139-support__email { color: #ffb347; }
.comment-list { margin: 0; }

/* Footer — оранжевый */
.jetton-off-139-footer {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  text-align: center;
  background: var(--color-bg);
}
.jetton-off-139-footer__item {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
  color: #fff0e0;
  width: 100%;
}
.jetton-off-139-footer__item_bg_dark {
  background: var(--color-bg-second);
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
.jetton-off-139-footer__nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jetton-off-139-footer__nav ul a {
  color: var(--color-text);
  text-decoration: none;
}
.jetton-off-139-footer__nav ul a:hover { color: #f39c12; }
.jetton-off-139-footer__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jetton-off-139-footer__images img {
  width: 100px;
  height: 30px;
  max-width: 100px;
  max-height: 30px;
}
.gambles.jetton-off-139-footer__images img { filter: grayscale(1); }
.jetton-off-139-footer__buttons .button { width: 100%; max-width: 300px; }
.widget-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--color-text);
}
.widget_recent_entries {
  background: var(--color-bg-second);
  padding: 20px;
  border-radius: var(--border-radius);
  border: var(--border);
  box-shadow: var(--box-shadow);
}
.home .entry-content a:not(.button) {
  font-size: 18px;
  font-weight: 900;
  display: block !important;
  margin: 10px auto !important;
}
.modal {
  margin: 20px 0;
  position: relative;
  z-index: 3;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jetton-off-139-content-bonus {
  border-radius: var(--border-radius);
  background: var(--color-bg-second);
  border: 1px solid #e67e22;
  box-shadow: var(--box-shadow);
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.jetton-off-139-content-bonus__text {
  font-size: 25px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 15px 0;
}
@keyframes sizebtn {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}
@keyframes banner-unreg-pulse {
  0% { transform: scale(1); }
  25% { transform: scale(1.05); }
  50% { transform: scale(1); }
  100% { transform: scale(1); }
}
@keyframes blick {
  0% { transform: translate(-100%, -25%) rotate(10deg); }
  20% { transform: translate(100%, -25%) rotate(150deg); }
  100% { transform: translate(100%, -25%) rotate(40deg); }
}
.breadcrumbs .breadcrumbs__link {
  color: var(--color-text);
  padding: 20px 10px;
}