:root {
  --color-main: #d45500;
  --bg-color-main: #d45500;
  --border-color-main: #d45500;
  --color-main-alt: #232323;
  --bg-color-main-alt: #232323;
  --border-color-main-alt: #232323;
  --color-main-blue: #6e6eff;
  --color-main-grey: #f5f5f5;
}

/*Global styles*/
.gptconn-vertical-align-middle {
  vertical-align: middle;
}

.gptconn-vertical-align-bottom {
  vertical-align: bottom;
}

.gptconn-vertical-align-super {
  vertical-align: super;
}

.gptconn-vertical-align-top {
  vertical-align: top;
}

.gptconn-font-weight-lighter {
  font-weight: lighter;
}

.gptconn-font-weight-normal {
  font-weight: normal;
}

.gptconn-font-weight-bolder {
  font-weight: bolder;
}

.gptconn-font-weight-bold {
  font-weight: bold;
}

.gptconn-font-style-italic {
  font-style: italic;
}

.gptconn-font-size-small {
  font-size: var(--wp--preset--font-size--small);
}

.gptconn-font-size-medium {
  font-size: var(--wp--preset--font-size--medium);
}

.gptconn-font-size-large {
  font-size: var(--wp--preset--font-size--large);
}

.gptconn-font-size-10 {
  font-size: 10px;
}

.gptconn-font-size-12 {
  font-size: 12px;
}

.gptconn-font-size-13 {
  font-size: 13px;
}

.gptconn-font-size-14 {
  font-size: 14px;
}

.gptconn-font-size-15 {
  font-size: 15px;
}

.gptconn-font-size-16 {
  font-size: 16px !important;
}

.gptconn-font-size-20 {
  font-size: 20px !important;
}

.gptconn-font-size-25 {
  font-size: 25px !important;
}

.gptconn-font-size-30 {
  font-size: 30px !important;
}

.gptconn-font-size-40 {
  font-size: 40px !important;
}

.gptconn-font-size-50 {
  font-size: 50px !important;
}

.gptconn-font-size-75 {
  font-size: 75px !important;
}

.gptconn-font-size-100 {
  font-size: 100px !important;
}

.gptconn-list-style-none {
  list-style: none
}

.gptconn-width-auto {
  width: auto
}

.gptconn-width-10-percent {
  width: 9.5%;
}

.gptconn-width-20-percent {
  width: 19.5%;
}

.gptconn-width-25-percent {
  width: 24.5%;
}

.gptconn-width-30-percent {
  width: 29.5%;
}

.gptconn-width-33-percent {
  width: 32.4%;
}

.gptconn-width-40-percent {
  width: 39.5%;
}

.gptconn-width-50-percent {
  width: 49.5%;
}

.gptconn-width-60-percent {
  width: 59.5%;
}

.gptconn-width-66-percent {
  width: 65.5%;
}

.gptconn-width-70-percent {
  width: 69.5%;
}

.gptconn-width-75-percent {
  width: 74.5%;
}

.gptconn-width-80-percent {
  width: 79.5%;
}

.gptconn-width-90-percent {
  width: 89.5%;
}

.gptconn-width-100-percent {
  width: 100%;
}

.gptconn-width-25 {
  width: 25px;
}

.gptconn-width-50 {
  width: 50px;
}

.gptconn-width-75 {
  width: 75px;
}

.gptconn-width-100 {
  width: 100px;
}

.gptconn-height-auto {
  height: auto
}

.gptconn-height-25-percent {
  height: 25%;
}

.gptconn-height-50-percent {
  height: 50%;
}

.gptconn-height-75-percent {
  height: 75%;
}

.gptconn-height-100-percent {
  height: 100%;
}

.gptconn-height-25 {
  height: 25px;
}

.gptconn-height-50 {
  height: 50px;
}

.gptconn-height-75 {
  height: 75px;
}

.gptconn-height-100 {
  height: 100px;
}

.gptconn-text-2-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.gptconn-text-transform-initial {
  text-transform: initial;
}

.gptconn-text-transform-uppercase {
  text-transform: uppercase;
}

.gptconn-text-transform-lowercase {
  text-transform: lowercase;
}

.gptconn-text-transform-capitalize {
  text-transform: capitalize;
}

.gptconn-font-weight-500 {
  font-weight: 500
}

.gptconn-font-weight-600 {
  font-weight: 600
}

.gptconn-font-weight-700 {
  font-weight: 700
}

.gptconn-pointer-events-all {
  pointer-events: all
}

.gptconn-pointer-events-none {
  pointer-events: none
}

.gptconn-text-align-center {
  text-align: center
}

.gptconn-text-align-left {
  text-align: left
}

.gptconn-text-align-right {
  text-align: right
}

.gptconn-text-align-justify {
  text-align: justify;
  text-justify: inter-word;
}

.gptconn-link-disabled {
  pointer-events: none;
  cursor: default;
}

