﻿@font-face {
  font-family: "Gotham Pro";
  src:
    url("../fonts/GothamPro-Light.woff2") format("woff2"),
    url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src:
    url("../fonts/GothamPro-Medium.woff2") format("woff2"),
    url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src:
    url("../fonts/GothamPro.woff2") format("woff2"),
    url("../fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src:
    url("../fonts/GothamPro-Bold.woff2") format("woff2"),
    url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src:
    url("../fonts/GothamPro-Black.woff2") format("woff2"),
    url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 60%;
  font-weight: 400;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-family: "Braun Linear", sans-serif;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

:root {
  --color-bg-body: #212249;
  --color-bg-container: #333162;
  --color-text: #fff;
  --font-family: "Gotham Pro", sans-serif;
  --gap-lg: 32px;
  --color-accent-breez: #02b4c8;
  --color-sec-blue: #4657A2;
  --color-deep-blue: #233064;
  --color-error: #FF0011;
  --color-accent-yellow: #FFDA00;
  --header-height: 100px;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  background-color: var(--color-bg-body);
  color: var(--color-text);
  height: 100%;
}

a,
button,
.btn,
.close,
.hamburger,
.hamburger-line,
.filefield,
.form-control {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}

.flow-item {
  animation: slideUp 0.5s ease both;
}
.flow-item:nth-child(1) { animation-delay: 0.1s; }
.flow-item:nth-child(2) { animation-delay: 0.2s; }
.flow-item:nth-child(3) { animation-delay: 0.3s; }

.prize-item {
  animation: slideUp 0.5s ease both;
}
.prize-item:nth-child(1) { animation-delay: 0.15s; }
.prize-item:nth-child(2) { animation-delay: 0.3s; }
.prize-item:nth-child(3) { animation-delay: 0.45s; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background-color: var(--color-bg-container);
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.5s ease;
}

.footer p {
  padding: 20px;
  font-size: 12px;
}

.main {
  background-image: url("../img/container.webp");
  background-size: auto 110%;
  background-position: left top;
  background-repeat: no-repeat;
}
.main .holder {
  gap: var(--gap-lg);
}
.flow-item {
  width: 136px;
}
.flow-icon {
  width: 128px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flow-item span {
  font-size: 14px;
  line-height: 120%;
}
.flow-item:nth-child(1) .flow-icon {
  background-image: url(data:image/avif;base64,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);
}
.flow-item:nth-child(2) .flow-icon {
  background-image: url(data:image/avif;base64,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);
}
.flow-item:nth-child(3) .flow-icon {
  background-image: url(data:image/avif;base64,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);
}

.header {
  position: relative;
  height: var(--header-height);
  width: 100%;
  flex-shrink: 0;
}

.header > .btn,
.header > .hamburger {
  position: relative;
  z-index: 2;
}

.header-menu-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: var(--header-height);
  background-color: var(--color-accent-yellow);
  border-bottom-left-radius: 100px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.header-nav {
  position: absolute;
  top: calc(var(--header-height) + 15px);
  right: 0;
  width: 420px;
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s, transform 0.3s ease 0.1s;
  z-index: 1;
}

.header-nav a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-bg-body);
  text-decoration: none;
  text-align: right;
}

.header-nav a:hover,
.header-nav a.active {
  text-decoration: underline;
  text-decoration-color: var(--color-accent-breez);
  text-underline-offset: 5px;
}

body.menu-open .header-menu-bg {
  width: 420px;
  height: 375px;
  border-bottom-left-radius: 200px;
}

@media (min-width: 640px) {
  body.menu-open .header-menu-bg {
    height: 320px;
  }
}

body.menu-open .header-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 60px;
  height: 44px;
  cursor: pointer;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.hamburger:hover .hamburger-line {
  border-color: var(--color-accent-breez);
}

.hamburger-line {
  width: 24px;
  height: 0px;
  border-top: 3px solid #333162;
  flex: none;
  flex-grow: 0;
}

.hamburger-line:nth-child(1) {
  order: 0;
}

.hamburger-line:nth-child(2) {
  order: 1;
}

.hamburger-line:nth-child(3) {
  order: 2;
}

.hero > * {
  width: 50%;
  padding: 15px;
}
.hero img {
  height: 369px;
}
h1 {
  max-width: 450px;
  font-size: 36px;
  line-height: 1.3;
}
p {
  font-size: 22px;
}

.btn.btn-accent,
.btn.btn-accent:hover,
.btn.btn-accent:active,
.btn.btn-accent:focus {
  border: 2px solid var(--color-accent-breez);
  color: var(--color-bg-body);
  font-size: 22px;
  line-height: 1;
  padding: 10px 20px;
}

.prizes {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../img/Group 2.webp");
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
.prize-item {
  width: 266px;
}
.prize-item img {
  height: 269px;
}
.prize-item span {
  position: absolute;
  left: 0;
  width: 100%;
}
.prize-item span.text-black {
  font-weight: 500;
  line-height: 1.25;
}
.prize-item span.fw-bold {
  font-size: 22px;
  line-height: 1.2;
  width: 120px;
  bottom: 0;
}

/* Prize 1 — Щодня / Підписка на Мегого */
.prize-item:nth-child(1) span.text-black {
  top: 55px;
  left: 30px;
}
.prize-item:nth-child(1) span.fw-bold {
  left: 45px;
}

/* Prize 2 — Щотижня / Ігрова консоль */
.prize-item:nth-child(2) span.text-black {
  top: 55px;
  left: 55px;
  width: auto;
  
}
.prize-item:nth-child(2) span.fw-bold {
  left: 45px;
}

/* Prize 3 — Головний приз / Телевізор */
.prize-item:nth-child(3) span.text-black {
  top: 47px;
  left: 40px;
  width: auto;
}
.prize-item:nth-child(3) span.fw-bold {
  left: 40px;
}

#overlay {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}
#overlay.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  background: var(--color-sec-blue);
  border-radius: 16px;
  padding: 8px;
  display: none;
  width: 360px;
  box-sizing: border-box;
}
#modal.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: modalSlideUp 0.3s ease;
}
#modal-pjax {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  width: 100%;
  color: var(--color-bg-body);
  max-height: calc(100vh - 32px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.modal-header {
  justify-content: space-between;
}
.modal-header h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: var(--color-deep-blue);
}
.modal-header h3.error {
  color: var(--color-error);
}
.close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 18px;
  color: var(--color-bg-body);
}
.close::before,
.close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--color-bg-body);
}
.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content {
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  /* margin: 0 -15px; */
  padding: 0 15px;
}
.modal-content p {
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}

