
.gpg-guide {
  width: 100%;
  max-width: none;
  margin: 0;
}

.gpg-guide__questions {
  width: 100%;
}

.gpg-step {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #fff;
  overflow: hidden;
}

.gpg-step__title {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  background: #4b4e54;
  color: #fff;
  font-weight: 400;
}

.gpg-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 58px;
  min-width: 58px;
  background: var(--wdtQuaternaryColor, #ee6c00);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.gpg-step__answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.gpg-answer {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 20px;
  border-top: 1px solid #eee;
  cursor: pointer;
}

.gpg-answer:nth-child(odd) {
  border-right: 1px solid #eee;
}

.gpg-answer:hover,
.gpg-answer.is-selected {
  background: #fafafa;
}

.gpg-answer input {
  accent-color: #ee6c00;
}

.gpg-guide__results {
  width: 100%;
  margin-top: 36px;
}

.gpg-guide__results > h3 {
  text-align: center;
  margin-bottom: 22px;
}

.gpg-guide__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.gpg-product {
  display: flex;
  flex-direction: column;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.gpg-product__image {
  height: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #fff;
  box-sizing: border-box;
}

.gpg-product__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: contain;
}

.gpg-product__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px;
}

.gpg-product h4 {
  margin: 0 0 8px;
  text-align: center;
}

.gpg-product h4 a {
  color: inherit;
  text-decoration: none;
}

.gpg-product__price {
  text-align: center;
  margin-bottom: 14px;
}

.gpg-product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 999px;
  background: #001d12;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.gpg-guide__reset {
  display: block;
  margin: 35px auto 0;
  padding: 12px 18px;
  border: 0;
  background: var(--wdtQuaternaryColor, #ee6c00);
  color: #fff;
  width: fit-content;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.gpg-guide__reset:hover {
  filter: brightness(0.95);
  color: #fff;
}

.gpg-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.gpg-notice {
  padding: 12px;
  border-left: 4px solid #d63638;
  background: #fff;
}

@media (max-width: 1100px) {
  .gpg-guide__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .gpg-guide__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .gpg-step__answers,
  .gpg-guide__products {
    grid-template-columns: 1fr;
  }

  .gpg-answer:nth-child(odd) {
    border-right: 0;
  }
}


/* v2.0.5 - Priorite sur les styles du theme */
.gpg-guide .gpg-step .gpg-step__title {
  background: #4b4e54 !important;
  background-color: #4b4e54 !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.gpg-guide .gpg-step .gpg-step__title > span:not(.gpg-step__number) {
  color: #fff !important;
  font-weight: 400 !important;
}

.gpg-guide .gpg-step .gpg-step__number {
  background: var(--wdtQuaternaryColor, #ee6c00) !important;
  background-color: var(--wdtQuaternaryColor, #ee6c00) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.gpg-guide button.gpg-guide__reset,
.gpg-guide .gpg-guide__reset {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 0 !important;
  margin: 40px auto 0 !important;
  padding: 12px 24px !important;
  background: var(--wdtQuaternaryColor, #ee6c00) !important;
  background-color: var(--wdtQuaternaryColor, #ee6c00) !important;
  border-color: var(--wdtQuaternaryColor, #ee6c00) !important;
  color: #fff !important;
  box-shadow: none !important;
  float: none !important;
}

.gpg-guide button.gpg-guide__reset:hover,
.gpg-guide .gpg-guide__reset:hover {
  background: var(--wdtQuaternaryColor, #ee6c00) !important;
  background-color: var(--wdtQuaternaryColor, #ee6c00) !important;
  color: #fff !important;
  filter: brightness(.92);
}
