body.ifcg-place-flow-page .page-title {
  display: none;
}

body.ifcg-place-flow-page .site-footer,
body.ifcg-place-flow-page footer.site-footer,
body.ifcg-place-flow-page #colophon,
body.ifcg-place-flow-page .elementor-location-footer,
body.ifcg-place-flow-page .copyright,
body.ifcg-place-flow-page footer,
html.ifcg-place-flow-page-root .site-footer,
html.ifcg-place-flow-page-root footer.site-footer,
html.ifcg-place-flow-page-root #colophon,
html.ifcg-place-flow-page-root .elementor-location-footer,
html.ifcg-place-flow-page-root .copyright,
html.ifcg-place-flow-page-root footer {
  display: none;
}

#ifcg-place-flow {
  --ifcg-place-accent: #f9c608;
  --ifcg-place-accent-dark: #9a7600;
  --ifcg-place-text: #171717;
  --ifcg-place-muted: #6b7280;
  --ifcg-place-border: #e7e9ef;
  --ifcg-place-soft: #f7f8fb;
  --ifcg-place-panel: #ffffff;
  --ifcg-place-danger: #d92d20;
  --ifcg-place-shadow: 0 18px 48px rgba(16, 24, 40, .08);
  --ifcg-place-steps-width: 320px;
  --ifcg-place-layout-gap: 24px;
  --ifcg-place-content-width: 980px;
  color: var(--ifcg-place-text);
  max-width: 1360px;
  margin: 0 auto;
}

#ifcg-place-flow * {
  box-sizing: border-box;
}

#ifcg-place-flow .ifcg-place-flow__topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  width: min(100%, calc(var(--ifcg-place-steps-width) + var(--ifcg-place-layout-gap) + var(--ifcg-place-content-width)));
  padding: 14px;
  border: 1px solid var(--ifcg-place-border);
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 28px rgba(16, 24, 40, .08);
  backdrop-filter: blur(12px);
}

#ifcg-place-flow .ifcg-place-flow__topbar-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}

#ifcg-place-flow .ifcg-place-flow__topbar-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#ifcg-place-flow .ifcg-place-flow__draft {
  min-height: 17px;
  color: var(--ifcg-place-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

#ifcg-place-flow h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--ifcg-place-text);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: 0;
}

#ifcg-place-flow .ifcg-place-flow__title-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ifcg-place-accent);
  color: #111;
  font-size: 18px;
  line-height: 1;
}

#ifcg-place-flow .ifcg-place-flow__status {
  min-width: 82px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  color: var(--ifcg-place-muted);
  font-weight: 800;
}

#ifcg-place-flow .ifcg-place-flow__status-current {
  color: var(--ifcg-place-text);
}

#ifcg-place-flow .ifcg-place-flow__progress {
  flex: 0 0 100%;
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: #eceff4;
  margin-top: 2px;
}

#ifcg-place-flow .ifcg-place-flow__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--ifcg-place-accent);
  transition: width .22s ease;
}

#ifcg-place-flow .ifcg-place-flow__layout {
  display: grid;
  grid-template-columns: minmax(240px, var(--ifcg-place-steps-width)) minmax(0, 1fr);
  gap: var(--ifcg-place-layout-gap);
  align-items: start;
}

#ifcg-place-flow .ifcg-place-flow__steps {
  position: sticky;
  top: 104px;
}

#ifcg-place-flow .ifcg-place-flow__steps ol {
  list-style: none;
  margin: 0;
  padding: 8px;
  border: 1px solid var(--ifcg-place-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--ifcg-place-shadow);
}

#ifcg-place-flow .ifcg-place-flow__steps li + li {
  margin-top: 4px;
}

#ifcg-place-flow .ifcg-place-flow__steps a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--ifcg-place-text);
  text-decoration: none;
  transition: background .16s ease, color .16s ease;
}

#ifcg-place-flow .ifcg-place-flow__steps a:hover,
#ifcg-place-flow .ifcg-place-flow__steps li.is-active a {
  background: #fff7d6;
}

#ifcg-place-flow .ifcg-place-flow__steps li.is-done a {
  color: #344054;
}

