.custom-form-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
  text-align: center;
}
.custom-form-content-item figure {
  position: relative;
  padding-bottom: 300px;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.custom-form-content-item figure img {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  object-fit: cover !important;
  height:100% !important;
  width:100% !important;
}
.custom-form-content-item .votation-wrapper legend {
  margin-bottom: 10px;
}
.custom-form-content-item .item-counter {
  font-size: 14px;
  color: var(--global-palette1);
}
.custom-form-content-item .item-counter span {
  font-weight: 700;
  font-size: 16px;
}
.custom-form-content-wrapper .navigation-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.custom-form-content-wrapper .navigation-wrapper button {
  background: var(--gf-color-primary);
  border-radius: 100px !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}
.custom-form-content-wrapper .navigation-wrapper button.gf-prev {
  background: transparent !important;
  color: var(--gf-color-primary) !important;
  text-decoration: underline !important;
  opacity: 0.5;
}
.custom-form-content-wrapper .navigation-wrapper button.gf-prev:hover {
  opacity: 1;
}
.desc-accordion-wrapper {
  width: 100%;
  font-size: 16px;
  max-width: 600px;
}
.desc-accordion-wrapper button {
  width: 100% !important;
  justify-content: space-between !important;
  background: transparent !important;
  border: 1px solid var(--global-palette6) !important;
  color: var(--global-palette3) !important;
  font-weight: 700 !important;
}
.desc-accordion-wrapper button .desc-accordion-icon {
  border-left: 1px solid var(--global-palette6);
  border-bottom: 1px solid var(--global-palette6);
  rotate: -45deg;
  width: 6px;
  height: 6px;
}
.desc-accordion-wrapper .desc-accordion-panel {
  padding-top: 10px;
  text-align: left;
  color: var(--global-palette5) !important;
  font-size: 16px;
}
.already-submitted-message {
  padding-top: 15px;
  color: var(--global-palette1);
  font-weight: 400;
  text-align: center;
  font-size:20px;
}
body .already-submitted-message .gform-footer {
  display: none !important;
}

.desc-accordion-panel-header {
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.desc-accordion-panel-header .desc-accordion-icon {
  border-left: 1px solid var(--global-palette6);
  border-bottom: 1px solid var(--global-palette6);
  rotate: -45deg;
  width: 6px;
  height: 6px;
}
.kadence-child .pum-close.popmake-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 5px;
}
.kadence-child .pum-close.popmake-close:before {
  content: "";
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiByeD0iMTkiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMSIvPgo8cGF0aCBkPSJNMjQuMjUgMTlIMTMuNzUiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTkgMTMuNzVMMTMuNzUgMTlMMTkgMjQuMjUiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

@media (max-width: 640px) {
  .custom-form-content-item figure {
    width: 150px;
    padding-bottom: 150px;
  }
}