.gptconn-copy-disabled {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gptconn-margin-auto {
  margin: auto
}

.gptconn-margin-left-auto {
  margin-left: auto
}

.gptconn-margin-right-auto {
  margin-right: auto
}

.gptconn-container {
  display: flex;
}

.gptconn-row {
  margin: 0 20px 10px 20px;
}

.gptconn-justify-content-center {
  justify-content: center;
}

.gptconn-justify-content-space-between {
  justify-content: space-between;
}

.gptconn-display-flex {
  display: flex
}

.gptconn-display-block {
  display: block
}

.gptconn-display-table {
  display: table
}

.gptconn-display-table-cell {
  display: table-cell
}

.gptconn-display-inline-table {
  display: inline-table
}

.gptconn-display-inline {
  display: inline
}

.gptconn-display-inline-block {
  display: inline-block
}

.gptconn-display-none,
.pn_wph_nonce {
  display: none !important
}

.gptconn-display-none-soft {
  display: none
}

.gptconn-overflow-hidden {
  overflow: hidden;
}

.gptconn-m-0 {
  margin: 0px;
}

.gptconn-m-10 {
  margin: 10px;
}

.gptconn-m-20 {
  margin: 20px;
}

.gptconn-m-30 {
  margin: 30px;
}

.gptconn-m-40 {
  margin: 40px;
}

.gptconn-m-50 {
  margin: 50px;
}

.gptconn-m-60 {
  margin: 60px;
}

.gptconn-m-70 {
  margin: 70px;
}

.gptconn-m-75 {
  margin: 75px;
}

.gptconn-m-80 {
  margin: 80px;
}

.gptconn-m-90 {
  margin: 90px;
}

.gptconn-m-100 {
  margin: 100px;
}

.gptconn-mt-0 {
  margin-top: 0px;
}

.gptconn-mt-10 {
  margin-top: 10px;
}

.gptconn-mt-20 {
  margin-top: 20px;
}

.gptconn-mt-30 {
  margin-top: 30px;
}

.gptconn-mt-40 {
  margin-top: 40px;
}

.gptconn-mt-50 {
  margin-top: 50px;
}

.gptconn-mt-60 {
  margin-top: 60px;
}

.gptconn-mt-70 {
  margin-top: 70px;
}

.gptconn-mt-75 {
  margin-top: 75px;
}

.gptconn-mt-80 {
  margin-top: 80px;
}

.gptconn-mt-90 {
  margin-top: 90px;
}

.gptconn-mt-100 {
  margin-top: 100px;
}

.gptconn-mr-0 {
  margin-right: 0px;
}

.gptconn-mr-10 {
  margin-right: 10px;
}

.gptconn-mr-20 {
  margin-right: 20px;
}

.gptconn-mr-30 {
  margin-right: 30px;
}

.gptconn-mr-40 {
  margin-right: 40px;
}

.gptconn-mr-50 {
  margin-right: 50px;
}

.gptconn-mr-60 {
  margin-right: 60px;
}

.gptconn-mr-70 {
  margin-right: 70px;
}

.gptconn-mr-75 {
  margin-right: 75px;
}

.gptconn-mr-80 {
  margin-right: 80px;
}

.gptconn-mr-90 {
  margin-right: 90px;
}

.gptconn-mr-100 {
  margin-right: 100px;
}

.gptconn-mb-0 {
  margin-bottom: 0px;
}

.gptconn-mb-10 {
  margin-bottom: 10px;
}

.gptconn-mb-20 {
  margin-bottom: 20px;
}

.gptconn-mb-30 {
  margin-bottom: 30px;
}

.gptconn-mb-40 {
  margin-bottom: 40px;
}

.gptconn-mb-50 {
  margin-bottom: 50px;
}

.gptconn-mb-60 {
  margin-bottom: 60px;
}

.gptconn-mb-70 {
  margin-bottom: 70px;
}

.gptconn-mb-75 {
  margin-bottom: 75px;
}

.gptconn-mb-80 {
  margin-bottom: 80px;
}

.gptconn-mb-90 {
  margin-bottom: 90px;
}

.gptconn-mb-100 {
  margin-bottom: 100px;
}

.gptconn-mb-150 {
  margin-bottom: 150px;
}

.gptconn-ml-0 {
  margin-left: 0px;
}

.gptconn-ml-10 {
  margin-left: 10px;
}

.gptconn-ml-20 {
  margin-left: 20px;
}

.gptconn-ml-30 {
  margin-left: 30px;
}

.gptconn-ml-40 {
  margin-left: 40px;
}

.gptconn-ml-50 {
  margin-left: 50px;
}

.gptconn-ml-60 {
  margin-left: 60px;
}

.gptconn-ml-70 {
  margin-left: 70px;
}

.gptconn-ml-75 {
  margin-left: 75px;
}

.gptconn-ml-80 {
  margin-left: 80px;
}

.gptconn-ml-90 {
  margin-left: 90px;
}

.gptconn-ml-100 {
  margin-left: 100px;
}

.gptconn-p-0 {
  padding: 0px;
}

.gptconn-p-10 {
  padding: 10px;
}

.gptconn-p-20 {
  padding: 20px;
}

.gptconn-p-30 {
  padding: 30px;
}

.gptconn-p-40 {
  padding: 40px;
}

.gptconn-p-50 {
  padding: 50px;
}

.gptconn-p-60 {
  padding: 60px;
}

.gptconn-p-70 {
  padding: 70px;
}

.gptconn-p-75 {
  padding: 75px;
}

.gptconn-p-80 {
  padding: 80px;
}

.gptconn-p-90 {
  padding: 90px;
}

.gptconn-p-100 {
  padding: 100px;
}

.gptconn-pt-0 {
  padding-top: 0px;
}

.gptconn-pt-10 {
  padding-top: 10px;
}

.gptconn-pt-20 {
  padding-top: 20px;
}

.gptconn-pt-30 {
  padding-top: 30px;
}

.gptconn-pt-40 {
  padding-top: 40px;
}

.gptconn-pt-50 {
  padding-top: 50px;
}

.gptconn-pt-60 {
  padding-top: 60px;
}

.gptconn-pt-70 {
  padding-top: 70px;
}

.gptconn-pt-75 {
  padding-top: 75px;
}

.gptconn-pt-80 {
  padding-top: 80px;
}

.gptconn-pt-90 {
  padding-top: 90px;
}

.gptconn-pt-100 {
  padding-top: 100px;
}

.gptconn-pr-0 {
  padding-right: 0px;
}

.gptconn-pr-10 {
  padding-right: 10px;
}

.gptconn-pr-20 {
  padding-right: 20px;
}

.gptconn-pr-30 {
  padding-right: 30px;
}

.gptconn-pr-40 {
  padding-right: 40px;
}

.gptconn-pr-50 {
  padding-right: 50px;
}

.gptconn-pr-60 {
  padding-right: 60px;
}

.gptconn-pr-70 {
  padding-right: 70px;
}

.gptconn-pr-75 {
  padding-right: 75px;
}

.gptconn-pr-80 {
  padding-right: 80px;
}

.gptconn-pr-90 {
  padding-right: 90px;
}

.gptconn-pr-100 {
  padding-right: 100px;
}

.gptconn-pb-0 {
  padding-bottom: 0px;
}

.gptconn-pb-10 {
  padding-bottom: 10px;
}

.gptconn-pb-20 {
  padding-bottom: 20px;
}

.gptconn-pb-30 {
  padding-bottom: 30px;
}

.gptconn-pb-40 {
  padding-bottom: 40px;
}

.gptconn-pb-50 {
  padding-bottom: 50px;
}

.gptconn-pb-60 {
  padding-bottom: 60px;
}

.gptconn-pb-70 {
  padding-bottom: 70px;
}

.gptconn-pb-75 {
  padding-bottom: 75px;
}

.gptconn-pb-80 {
  padding-bottom: 80px;
}

.gptconn-pb-90 {
  padding-bottom: 90px;
}

.gptconn-pb-100 {
  padding-bottom: 100px;
}

.gptconn-pl-0 {
  padding-left: 0px;
}

.gptconn-pl-10 {
  padding-left: 10px;
}

.gptconn-pl-20 {
  padding-left: 20px;
}

.gptconn-pl-30 {
  padding-left: 30px;
}

.gptconn-pl-40 {
  padding-left: 40px;
}

.gptconn-pl-50 {
  padding-left: 50px;
}

.gptconn-pl-60 {
  padding-left: 60px;
}

.gptconn-pl-70 {
  padding-left: 70px;
}

.gptconn-pl-75 {
  padding-left: 75px;
}

.gptconn-pl-80 {
  padding-left: 80px;
}

.gptconn-pl-90 {
  padding-left: 90px;
}

.gptconn-pl-100 {
  padding-left: 100px;
}

.gptconn-mobile-scrollable {
  overflow-x: auto;
}

.gptconn-mobile-scrollable>img,
.gptconn-mobile-scrollable>div,
.gptconn-mobile-scrollable>table,
.gptconn-mobile-scrollable>canvas {
  min-width: 400px;
}

.gptconn-overlay-container {
  position: relative;
  height: auto;
  overflow: hidden;
}

.gptconn-overlay-background {
  position: relative;
  height: auto;
  overflow: hidden;
}

.gptconn-overlay-front {
  width: 100%;
  position: absolute;
  z-index: 4;
  top: auto;
  text-align: center;
}

.gptconn-img-hover-zoom {
  opacity: 100;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1);
}