#ifcg-place-flow .ifcg-place-flow__step-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ifcg-place-soft);
  color: #111827;
  font-size: 19px;
}

#ifcg-place-flow .ifcg-place-flow__steps li.is-active .ifcg-place-flow__step-icon,
#ifcg-place-flow .ifcg-place-flow__steps li.is-done .ifcg-place-flow__step-icon {
  background: var(--ifcg-place-accent);
}

#ifcg-place-flow .ifcg-place-flow__steps strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}

#ifcg-place-flow .ifcg-place-flow__steps small {
  display: block;
  margin-top: 2px;
  color: var(--ifcg-place-muted);
  font-size: 12px;
  line-height: 1.25;
}

#ifcg-place-flow .ifcg-place-flow__content {
  min-width: 0;
  width: 100%;
  max-width: var(--ifcg-place-content-width);
  justify-self: start;
}

#ifcg-place-flow .ifcg-place-flow__help {
  margin: 0 0 14px;
  color: var(--ifcg-place-muted);
  font-size: 15px;
}

#ifcg-place-flow .ifcg-place-flow__panel {
  display: none;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--ifcg-place-border);
  border-radius: 8px;
  background: var(--ifcg-place-panel);
  box-shadow: var(--ifcg-place-shadow);
}

#ifcg-place-flow .ifcg-place-flow__panel.is-active {
  display: block;
}

#ifcg-place-flow .ifcg-place-flow__technical {
  display: none !important;
}

#ifcg-place-flow .ifcg-place-flow__panel.has-errors {
  border-color: rgba(217, 45, 32, .45);
  box-shadow: 0 18px 48px rgba(217, 45, 32, .08);
}

#ifcg-place-flow .ifcg-place-flow__panel-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--ifcg-place-border);
}

#ifcg-place-flow .ifcg-place-flow__panel-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ifcg-place-accent);
  color: #111;
  font-size: 18px;
}

#ifcg-place-flow .ifcg-place-flow__panel-head h2 {
  margin: 0;
  color: var(--ifcg-place-text);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

#ifcg-place-flow .ifcg-place-flow__panel-head p {
  margin: 4px 0 0;
  color: var(--ifcg-place-muted);
  font-size: 14px;
}

#ifcg-place-flow .place-fields-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #f0f2f5;
}

#ifcg-place-flow .place-fields-wrap:first-of-type {
  padding-top: 0;
}

#ifcg-place-flow .place-fields-wrap:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#ifcg-place-flow .place-fields-title h3,
#ifcg-place-flow .group-field > h3 {
  margin: 0 0 10px;
  color: var(--ifcg-place-text);
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0;
}

#ifcg-place-flow input[type="text"],
#ifcg-place-flow input[type="email"],
#ifcg-place-flow input[type="number"],
#ifcg-place-flow input[type="url"],
#ifcg-place-flow input[type="tel"],
#ifcg-place-flow textarea,
#ifcg-place-flow select,
#ifcg-place-flow .select2-selection {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e6e8f0;
  border-radius: 12px;
  background: #fff;
  color: var(--ifcg-place-text);
  padding: .75rem .9rem;
  line-height: 1.4;
  box-shadow: none;
  transition: border .15s ease, box-shadow .15s ease;
}

#ifcg-place-flow textarea {
  min-height: 132px;
}

.page-control #ifcg-place-flow .place-manager-form .form-group input.form-control,
.page-control #ifcg-place-flow .place-manager-form .form-group textarea.form-control,
.page-control #ifcg-place-flow .place-manager-form .form-group select.form-control,
.page-control #ifcg-place-flow .form-control {
  min-height: 44px;
  border: 1px solid #e6e8f0 !important;
  border-radius: 12px;
  background: #fff;
  color: var(--ifcg-place-text);
  padding: .75rem .9rem;
  line-height: 1.4;
  box-shadow: none;
}

.page-control #ifcg-place-flow .place-manager-form .form-group textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

#ifcg-place-flow .select2-selection {
  padding: 0;
}

#ifcg-place-flow .select2-container {
  width: 100% !important;
}

#ifcg-place-flow .form-select > i.la-angle-down,
#ifcg-place-flow .form-select > i.small {
  display: none;
}