/* Register form fields */
/* .fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
} */
/* .fields .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
} */
.fields label {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-deep-blue);
}
.fields .form-control {
  padding: 12px;
  background: #fff;
  border: 1px solid var(--color-deep-blue);
  border-radius: 5px;
  font-size: 16px;
  line-height: 120%;
  color: var(--color-bg-body);
}
.fields .form-control:focus {
  border-color: var(--color-accent-breez);
  box-shadow: 0 0 0 2px rgba(2, 180, 200, 0.25);
}
.fields .form-control.is-valid,
.fields .form-control.is-invalid {
  background-image: none;
}

/* File upload field */
.field-registerform-file,
.field-callbackform-file {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 15px; */
}
.field-registerform-file .help-block,
.field-callbackform-file .help-block {
  margin-top: 15px;
  width: 100%;
  flex-basis: 100%;
}
.field-registerform-file .file-caption,
.field-callbackform-file .file-caption {
  width: auto;
  flex: 1;
}
.filefield {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 15px;
}
.filefield .upload-icon {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23233064'/%3E%3Cpath d='M20 26V14M14 20l6-6 6 6' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.filefield input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none;
}
#filename,
#callback-filename {
  width: 100%;
  flex-basis: 100%;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-deep-blue);
}
.field-registerform-file .file-caption,
.field-callbackform-file .file-caption {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-deep-blue);
}

/* Checkbox field */
.field-registerform-agree {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.field-registerform-agree .help-block {
  width: 100%;
  flex-basis: 100%;
}
.field-registerform-agree .label {
  width: auto;
  flex: 1;
}
.field-registerform-agree label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.field-registerform-agree .check-icon {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23233064' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.field-registerform-agree input:checked + .check-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23233064'/%3E%3Cpath d='M12 20l5 5 11-11' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.field-registerform-agree input[type="checkbox"] {
  display: none;
}
.field-registerform-agree .label {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-deep-blue);
}
.field-registerform-agree .label a {
  color: var(--color-deep-blue);
  text-decoration: underline;
}

/* Submit button */
.btn-holder {
  display: flex;
  justify-content: center;
}
.btn-holder .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;  
  background: #fff;
  border: 2px solid var(--color-accent-breez);
  border-radius: 8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--color-bg-body);
}
.btn-holder .btn:hover,
.btn-holder .btn:focus {
  background: var(--color-bg-body);
  color: #fff;
}

/* Error states */
.help-block {
  font-size: 12px;
  line-height: 120%;
  height: 12px;
  color: var(--color-error);
}
.form-group.has-error .form-control {
  border-color: var(--color-error);
}