.gptconn-img-hover-zoom:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gptconn-ul-cookies-list {
  word-wrap: break-word;
}

.gptconn-full-row {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 100px;
  left: 50%;
}

.gptconn-z-index-bottom,
.gptconn-z-index-9 {
  z-index: 9
}

.gptconn-z-index-99 {
  z-index: 99
}

.gptconn-z-index-999 {
  z-index: 999
}

.gptconn-z-index-9999 {
  z-index: 9999
}

.gptconn-z-index-top,
.gptconn-z-index-99999 {
  z-index: 99999
}

.gptconn-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

input.gptconn-input,
textarea.gptconn-input {
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 50px;
  padding: 12px 18px;
  font-family: var(--wp--preset--font-family--manrope);
  font-size: var(--wp--preset--font-size--large);
  font-weight: var(--wp--preset--font-weight--normal);
  line-height: 1.42857143;
  border-radius: 4px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input.gptconn-input:focus,
textarea.gptconn-input:focus {
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px var(--color-main)99;
  border-color: var(--color-main);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 8px var(--color-main)99;
}

textarea.gptconn-input {
  min-height: 150px;
}

.gptconn-switch input.gptconn-input[type="checkbox"] {
  min-height: 24px !important;
  margin-bottom: 0 !important;
}

.gptconn-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.gptconn-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gptconn-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.gptconn-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.gptconn-slider {
  background-color: var(--bg-color-main);
}

input:focus+.gptconn-slider {
  box-shadow: 0 0 1px var(--bg-color-main);
}

input:checked+.gptconn-slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px);
}