#ifcg-place-flow .select2-container--default .select2-selection--single,
#ifcg-place-flow .select2-container--default .select2-selection--multiple {
  min-height: 44px;
  border: 1px solid #e6e8f0;
  border-radius: 12px;
  background: #fff;
  color: var(--ifcg-place-text);
}

#ifcg-place-flow .select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  padding: 5px 38px 5px 10px;
}

#ifcg-place-flow .select2-container--default .select2-selection--single {
  height: 44px;
}

#ifcg-place-flow .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 38px 0 14px;
  color: var(--ifcg-place-text);
  line-height: 42px;
}

#ifcg-place-flow .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  min-height: 32px;
  padding: 0;
}

#ifcg-place-flow .select2-container--default .select2-selection--multiple .select2-search--inline {
  line-height: 1;
}

#ifcg-place-flow .select2-container--default .select2-selection--multiple .select2-search__field {
  height: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

#ifcg-place-flow .form-select .select2-container {
  position: relative;
}

#ifcg-place-flow .form-select .select2-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #667085;
  border-bottom: 1.5px solid #667085;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

#ifcg-place-flow .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

#ifcg-place-flow #location select.ifcg-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#ifcg-place-flow .ifcg-custom-select {
  position: relative;
  width: 100%;
}

#ifcg-place-flow .ifcg-custom-select__button {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e6e8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 38px 0 14px;
  background: #fff;
  color: var(--ifcg-place-text);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  transition: border .15s ease, box-shadow .15s ease;
}

#ifcg-place-flow .ifcg-custom-select__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #667085;
  border-bottom: 1.5px solid #667085;
  transform: translateY(-65%) rotate(45deg);
}

#ifcg-place-flow .ifcg-custom-select.is-open .ifcg-custom-select__button,
#ifcg-place-flow .ifcg-custom-select__button:focus {
  border-color: #e6e8f0;
  box-shadow: 0 0 0 3px rgba(240, 192, 0, .25);
  outline: 0;
}

#ifcg-place-flow .ifcg-custom-select__value {
  min-width: 0;
  display: block;
  overflow: hidden;
  color: var(--ifcg-place-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ifcg-place-flow .ifcg-custom-select__list {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 100;
  max-height: 260px;
  padding: 6px;
  border: 1px solid #e6e8f0;
  border-radius: 12px;
  display: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 24, 40, .14);
}

#ifcg-place-flow .ifcg-custom-select.is-open .ifcg-custom-select__list {
  display: block;
}

#ifcg-place-flow .ifcg-custom-select__option {
  width: 100%;
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  display: block;
  padding: 8px 10px;
  background: transparent;
  color: var(--ifcg-place-text);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

#ifcg-place-flow .ifcg-custom-select__option:hover,
#ifcg-place-flow .ifcg-custom-select__option.is-selected {
  background: #fff7d6;
}

#ifcg-place-flow .ifcg-custom-select__option.is-disabled,
#ifcg-place-flow .ifcg-custom-select__option:disabled {
  opacity: .5;
  cursor: not-allowed;
}

#ifcg-place-flow .ifcg-custom-select__list::-webkit-scrollbar {
  width: 8px;
}

#ifcg-place-flow .ifcg-custom-select__list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d0d5dd;
}

#ifcg-place-flow .ifcg-custom-select__list::-webkit-scrollbar-track {
  background: transparent;
}

#ifcg-place-flow .nice-select {
  width: 100%;
  height: 44px;
  min-height: 44px;
  border: 1px solid #e6e8f0;
  border-radius: 12px;
  padding: 0 38px 0 14px;
  background: #fff;
  color: var(--ifcg-place-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  box-shadow: none;
}

#ifcg-place-flow .nice-select::after {
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-color: #667085;
  border-width: 0 1.5px 1.5px 0;
}

#ifcg-place-flow .nice-select.form-control {
  display: block;
  padding-right: 38px;
  padding-left: 14px;
}

#ifcg-place-flow .nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ifcg-place-flow .nice-select.open {
  z-index: 60;
}

#ifcg-place-flow .nice-select .list {
  max-height: 260px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, .14);
}

