/*!
Theme Name: toxl2b
Theme URI: #
Version: 5.3.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toxl2b
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFC300;
  --secondary-btn-bg: #DAF7A6;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #C70039;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #581845;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F1C40F;
  --table-border-color: #27AE60;
  --table-text-color: #000000;

  --body-bg-color: #FFDDC1;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 76%;
  --banner-padding: 201.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFEAA7;
  --banner-text-color: #000000;

  --container-max-width: 1234px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 37px;
  --py-2: 40px;
  --py-3: 70px;
  --text-align: left;
  --mb: 17px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 176px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 851ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #141414;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wrapernjkapwz {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .hbhsgjit {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(199,0,57,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .hvibynoa {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .hlwkteno {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .htpubywe {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .htpubywe:hover {
        color: var(--primary-btn-bg);
      }


      .headerfnvgpck {
        display: flex;
        gap: 10px;
      }

      .topywdobae {
        display: none;
      }
    

@media (max-width: 1024px) {
  .hlwkteno {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .htpubywe {
    padding: 10px 0;
    display: block;
  }

  .hlwkteno.active {
    opacity: 1;
    visibility: visible;
  }

  .topywdobae {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .topywdobae span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .topywdobae.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .topywdobae.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brandkhxivqf {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brandkhxivqf img {
  max-height: 80px;
}

.primsrbquao,
.altknmvqwd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.primsrbquao {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primsrbquao:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altknmvqwd {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altknmvqwd:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footiplwakn{
  position: relative;
}
.footiplwakn * {
  z-index: 1;
  position: relative;
}


      .txtourlemi > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ffc300 0%, #cc9c00 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .txtourlemi > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txtourlemi > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .prdstfovm {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .prdstfovm a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .prdstfovm a:hover {
      opacity: .7;
    }

    .prabgwdzt {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footiplwakn {
      background: linear-gradient(135deg, #802364 0%, #300d26 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .footiplwakn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .bottomenoaqxw {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .bottomraefomx {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .footerxcpqmsn {
      width: 100%;
    }

    .bottomxpwkbiv {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottmwjozg {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .bottmwjozg:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .botciqueny {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .fewsncvx {
      text-align: center;
      padding-top: 20px;
    }

    .fewsncvx p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .footiplwakn {
        padding: 30px 0 15px;
      }

      .bottomxpwkbiv {
        gap: 15px;
        flex-direction: column;
      }

      .bottmwjozg {
        font-size: 14px;
        padding: 6px 12px;
      }

      .bottomraefomx {
        margin-bottom: 20px;
      }

      .botciqueny {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .bottomxpwkbiv {
        gap: 10px;
      }

      .bottmwjozg {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.bottomxpwkbiv li:empty {
  display: none;
}

.hrcgdiqjh {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hrcgdiqjh {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.hrcgdiqjh svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.heroydfsjep{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hrgamlwky {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.tblmiztojk{
  overflow-x: auto;
  width: 100%;
}

.txtourlemi {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txtourlemi p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txtourlemi ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txtourlemi ul {
  list-style: none;
}

.txtourlemi ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txtourlemi ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txtourlemi ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .txtourlemi ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txtourlemi ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffc300 0%, #ffd54d 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFC300;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .txtourlemi table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(255,195,0,0.3);
        overflow: hidden;
      }

      .txtourlemi table thead tr {
        border-bottom: 1px solid rgba(255,195,0,0.3);
      }

      .txtourlemi table th {
        padding: 21px 29px;
        font-weight: normal;
        font-size: 14px;
        color: #ffc300;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .txtourlemi table tbody tr {
        border-bottom: 1px solid rgba(255,195,0,0.1);
        transition: all 0.2s ease;
      }

      .txtourlemi table tbody tr:last-child {
        border-bottom: none;
      }

      .txtourlemi table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .txtourlemi table tbody tr:hover td:first-child {
        color: #ffc300;
      }

      .txtourlemi table td {
        padding: 19px 27px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .txtourlemi table td:first-child {
        font-weight: normal;
      }
    

.txtourlemi img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blogplthmaz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articlesgexacsz {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .colsvmrwjou {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .colsvmrwjou::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ffdb6605 0%, transparent 70%);
        z-index: 0;
      }

      .colsvmrwjou .textedxbtlgqh {
        position: relative;
        z-index: 1;
      }

      .colsvmrwjou .textedxbtlgqh:first-child {
        order: 2;
      }

      .colsvmrwjou .textedxbtlgqh:last-child {
        order: 1;
      }

      .colsvmrwjou figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .colsvmrwjou figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .colsvmrwjou figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .colsvmrwjou h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #ffc300 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .colsvmrwjou h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #ffc300 0%, #cc9c00 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #ffc30040;
      }

      .colsvmrwjou p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .colsvmrwjou {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .colsvmrwjou .textedxbtlgqh:first-child {
          order: 1;
        }

        .colsvmrwjou .textedxbtlgqh:last-child {
          order: 2;
        }

        .colsvmrwjou figure {
          transform: none;
        }

        .colsvmrwjou figure:hover {
          transform: scale(1.02);
        }

        .colsvmrwjou h2 {
          font-size: 2rem;
        }
      }
    

.tbvnliuah {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.tbvnliuah p,
.tbvnliuah h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbvnliuah table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbvnliuah table td,
.tbvnliuah table th {
  border: 0;
}

.tbvnliuah table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbvnliuah tr:last-child {
  border-bottom: 0;
}

.tbvnliuah h2 {
  margin-top: 0;
}

/*
.rowudfpwxb {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.dqfbvnuj {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .dqfbvnuj{
      background: linear-gradient(135deg, #141414 0%, #2e2e2e 100%);
      border-left: 9px solid var(--primary-btn-bg);
    }
    

.dqfbvnuj h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .heroydfsjep{
    flex-direction: column;
  }

  .hrgamlwky {
    width: 100%;
  }

  .tbvnliuah {
    padding: var(--py);
  }

  .dqfbvnuj {
    padding: var(--py);
  }
}

.sitemapfkowgdz{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.sitemapfkowgdz a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.sitemapfkowgdz a:hover {
  color: var(--primary-btn-bg);
}
.sitemapfkowgdz h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formrupvmxn {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .formqvupsta {
      display: flex;
      flex-direction: column;
    }

    .frmnjcbumf, .frmxrhnlt {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .frmnjcbumf:focus, .frmxrhnlt:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frmxrhnlt {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .formrupvmxn button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .formrupvmxn button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .formrupvmxn {
        max-width: 100%;
        gap: 15px;
      }

      .frmnjcbumf, .frmxrhnlt {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


            .hrcgdiqjh {
                padding: var(--py);
            }

            .heroydfsjep {
                background-color: #ffc18f;
                color: #000000;
                padding: 96px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .heroydfsjep p {
                font-size: 19px;
                max-width: 67%;
                margin: 0 auto var(--mb);
            }

            .heroymqdpie {
                text-align: center;
                font-size: 3rem;
                line-height: 1.25;
            }

            .heroymqdpie span {
                color: #998f00;
                background: linear-gradient(90deg, #998f00, #579900);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .heroymqdpie {
                    font-size: 30px;
                }

                .heroydfsjep {
                    padding: 49px var(--py);
                }

                .heroydfsjep p {
                    width: 100%;
                }
            }
        


        .cardsrvjdkup {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rowudfpwxb {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .rowudfpwxb::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: linear-gradient(90deg, #FFC300, #DAF7A6);
        }

        .rowudfpwxb:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rowudfpwxb h3 {
            color: #333333;
        }

        .rowudfpwxb p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .cardsrvjdkup {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        