.gptconn-slider.gptconn-round {
  border-radius: 34px;
}

.gptconn-slider.gptconn-round:before {
  border-radius: 50%;
}

.gptconn-btn {
  background-color: var(--color-main);
  color: #fff;
  text-shadow: 0 0 20px var(--color-main);
  display: inline-block;
  margin: auto;
  font-weight: 300;
  font-size: var(--wp--preset--font-size--normal);
  font-family: var(--wp--preset--font-family--manrope);
  font-weight: var(--wp--preset--font-weight--normal);
  border-radius: 4px;
  height: auto;
  text-align: center;
  box-shadow: none;
  line-height: 20px;
  border: none;
  padding: 5px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

.gptconn-btn:hover {
  background-color: var(--bg-color-main-alt);
}

.gptconn-btn-mini {
  line-height: 20px;
  padding: 5px 30px;
}

.gptconn-cursor-pointer {
  cursor: pointer;
}

.gptconn-cursor-help {
  cursor: help;
}

.gptconn-cursor-not-allowed {
  cursor: not-allowed;
}

.gptconn-cursor-move {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.gptconn-cursor-move:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.gptconn-pointer-events-none {
  pointer-events: none;
}

.gptconn-color-transparent {
  color: transparent;
}

.gptconn-color-white {
  color: #ffffff;
}

.gptconn-color-black {
  color: #000000;
}

.gptconn-bg-color-white {
  background-color: #ffffff;
}

.gptconn-bg-color-transparent {
  background-color: transparent;
}

.gptconn-bg-color-black {
  background-color: #000000;
}

.gptconn-color-main-0 {
  color: var(--color-main);
}

.gptconn-bg-color-main-0 {
  background-color: var(--bg-color-main);
}

.gptconn-border-color-main-0 {
  border-color: var(--border-color-main);
}

.gptconn-color-main-1 {
  color: var(--color-main-alt);
}

.gptconn-bg-color-main-1 {
  background-color: var(--bg-color-main-alt);
}

.gptconn-border-color-main-1 {
  border-color: var(--border-color-main-alt);
}

.gptconn-color-red {
  color: #da1d4c;
}

.gptconn-color-blue {
  color: var(--color-main-blue);
}

.gptconn-color-green {
  color: #a3ad20;
}

.gptconn-filter-grayscale {
  filter: grayscale(100%);
}

.gptconn-position-relative {
  position: relative;
}

.gptconn-position-absolute {
  position: absolute;
}

.gptconn-top-0 {
  top: 0;
}

.gptconn-top-10 {
  top: 10px;
}

.gptconn-top-20 {
  top: 20px;
}

.gptconn-left-0 {
  left: 0;
}

.gptconn-left-10 {
  left: 10px;
}

.gptconn-left-20 {
  left: 20px;
}

.gptconn-right-0 {
  right: 0;
}

.gptconn-right-10 {
  right: 10px;
}

.gptconn-right-20 {
  right: 20px;
}

.gptconn-left-0 {
  left: 0;
}

.gptconn-left-10 {
  left: 10px;
}

.gptconn-left-20 {
  left: 20px;
}

.gptconn-bottom-0 {
  bottom: 0;
}

.gptconn-bottom-10 {
  bottom: 10px;
}

.gptconn-bottom-20 {
  bottom: 20px;
}

.gptconn-position-fixed {
  position: fixed;
}

.gptconn-border-none {
  border: none;
}

.gptconn-float-left {
  float: left;
}

.gptconn-float-right {
  float: right;
}

.gptconn-float-none {
  float: none;
}

.gptconn-box-shadow-none {
  box-shadow: none
}

.gptconn-text-shadow-none {
  text-shadow: none
}

.gptconn-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.gptconn-video-embed iframe,
.gptconn-video-embed object,
.gptconn-video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

textarea {
  resize: vertical;
}

.gptconn-shadow {
  box-shadow: 10px 10px 10px #00000026;
}

.gptconn-shadow-dark {
  box-shadow: 10px 10px 10px #d1d1d1;
}

.gptconn-shadow-complete {
  box-shadow: 0 0 25px 0 #00000026;
  border-radius: 5px;
}

.gptconn-main-message {
  min-width: 300px;
  box-shadow: 0 1px 3px 0 #3c40434d, 0 4px 8px 3px #3c40434d;
  font-size: var(--wp--preset--font-size--normal);
  letter-spacing: .2px;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--color-main);
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 50px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
  margin: 25px;
  max-width: 640px;
  min-height: 38px;
  padding: 15px 25px;
  padding-right: 52px;
  position: fixed;
  text-align: left;
  white-space: normal;
  line-height: 25px;
  z-index: 999999;
}

.gptconn-main-message a {
  color: #8ab4f8
}

#gptconn-bar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

#gptconn-bar {
  width: 1%;
  height: 5px;
  background: linear-gradient(90deg, #9d000a, #c36100, #006912, #004f54, #0b00a0);
}

.gptconn-border-radius-50-percent {
  border-radius: 50%;
}

.gptconn-border-radius-5 {
  border-radius: 5px;
}

.gptconn-border-radius-20 {
  border-radius: 20px;
}

.gptconn-border-radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.gptconn-border-radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.gptconn-black-and-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gptconn-box-shadow {
  box-shadow: 4px 4px 10px 1px #0000003d;
}

.gptconn-text-shadow {
  text-shadow: 2px 2px 5px var(--color-main);
}

.gptconn-ul-columns-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.gptconn-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gptconn-close-icon {
  position: absolute;
  top: 5px;
  right: 0;
}

.gptconn-shader {
  z-index: 3;
  -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  opacity: 0;
  background-color: #00000096;
  position: absolute;
  width: 100%;
  height: 100%;
}

.gptconn-shader:hover {
  opacity: 1;
}

.gptconn-opacity-50-percent {
  opacity: 0.5;
}

.gptconn-text-decoration-none {
  text-decoration: none;
}

.gptconn-text-decoration-underline {
  text-decoration: underline;
}

.wc-block-components-notice-banner.is-success,
.gptconn-alert-success {
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
  background-color: #699801;
  color: #ffffff;
  margin: 30px auto;
}

.gptconn-alert-warning {
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
  background-color: #b6821d;
  color: #ffffff;
  margin: 30px auto;
}

.gptconn-alert-error {
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
  background-color: #b61627;
  color: #ffffff;
  margin: 30px auto;
}

.gptconn-max-width-300 {
  max-width: 300px !important;
}

.gptconn-max-width-500 {
  max-width: 500px;
}

.gptconn-max-width-700 {
  max-width: 700px;
}

.gptconn-max-width-1000 {
  max-width: 1000px;
}

.gptconn-white-space-pre-wrap {
  white-space: pre-wrap;
}

/* gptconn TABS */
.gptconn-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  border: 1px solid #cccccc;
  background-color: #f1f1f1
}