#ifcg-place-flow .nice-select .list::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

#ifcg-place-flow .nice-select .list::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d0d5dd;
}

#ifcg-place-flow .nice-select .list::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}

.select2-container--open {
  z-index: 10050;
}

.select2-results__options {
  max-height: 260px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

#ifcg-place-flow input:focus,
#ifcg-place-flow textarea:focus,
#ifcg-place-flow select:focus,
#ifcg-place-flow .select2-container--focus .select2-selection,
#ifcg-place-flow .select2-container--open .select2-selection {
  border-color: #e6e8f0;
  box-shadow: 0 0 0 3px rgba(240, 192, 0, .25);
  outline: 0;
}

#ifcg-place-flow label.error {
  display: block;
  margin-top: 7px;
  color: var(--ifcg-place-danger);
  font-size: 13px;
  font-weight: 700;
}

#ifcg-place-flow .place-address .input-area {
  position: relative;
}

#ifcg-place-flow .place-address .input-area input {
  padding-right: 44px;
}

#ifcg-place-flow .place-address .input-area .my-location {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--ifcg-place-text);
  transform: translateY(-50%);
  text-decoration: none;
}

#ifcg-place-flow .place-address .input-area .my-location i {
  display: block;
  line-height: 1;
}

#ifcg-place-flow #location .place-city .form-group.row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-right: 0;
  margin-left: 0;
}

#ifcg-place-flow #location .place-city .form-group.row > [class*="col-"] {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

#ifcg-place-flow #location .place-city .form-group.row > [class*="col-"] > .form-group {
  margin-bottom: 0;
}

#ifcg-place-flow .place-fields-media .place-fields-title {
  margin-bottom: 12px;
}

#ifcg-place-flow .place-fields-file .field-note {
  margin-top: 10px;
  color: var(--ifcg-place-muted);
  font-size: 13px;
  font-style: normal;
}

#ifcg-place-flow #featured_image_plupload_container {
  position: relative;
  width: min(100%, 220px);
  min-height: 130px;
  border: 1px dashed #d0d5dd;
  border-radius: 12px;
  background: #fbfcfe;
  overflow: hidden;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

#ifcg-place-flow #featured_image_plupload_container:hover {
  border-color: var(--ifcg-place-accent);
  background: #fffdf2;
  box-shadow: 0 0 0 3px rgba(240, 192, 0, .14);
}

#ifcg-place-flow #golo_place_featured_image_view {
  width: 100%;
  height: 100%;
  min-height: 130px;
}

#ifcg-place-flow #golo_select_featured_image {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--ifcg-place-text);
  cursor: pointer;
}

#ifcg-place-flow #golo_select_featured_image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ifcg-place-accent);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 18px rgba(249, 198, 8, .32);
}

#ifcg-place-flow #golo_select_featured_image > i,
#ifcg-place-flow #golo_select_featured_image > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 20px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

#ifcg-place-flow #golo_select_featured_image > span i {
  position: static;
  width: auto;
  height: auto;
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  transform: none;
}

#ifcg-place-flow #golo_place_featured_image_view:not(:empty) + #golo_select_featured_image::before,
#ifcg-place-flow #golo_place_featured_image_view:not(:empty) + #golo_select_featured_image > i,
#ifcg-place-flow #golo_place_featured_image_view:not(:empty) + #golo_select_featured_image > span {
  opacity: 0;
  transition: opacity .15s ease;
}

#ifcg-place-flow #featured_image_plupload_container:hover #golo_place_featured_image_view:not(:empty) + #golo_select_featured_image::before,
#ifcg-place-flow #featured_image_plupload_container:hover #golo_place_featured_image_view:not(:empty) + #golo_select_featured_image > i,
#ifcg-place-flow #featured_image_plupload_container:hover #golo_place_featured_image_view:not(:empty) + #golo_select_featured_image > span {
  opacity: 1;
}

#ifcg-place-flow #golo_place_featured_image_view .media-thumb,
#ifcg-place-flow #golo_place_featured_image_view .media-thumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 130px;
  margin: 0;
  border: 0;
}

