.gc .gc-step {
  margin-top: 24px;
}
.gc .gc-step .step-title {
  font-weight: 700;
  border-bottom: 0.5px solid var(--color-silver);
  padding-bottom: 26px;
  margin-bottom: 25px;
}
.gc .gc-step .gc-section-content {
  border-bottom: 0.5px solid var(--color-silver);
  margin-bottom: 25px;
}
.gc .gc-step .step-edit {
  float: right;
  color: var(--color-aqua);
  cursor: pointer;
}
.gc .gc-step.js-current-step .step-edit, .gc .gc-step:not(.js-current-step) .gc-section-content, .gc .gc-step.js-current-step ~ section .step-edit {
  display: none;
}
.gc .gc-step.js-current-step ~ section {
  pointer-events: none;
}
.gc .gc-title {
  color: var(--color-aqua);
  font-size: 24px;
  margin: 50px 0 0;
}
.gc .gc-description {
  font-size: 15px;
  margin-top: 15px;
  border-bottom: 0.5px solid var(--color-silver);
  padding-bottom: 26px;
}
.gc .gc-caption {
  color: var(--color-grey);
  font-size: 12px;
  margin-top: 6px;
}
.gc .gc-date {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
}
.gc .gc-additional-information {
  padding: 5px 40px 15px;
}
.gc .gc-actions {
  margin: 30px 0;
}
.gc .gc-actions .btn {
  width: 100%;
}
.gc .gc-actions.group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
}
.gc .gc-templates:not(.selected) {
  display: none;
}
.gc .gc-templates-list {
  display: flex;
  width: max-content;
  padding-bottom: 15px;
}
.gc .gc-templates-list .link-template {
  width: 200px;
  height: 200px;
  border: 1px solid var(--color-vanilla);
  display: flex;
  align-items: center;
}
.gc .gc-templates-list .link-template::after, .gc .gc-templates-list .link-template::before {
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
.gc .gc-templates-list .link-template::before {
  border: 0.5px solid #c6c6c6;
  background-color: #fff;
  height: 18px;
  width: 18px;
  right: 8px;
  top: 8px;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.gc .gc-templates-list .link-template::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none' viewBox='0 0 10 8'%3e%3cpath fill='%23fff' d='M3.5 6.1 1.4 4l-.7.7 2.8 2.8 6-6-.7-.7-5.3 5.3Z'/%3e%3c/svg%3e ");
  width: 10px;
  height: 8px;
  right: 12px;
  top: 13px;
}
.gc .gc-templates-list .link-template.selected::before {
  background-color: #3f8728;
  border-color: transparent;
}
.gc .gc-templates-list .zoom-link {
  transition: opacity 0.3s ease;
  position: absolute;
  right: 8px;
  bottom: 8px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
@media (hover: none) {
  .gc .gc-templates-list .zoom-link {
    opacity: 1;
  }
}
.gc .gc-templates-list li {
  margin-right: 15px;
  position: relative;
}
.gc .gc-templates-list li:hover .zoom-link {
  opacity: 1;
}
.gc .gc-templates-list img {
  width: 100%;
  height: auto;
}
.gc .gc-templates-actions {
  float: right;
  margin-top: -44px;
}
.gc .gc-templates-actions svg {
  margin-bottom: 15px;
  cursor: pointer;
}
.gc .gc-templates-actions svg:first-child {
  margin-right: 15px;
}
.gc .category-tree {
  max-width: calc(100% - 50px);
  min-width: unset;
  margin-bottom: 26px;
}

/*# sourceMappingURL=choicegiftcard.css.map */