.gptconn-tabs button {
  width: 50%;
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 14px 16px;
  transition: .3s
}

.gptconn-tabs button:hover {
  background-color: #dddddd
}

.gptconn-tabs button.active {
  background-color: #cccccc
}

.gptconn-tab-content {
  padding: 30px 12px 6px;
  border: 1px solid #cccccc;
  border-top: none
}

/*  END gptconn TABS */

header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  text-transform: uppercase;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
}

.gptconn-body .darkmode--enabled img,
.gptconn-body .darkmode--enabled figure,
.gptconn-body .darkmode--enabled .gptconn-btn,
.gptconn-body .darkmode--enabled .vle-btn,
.gptconn-body .darkmode--enabled .material-icons-outlined.gptconn-color-main-0,
.gptconn-body .darkmode--enabled .wp-element-button,
.gptconn-body .darkmode--enabled footer {
  mix-blend-mode: difference;
}

.gptconn-bordered {
  border: 1px solid #c3c3c3;
}

.gptconn-body audio {
  filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
  width: 200px;
  height: 25px;
}

.gptconn-body footer h5.has-body-font-family::after {
  background-color: var(--bg-color-main) !important;
}

.gptconn-body #header,
.gptconn-body #header~hr,
.gptconn-body #footer,
.gptconn-body #footer~hr {
  display: none;
}

.gptconn-menu-more-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000057;
}

.gptconn-menu-more {
  position: absolute;
  right: 0;
  min-width: 250px;
  background-color: #ffffff;
  border-radius: 10px;
}

.gptconn-menu-more ul {
  margin: 0;
  padding: 10px;
}

.gptconn-menu-more li {
  text-align: left;
  margin-bottom: 5px;
}

.gptconn-menu-more p {
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--small);
}

.gptconn-list-more {
  position: absolute;
  right: 0;
  min-width: 250px;
  background-color: #ffffff;
  border-radius: 10px;
}

.gptconn-list-more ul {
  margin: 0;
  padding: 10px;
}

.gptconn-list-more li {
  text-align: left;
  margin-bottom: 5px;
}

.gptconn-list-more p {
  margin-bottom: 0;
}

.gptconn-tasks-list {
  margin-top: 50px;
  margin-bottom: 100px;
}

.gptconn-task {
  margin-bottom: 20px;
}

.gptconn-navigation {
  text-align: center;
  max-width: 250px;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.gptconn-navigation>div {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 3px 3px 9px #949494;
}

.gptconn-navigation i:not('.gptconn-color-main-0') {
  color: #b9b9b9;
}

.gptconn-html-multi-wrapper .gptconn-switch {
  float: right;
}

/* Fix for html_multi field labels */
.gptconn-html-multi-field-wrapper {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.gptconn-html-multi-field-wrapper .gptconn-html-multi-label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  clear: both;
}

.gptconn-html-multi-field-wrapper .gptconn-html-multi-field-input {
  display: block;
  width: 100%;
  clear: both;
}



@media all and (max-width:768px) {
  .gptconn-text-2-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .gptconn-tablet-width-100-percent {
    width: 100%;
  }

  .gptconn-tablet-display-block {
    display: block
  }

  .gptconn-tablet-display-table {
    display: table
  }

  .gptconn-container {
    flex-direction: column;
  }

  .wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-justify: flex-start;
  }

  .gptconn-popup.fancybox-content {
    padding: 40px 5px;
    margin-top: 50px;
  }
}