#ifcg-place-flow #golo_place_featured_image_view img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  display: block;
  object-fit: cover;
}

#ifcg-place-flow .media-item-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 20px rgba(16, 24, 40, .16);
}

#ifcg-place-flow .media-item-actions .icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b42318;
  line-height: 1;
}

#ifcg-place-flow .media-item-actions .icon i {
  display: block;
  line-height: 1;
}

#ifcg-place-flow #featured_image_errors_log,
#ifcg-place-flow #golo_gallery_errors_log {
  margin-bottom: 10px;
  color: var(--ifcg-place-danger);
  font-size: 13px;
  font-weight: 700;
}

#ifcg-place-flow #place_gallery_thumbs_container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}

#ifcg-place-flow #place_gallery_thumbs_container > div {
  width: 112px;
  min-height: 92px;
  padding: 0;
  margin: 0;
  border-radius: 12px;
  background: #f2f4f7;
  overflow: hidden;
}

#ifcg-place-flow #place_gallery_thumbs_container .media-thumb,
#ifcg-place-flow #place_gallery_thumbs_container .media-thumb-wrap {
  position: relative;
  width: 112px;
  height: 92px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f4f7;
}

#ifcg-place-flow #place_gallery_thumbs_container > div[id^="holder-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ifcg-place-flow #place_gallery_thumbs_container > div[id^="holder-"] > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ifcg-place-text);
  line-height: 1;
}

#ifcg-place-flow #place_gallery_thumbs_container > div[id^="holder-"] > span i {
  display: block;
  line-height: 1;
}

#ifcg-place-flow #place_gallery_thumbs_container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#ifcg-place-flow #golo_gallery_plupload_container {
  width: min(100%, 360px);
  min-height: 150px;
  padding: 22px;
  border: 1px dashed #d0d5dd;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fbfcfe;
  text-align: center;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

#ifcg-place-flow #golo_gallery_plupload_container:hover {
  border-color: var(--ifcg-place-accent);
  background: #fffdf2;
  box-shadow: 0 0 0 3px rgba(240, 192, 0, .14);
}

#ifcg-place-flow #golo_gallery_plupload_container h4 {
  margin: 0;
  color: var(--ifcg-place-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

#ifcg-place-flow #golo_gallery_plupload_container h4 i {
  display: none;
}

#ifcg-place-flow #golo_gallery_plupload_container span {
  display: block;
  margin: 0;
  color: var(--ifcg-place-muted);
  font-size: 13px;
}

#ifcg-place-flow #golo_select_gallery_images {
  min-height: 40px;
  border: 1px solid var(--ifcg-place-accent);
  border-radius: 50px;
  padding: .65rem 1rem;
  background: var(--ifcg-place-accent);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

#ifcg-place-flow #golo_select_gallery_images:hover {
  background: #fff;
  border-color: var(--ifcg-place-accent);
  color: var(--ifcg-place-accent);
}

#ifcg-place-flow .place-amenities .form-check ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: 20px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

#ifcg-place-flow .place-amenities .form-check ul li {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  margin: 0;
  color: var(--ifcg-place-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

#ifcg-place-flow .place-amenities .form-check ul li label {
  display: block;
  flex: 1;
  min-width: 0;
  margin: -2px 0 0;
  padding-left: 10px;
  color: var(--ifcg-place-text);
  cursor: pointer;
  overflow-wrap: anywhere;
}

#ifcg-place-flow .place-amenities .form-check ul li .custom-checkbox {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  border: 2px solid #8d8d8d;
  border-radius: 3px;
  background: #fff;
  position: relative;
  top: 2px;
}

#ifcg-place-flow .place-amenities .form-check ul li .custom-checkbox:checked {
  border-color: #2a2a2a;
  background: #2a2a2a;
}

#ifcg-place-flow .place-amenities .form-check ul li .custom-checkbox:checked:before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
}

#ifcg-place-flow .ifcg-place-flow__controls {
  position: sticky;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--ifcg-place-border);
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 -12px 30px rgba(16, 24, 40, .06);
  backdrop-filter: blur(10px);
}