@media (max-width: 768px) {
  .main {
    background-size: 768px auto;
    background-position: left -280px top;
  }
  .main .holder {
    height: 475px;
    gap: 24px;
    padding: 24px 16px;
  }
  .flow-item span {
    font-size: 16px;
  }
  .hero > * {
    width: 100%;
    padding: 0 15px;
  }
  .hero .text-center {
    padding: 40px 0;
  }
  .hero img {
    height: 306px;
  }
  h1 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .prizes {
    height: 991px;
    background-image: url("../img/Frame 2.webp");
    background-size: 115% auto;
    background-position: top left;
    background-repeat: no-repeat;
    gap: 30px;
    background-color: transparent;
    margin-top: -280px;
  }
  /* .prize-item {
    width: 100%;
  } */
  .prize-item:last-child {
    background-color: #445faa;
    padding-bottom: 40px;
  }
}

/* Winners Section */
#winners .container {
  background-color: #445FAA;
}

.winners-section {
  padding: 16px;
}

.winners-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  color: var(--color-text);
  margin-bottom: 24px;
}

.winners-tabs {
  gap: 15px;
  margin-bottom: 24px;
}

.winners-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 6px;
  background: var(--color-text);
  border: 1px solid var(--color-accent-breez);
  border-radius: 5px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: var(--color-bg-body);
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.winners-tab:hover {
  text-decoration: none;
  color: var(--color-bg-body);
  background-color: var(--color-accent-yellow);
}

.winners-tab.active {
  background-color: var(--color-accent-yellow);
  border-color: var(--color-accent-breez);
  color: var(--color-bg-body);
}

.winners-search-form {
  gap: 15px;
  margin-bottom: 24px;
}

.search-input-wrapper {
  flex: 0 0 241px;
  max-width: 241px;
}

.search-input-wrapper input {
  width: 100%;
  padding: 10px 8px 8px;
  background: var(--color-text);
  border: none;
  border-radius: 8px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--color-bg-body);
}

.winners-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 37px;
  padding: 0;
  background: var(--color-text);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: var(--color-bg-body);
  transition: color 0.25s ease, background-color 0.25s ease;
}

.winners-search-btn:hover {
  color: var(--color-accent-breez);
}

.winners-table-header {
  gap: 10px;
  padding: 0 8px;
  margin-bottom: 8px;
}

.winners-table-header > div {
  flex: 1 1 0;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: var(--color-text);
}

.winner-row {
  gap: 5px;
  background: var(--color-text);
  border-radius: 8px;
  padding: 8px 8px 6px;
  margin-bottom: 5px;
}

.winner-cell {
  flex: 1 1 0;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--color-deep-blue);
}

.winners-pagination {
  gap: 10px;
  margin-top: 24px;
}

.winners-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 33px;
  padding: 8px 16px 6px;
  background: #FFFFFF;
  border: 1px solid var(--color-accent-breez);
  border-radius: 5px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #212249;
  text-decoration: none;
}

.winners-pagination .active a {
  background-color: var(--color-accent-yellow);
  border-color: var(--color-accent-breez);
  color: #212249;
}

.winners-empty p {
  font-size: 16px;
  color: var(--color-text);
  text-align: center;
}

/* FAQ accordion icon */
.faq .question {
  position: relative;
  cursor: pointer;
}

.faq .question > span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: block;
}

.faq .question > span::before,
.faq .question > span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-bg-body);
  transition: transform 0.3s ease;
}

.faq .question > span::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq .question > span::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.faq .question.open > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 768px) {
  .winners-section {
    padding: 32px 16px;
  }

  .winners-title {
    font-size: 26px;
  }

  /* .winners-search-form {
    background: var(--color-accent-yellow);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 24px;
  } */

  .search-input-wrapper {
    flex: 1 1 auto;
    max-width: none;
  }

  .winner-row {
    border-radius: 5px;
    padding: 4px 5px;
  }

  .winner-cell {
    font-size: 10px;
  }

  .winners-table-header-mob > div {
    font-size: 10px;
  }
}

@media (max-width: 440px) {
  .flow-item,
  .flow-icon {
    width: 110px;
  }
  .flow-item span {
    font-size: 13px;
  }
}
.page_text {
  background: var(--color-white);
  border-radius: 15px;
  padding: 15px;
}

/* FAQ accordion */
.faq .answer {
  display: none;
}
.faq li {
  border-radius: 15px;
}
/* .faq .question.open + .answer {
  display: block;
} */