@media all and (max-width:450px) {
  .gptconn-mobile-width-100-percent {
    width: 100%;
  }

  .gptconn-mobile-display-block {
    display: block
  }

  .gptconn-mobile-display-table {
    display: table
  }
}


/* LOADER CIRCLE */
.gptconn-loader-circle-wrapper {
  width: 100%;
  margin: auto;
  height: 200px;
  margin-top: 125px;
}

.gptconn-loader-circle {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px
}

.gptconn-loader-circle div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--color-main);
  border-radius: 50%;
  animation: gptconn-loader-circle 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: var(--color-main) transparent transparent;
}

.gptconn-loader-circle div:nth-child(1) {
  animation-delay: -.45s
}

.gptconn-loader-circle div:nth-child(2) {
  animation-delay: -.3s
}

.gptconn-loader-circle div:nth-child(3) {
  animation-delay: -.15s
}

@keyframes gptconn-loader-circle {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.gptconn-waiting {
  display: inline;
  vertical-align: middle;
}

.gptconn-loader-circle-waiting {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px
}

.gptconn-loader-circle-waiting div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 3px 8px;
  border: 3px solid var(--color-main);
  border-radius: 50%;
  animation: gptconn-loader-circle-waiting 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: var(--color-main) transparent transparent;
}

.gptconn-loader-circle-waiting div:nth-child(1) {
  animation-delay: -.45s
}

.gptconn-loader-circle-waiting div:nth-child(2) {
  animation-delay: -.3s
}

.gptconn-loader-circle-waiting div:nth-child(3) {
  animation-delay: -.15s
}

@keyframes gptconn-loader-circle-waiting {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

/* END LOADER CIRCLE */

/* OWL CAROUSEL */
.gptconn-carousel .owl-nav {
  position: absolute;
  top: 23%;
  width: 100%;
}

.gptconn-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}

.gptconn-carousel .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

.gptconn-carousel .owl-nav i {
  font-size: 50px;
}

.gptconn-carousel .owl-dots {
  margin-top: 30px;
}

.gptconn-carousel .owl-item {
  cursor: grab;
}

.gptconn-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  margin-top: 20px;
}

.gptconn-carousel .owl-dot {
  display: inline-block;
  zoom: 1;
}

.gptconn-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.gptconn-carousel .owl-dots .owl-dot.active span,
.gptconn-carousel .owl-dots .owl-dot:hover span {
  background-color: #585f62;
}

@media all and (max-width:768px) {
  .gptconn-carousel .owl-nav button.owl-prev {
    left: -40px;
  }

  .gptconn-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}

/* END OWL CAROUSEL */

/* GPTCONN FORMS */
.gptconn-section-helper {
  position: absolute;
  left: -15px;
  font-size: var(--wp--preset--font-size--normal);
  cursor: help;
}

.gptconn-toggle label {
  font-weight: bold;
  font-size: var(--wp--preset--font-size--small);
}

.gptconn-images img {
  width: 50px !important;
  height: auto !important;
}

.gptconn-videos {
  margin-bottom: 20px !important;
}

.gptconn-videos img {
  width: 50px !important;
  height: auto !important;
  text-align: center;
}

.gptconn-video {
  padding: 10px !important;
  margin: 0px 10px !important;
  display: inline-block !important;
  border: 1px solid #a2a2a2 !important;
  border-radius: 5px !important;
}

.gptconn-video i {
  font-size: 50px !important;
  width: 100% !important;
  display: block !important;
  min-height: 50px !important;
}

.gptconn-videos-block {
  text-align: center !important;
}

.gptconn-audios {
  margin-bottom: 20px !important;
}

.gptconn-audios img {
  width: 50px !important;
  height: auto !important;
  text-align: center;
}

.gptconn-audio {
  padding: 10px !important;
  margin: 0px 10px !important;
  display: inline-block !important;
  border: 1px solid #a2a2a2 !important;
  border-radius: 5px !important;
}

.gptconn-audio i {
  font-size: 50px !important;
  width: 100% !important;
  display: block !important;
  min-height: 50px !important;
}

.gptconn-audios-block {
  text-align: center !important;
}

.gptconn-files embed {
  width: 100%;
  height: 100px;
}

.gptconn-input-range {
  height: 35px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border-bottom: none;
  padding: 0;
  border: 0 !important;
}

.gptconn-input-range:focus {
  outline: none;
}

.gptconn-input-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c1c1c1;
  border-radius: 50px;
  border: 0px solid #000000;
}

.gptconn-input-range::-webkit-slider-thumb {
  box-shadow: 1px 1px 5px #000000;
  border: 0px solid #000000;
  height: 28px;
  width: 25px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 1px;
}

.gptconn-input-range:focus::-webkit-slider-runnable-track {
  background: #c1c1c1;
}

.gptconn-input-range::-moz-range-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c1c1c1;
  border-radius: 50px;
  border: 0px solid #000000;
}

.gptconn-input-range::-moz-range-thumb {
  box-shadow: 1px 1px 5px #000000;
  border: 0px solid #000000;
  height: 28px;
  width: 25px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}