#ifcg-place-flow .ifcg-place-flow__button,
#ifcg-place-flow .ifcg-place-flow__submit,
#ifcg-place-flow .ifcg-place-flow__save {
  min-height: 44px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: .75rem 1rem;
  border: 1px solid #e6e8f0;
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

#ifcg-place-flow .ifcg-place-flow__button--secondary {
  background: #fff;
  color: var(--ifcg-place-text);
}

#ifcg-place-flow .ifcg-place-flow__button--secondary:hover {
  border-color: var(--ifcg-place-accent);
  color: var(--ifcg-place-accent);
}

#ifcg-place-flow .ifcg-place-flow__button--primary,
#ifcg-place-flow .ifcg-place-flow__submit,
#ifcg-place-flow .ifcg-place-flow__save {
  background: var(--ifcg-place-accent);
  border-color: var(--ifcg-place-accent);
  color: #fff;
}

#ifcg-place-flow .ifcg-place-flow__button--primary:hover,
#ifcg-place-flow .ifcg-place-flow__submit:hover,
#ifcg-place-flow .ifcg-place-flow__save:hover {
  background: #fff;
  border-color: var(--ifcg-place-accent);
  color: var(--ifcg-place-accent);
}

#ifcg-place-flow .ifcg-place-flow__button[disabled] {
  opacity: .45;
  cursor: not-allowed;
}

.page-control #ifcg-place-flow .ifcg-place-flow__controls .btn-submit-place,
#ifcg-place-flow .ifcg-place-flow__controls .ifcg-place-flow__submit {
  height: 44px;
  min-height: 44px;
  margin-top: 0;
  align-self: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  line-height: 1 !important;
}

#ifcg-place-flow .ifcg-place-flow__submit > span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

#ifcg-place-flow .btn-submit-place .btn-loading {
  display: none;
  margin-left: 8px;
  line-height: 1;
}

#ifcg-place-flow .ifcg-place-flow__blocked,
.ifcg-place-flow-notice {
  max-width: 760px;
  margin: 24px auto;
  padding: 18px;
  border: 1px solid var(--ifcg-place-border, #e7e9ef);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .08);
}

#ifcg-place-flow .ifcg-place-flow__blocked p,
.ifcg-place-flow-notice {
  color: var(--ifcg-place-text, #171717);
  font-weight: 700;
}

#ifcg-place-flow .ifcg-place-flow__package {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #ifcg-place-flow {
    padding-inline: 14px;
  }

  #ifcg-place-flow .ifcg-place-flow__topbar {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  #ifcg-place-flow .ifcg-place-flow__topbar-actions {
    justify-content: space-between;
  }

  #ifcg-place-flow .ifcg-place-flow__layout {
    grid-template-columns: 1fr;
  }

  #ifcg-place-flow .ifcg-place-flow__steps {
    position: static;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  #ifcg-place-flow .ifcg-place-flow__steps ol {
    display: flex;
    width: max-content;
    min-width: 100%;
  }

  #ifcg-place-flow .ifcg-place-flow__steps li {
    width: 220px;
  }

  #ifcg-place-flow .ifcg-place-flow__steps li + li {
    margin-top: 0;
    margin-left: 4px;
  }

  #ifcg-place-flow .place-amenities .form-check ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #ifcg-place-flow .ifcg-place-flow__topbar {
    top: 0;
    padding: 12px;
  }

  #ifcg-place-flow .ifcg-place-flow__topbar-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
  }

  #ifcg-place-flow .ifcg-place-flow__status {
    min-width: 72px;
  }

  #ifcg-place-flow .ifcg-place-flow__panel {
    padding: 15px;
  }

  #ifcg-place-flow .ifcg-place-flow__controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  #ifcg-place-flow .ifcg-place-flow__submit,
  #ifcg-place-flow .ifcg-place-flow__button,
  #ifcg-place-flow .ifcg-place-flow__save {
    width: 100%;
  }

  #ifcg-place-flow .ifcg-place-flow__submit {
    grid-column: 1 / -1;
  }

  #ifcg-place-flow .place-amenities .form-check ul {
    grid-template-columns: 1fr;
  }

  #ifcg-place-flow #location .place-city .form-group.row {
    grid-template-columns: 1fr;
  }
}