.gptconn-input-range::-ms-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.gptconn-input-range::-ms-fill-lower {
  background: #c1c1c1;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

.gptconn-input-range::-ms-fill-upper {
  background: #c1c1c1;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

.gptconn-input-range::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 5px #000000;
  border: 0px solid #000000;
  height: 28px;
  width: 25px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}

.gptconn-input-range:focus::-ms-fill-lower {
  background: #c1c1c1;
}

.gptconn-input-range:focus::-ms-fill-upper {
  background: #c1c1c1;
}

.gptconn-input-range-wrapper,
.gptconn-input-stars-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.gptconn-input-range-label-min,
.gptconn-input-stars-label-min {
  position: absolute;
  top: 50px;
  left: -50px;
}

.gptconn-input-hidden-stars {
  text-align: center;
  font-size: 30px !important;
  font-weight: bold;
  border: none !important;
  padding: 0 !important;
  margin: 0;
}

.gptconn-input-range-output {
  text-align: center;
  margin-top: 0;
}

.gptconn-input-star {
  cursor: pointer;
  width: 50px;
  padding: 0 20px;
  font-size: 50px !important;
}

.gptconn-password-checker {
  max-width: 470px;
}

.gptconn-progress-bar-wrapper {
  height: 10px !important;
  border-radius: 3px;
  margin-bottom: 20px;
}

.gptconn-progress-bar {
  border-radius: 3px;
}

.form-group {
  margin-bottom: 10px;
}

.gptconn-show-pass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 15px;
}

.gptconn-progress-bar-danger {
  border-radius: 3px;
  background-color: #e90f10;
}

.gptconn-progress-bar-warning {
  border-radius: 3px;
  background-color: #ffad00;
}

.gptconn-progress-bar-success {
  border-radius: 3px;
  background-color: #02b502;
}

.login-btn {
  width: 180px !important;
  background-image: linear-gradient(to right, #f6086e, #ff133a) !important;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--preset--font-weight--normal);
  color: #fff;
  margin: 0 auto 5px;
  padding: 8px 0;
}

.login-btn:hover {
  background-image: linear-gradient(to right, rgba(255, 0, 111, 0.8), rgba(247, 2, 43, 0.8)) !important;
  color: #fff !important;
}

.fa-eye {
  color: #022255;
  cursor: pointer;
}

.gptconn-password-strength-bar {
  height: 100%;
  -webkit-transition: all .5s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .5s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .5s cubic-bezier(.3, .1, .58, 1);
  -ms-transition: all .5s cubic-bezier(.3, .1, .58, 1);
  transition: all .5s cubic-bezier(.3, .1, .58, 1);
}

@media all and (max-width:768px) {

  .gptconn-input-range-label-min,
  .gptconn-input-stars-label-min {
    left: -10px;
  }
}

.gptconn-input-range-label-max,
.gptconn-input-stars-label-max {
  position: absolute;
  top: 50px;
  right: -50px;
}

@media all and (max-width:768px) {

  .gptconn-input-range-label-max,
  .gptconn-input-stars-label-max {
    right: -10px;
  }
}

.gptconn-section-wrapper label {
  color: var(--color-main);
}

/* Section vertical line for code-folding style */
.gptconn-section-wrapper {
  position: relative;
}

/* Vertical line for code folding style. We don't depend on JS: the block itself is hidden with display:none when closed, so the border only shows when open. */
.gptconn-section-wrapper>.gptconn-toggle-content {
  position: relative;
  border-left: 2px solid var(--gptconn-color-main);
  padding-left: 18px;
  /* 20px original - 2px border */
}

/* Base: Level 1 (odd) - White background */
.gptconn-section-wrapper>.gptconn-toggle-content {
  background-color: var(--gptconn-section-bg-odd);
}

/* Even nesting levels (2, 4, 6...) - Gray background */
.gptconn-section-wrapper .gptconn-section-wrapper>.gptconn-toggle-content,
.gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper>.gptconn-toggle-content,
.gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper>.gptconn-toggle-content {
  background-color: var(--gptconn-section-bg-even);
}

/* Odd nesting levels (3, 5, 7...) - White background */
.gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper>.gptconn-toggle-content,
.gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper .gptconn-section-wrapper>.gptconn-toggle-content {
  background-color: var(--gptconn-section-bg-odd);
}

/* HTML Multi controls */
.gptconn-multi-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.gptconn-multi-arrows {
  display: flex;
  gap: 4px;
  align-items: center;
}

.gptconn-html-multi-move-up,
.gptconn-html-multi-move-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 2px;
  transition: background-color 0.2s ease;
}

.gptconn-html-multi-move-up:hover,
.gptconn-html-multi-move-down:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.gptconn-html-multi-move-up i,
.gptconn-html-multi-move-down i {
  font-size: 20px;
  color: #666;
}

.gptconn-html-multi-move-up:hover i,
.gptconn-html-multi-move-down:hover i {
  color: #000;
}

.gptconn-multi-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.gptconn-multi-arrows {
  display: flex;
  gap: 4px;
  align-items: center;
}

.gptconn-html-multi-move-up,
.gptconn-html-multi-move-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 2px;
  transition: background-color 0.2s ease;
}

.gptconn-html-multi-move-up:hover,
.gptconn-html-multi-move-down:hover {
  background-color: var(--gptconn-color-main-alt);
  border-radius: 4px;
}

.gptconn-html-multi-move-up i,
.gptconn-html-multi-move-down i {
  font-size: 20px;
}

.gptconn-html-multi-move-up:hover i,
.gptconn-html-multi-move-down:hover i {
  color: var(--gptconn-color-main-alt);
}

/* END GPTCONN FORMS */

/* GPTCONN SWITCH */
.gptconn-switch input.gptconn-input[type="checkbox"] {
  min-height: 24px !important;
  margin-bottom: 0 !important;
}

.gptconn-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.gptconn-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gptconn-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.gptconn-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.gptconn-slider {
  background-color: var(--bg-color-main);
}

input:focus+.gptconn-slider {
  box-shadow: 0 0 1px var(--bg-color-main);
}

input:checked+.gptconn-slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px);
}

.gptconn-slider.gptconn-round {
  border-radius: 34px;
}

.gptconn-slider.gptconn-round:before {
  border-radius: 50%;
}

.gptconn-checkbox[disabled]~.gptconn-slider {
  cursor: default;
}

/* END GPTCONN SWITCH */

/* FIELDS DISPLAY */
.gptconn-field-display {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
}

.gptconn-field-label {
  margin-bottom: 10px;
}

.gptconn-field-label h4 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.gptconn-field-description {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.gptconn-field-value {
  color: #444;
}

/* File Display */
.gptconn-file-display {
  display: inline-block;
}

.gptconn-file-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background-color: var(--color-main-grey);
  border-radius: 4px;
  text-decoration: none;
  color: #2196F3;
}

.gptconn-file-link:hover {
  background-color: #e3f2fd;
}

.gptconn-no-file {
  color: #999;
  font-style: italic;
}

/* Checkbox Display */
.gptconn-checkbox-display {
  display: inline-block;
}

.gptconn-checkbox-status {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 500;
}

.gptconn-checkbox-status.checked {
  background-color: #e8f5e9;
  color: #2e7d32;
}

.gptconn-checkbox-status.unchecked {
  background-color: var(--color-main-grey);
  color: #757575;
}

/* Radio Display */
.gptconn-radio-selected {
  display: inline-block;
  padding: 6px 12px;
  background-color: #e3f2fd;
  color: #1976d2;
  border-radius: 4px;
  font-weight: 500;
}

/* Color Display */
.gptconn-color-display {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gptconn-color-preview {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.gptconn-color-value {
  font-family: monospace;
}

/* Text Value */
.gptconn-text-value-wrapper {
  display: block;
  width: 100%;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  min-height: 20px;
}

.gptconn-text-value {
  display: block;
  color: #333;
  line-height: 1.5;
  word-break: break-word;
}

.gptconn-text-value.gptconn-empty-value {
  color: #999;
  font-style: italic;
}

/* Select Value */
.gptconn-select-value,
.gptconn-select-values {
  display: inline-block;
  padding: 8px 12px;
  background-color: var(--color-main-grey);
  border-radius: 4px;
}

.gptconn-select-empty {
  color: #999;
  font-style: italic;
}

/* Textarea Value */
.gptconn-textarea-value {
  padding: 12px;
  background-color: var(--color-main-grey);
  border-radius: 4px;
  white-space: pre-wrap;
  line-height: 1.5;
}

/* Image Gallery */
.gptconn-image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 10px;
}

.gptconn-image-item {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.gptconn-image-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gptconn-no-image {
  color: #999;
  font-style: italic;
}

/* Editor Content */
.gptconn-editor-content {
  padding: 12px;
  background-color: var(--color-main-grey);
  border-radius: 4px;
}

/* HTML Content */
.gptconn-html-content {
  padding: 12px;
  background-color: var(--color-main-grey);
  border-radius: 4px;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .gptconn-field-display {
    padding: 10px;
  }

  .gptconn-image-gallery {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
  }
}

/* END FIELDS DISPLAY */

/* CPT FILTER */
.gptconn-cpt-search-wrapper {
  padding: 8px 15px;
  transition: all 0.3s ease;
  width: 100%;
}

.gptconn-cpt-search-toggle {
  color: var(--gptconn-formpage-color-secondary);
  margin-right: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gptconn-cpt-search-toggle:hover {
  color: var(--gptconn-formpage-color-secondary-dark);
  transform: scale(1.1);
}

.gptconn-cpt-search-input {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.gptconn-cpt-search-input:focus {
  box-shadow: none !important;
}

.gptconn-cpt-search-input::placeholder {
  color: #999;
  font-style: italic;
}

/* Animation for search input */
.gptconn-cpt-search-input.gptconn-display-none {
  width: 0;
  opacity: 0;
  margin-right: 0 !important;
}

.gptconn-cpt-search-input:not(.gptconn-display-none) {
  width: 90% !important;
  opacity: 1;
  margin-right: 10px !important;
}

/* Smooth transitions for filtered items */
.gptconn-gptconn_point-list-item {
  transition: all 0.3s ease;
}

.gptconn-gptconn_point-list-item:not(:visible) {
  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gptconn-cpt-search-container {
    justify-content: center;
  }

  .gptconn-cpt-search-wrapper {
    max-width: 250px;
  }
}

/* END CPT FILTER */