.h2-geo {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: black;
  font-weight: bold;
}

/* Círculo de porcentaje */
.geo-score-circle-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: calc(100vw / 32);
  flex-wrap: wrap;
}

.geo-score-circle {
  --score: 0;
  --score-color: #f97316;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(
    var(--score-color) calc(var(--score) * 1%),
    #e5e7eb 0
  );
}

.geo-score-circle-inner {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}

.geo-score-value {
  line-height: 1;
}

.puntuacion-global-geo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
}

.geo-score-bar {
  margin-top: 0.25rem;
}

.geo-score-bar-track {
  width: 100%;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  height: 10px;
}

.geo-score-bar-fill {
  height: 100%;
  width: 0;
  border-radius: 9999px;
  transition: width 0.4s ease-out;
}

.texto-nivel-geo {
  font-size: 14px;
  line-height: 16px;
  color: #9b9b9b !important;
}

.inner-geo-auditor-confirm-view2 {
  box-sizing: border-box;
  padding: calc(100vw / 32);
  border-radius: 20px;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  gap: calc(50vw / 32);
}

.geo-auditor-confirm-view1 {
  box-sizing: border-box;
  padding: calc(100vw / 32);
  border-radius: 20px;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  gap: calc(100vw / 32);
  color: black;
  width: 50%;
  justify-self: center;
}

.name-location-date,
.visible-top10-text {
  display: flex;
  flex-direction: column;
}

.title-name-resultados-auditoria-geo {
  display: flex;
  flex-direction: column;
  gap: calc(25vw / 32);
}

.geo-auditor-confirm-view2 {
  width: 60%;
  justify-self: center;
  display: flex;
  flex-direction: column;
  gap: calc(100vw / 32);
}

.geo-detalle-nivel-geo {
  font-size: 0.95rem;
  line-height: 1.6;
  color: black;
}

.geo-extra-block-1 {
  background-color: #3f3f3f;
  padding-inline: calc(1000vw / 32);
  margin-inline: calc((-1) * (1000vw / 32));
  padding-block: calc(300vw / 32);
  display: flex;
  flex-direction: column;
  gap: calc(50vw / 32);
}

.geo-extra-block-1 h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: white !important;
}

.geo-extra-block-2 {
  background-color: #3f3f3f;
  padding-inline: calc(1000vw / 32);
  margin-inline: calc((-1) * (1000vw / 32));
  padding-block: calc(300vw / 32);
}

.geo-faq-title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: black;
}

.geo-faq-inner {
  display: flex;
  flex-direction: column;
  gap: calc(50vw / 32);
}

.geo-faq-item:first-child {
  border-top: none;
}

.geo-faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none !important;
  padding: 0 !important;
  font-size: 24px !important;
  font-weight: 600;
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent !important;
  color: black !important;
}

.geo-faq-question:focus {
  outline: 2px solid #a89c77;
  outline-offset: 2px;
}

.geo-faq-question-icon {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.geo-faq-item.active .geo-faq-question-icon {
  transform: rotate(90deg);
}

.geo-faq-item {
  display: flex;
  flex-direction: column;
  gap: calc(50vw / 32);
}

.geo-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  color: #4b5563;
}

.geo-faq-answer-inner {
  box-sizing: border-box;
  padding: calc(50vw / 32);
  border: 1px solid black;
  border-radius: 20px;
  background-color: #e8e5e0;
}

.geo-auditor-view1-element {
  display: flex;
  flex-direction: column;
  gap: calc(50vw / 32);
}

.geo-auditor-view1-element-cta {
  background-color: #ffe6cd;
  border: 1px solid #ff8300;
  box-sizing: border-box;
  padding: calc(50vw / 32);
  border-radius: 10px;
  color: #ff8300;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
}

.geo-extra-block-1-buttons {
  display: flex;
  gap: calc(100vw / 32);
}

.geo-auditor-view1-image {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 60px;
}

.geo-paragraph,
.geo-faq-answer-inner li {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #9b9b9b;
}

.geo-regular-container {
  display: flex;
  flex-direction: column;
  gap: calc(25vw / 32);
}

.geo-row-regular-container {
  display: flex;
  gap: calc(50vw / 32);
  align-items: center;
}

.recomendaciones-icon {
  height: 60px !important;
  width: auto;
}

.geo-faq-answer-inner ul {
  display: flex;
  flex-direction: column;
  gap: calc(25vw / 32);
}

/* Extras para los estilos que estaban inline en el shortcode */
.geo-view1-padding-top {
  padding-top: calc(200vw / 32);
}

.geo-progress-wrap {
  display: flex;
  flex-direction: column;
  gap: calc(25vw / 32);
}

.geo-progress-title,
.pseudo-h3 {
  margin: 0;
  font-size: 29px;
  line-height: 33px;
  color: black;
}

.geo-progress-track {
  width: 100%;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  height: 30px;
  border: 1px solid black;
}

.geo-progress-bar {
  width: 0%;
  height: 100%;
  background: #a89c77;
  transition: width 0.2s linear;
}

.geo-progress-text {
  margin: 0;
  font-size: 18px;
  color: #9b9b9b;
}

.geo-continue-wrap {
  display: none;
  margin-top: 0;
}

.geo-continue-helptext {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #4b5563;
}

.geo-highlight-text {
  color: #a89d77 !important;
}

.geo-auditor-step {
  display: flex;
  flex-direction: column;
  gap: calc(50vw / 32);
}

.inner-form-container input {
  background-color: #e8e5e0;
}

.inner-form-container-buttons-secondstep {
  display: flex;
  gap: calc(50vw / 32);
}

.inner-form-container-buttons-secondstep button {
  flex: 1;
}

input {
  border-radius: 10px !important;
}

.result-text-step2 p {
  font-size: 16px;
  color: var(--e-global-color-text);
}

/*** Resultados auditoría ***/
.title-resultados-auditoria-geo,
.geo-view1-bold-paragraph {
  color: black;
  font-size: 40px;
  margin: 0;
  font-weight: bold;
}

.clinicname-location-resultados-auditoria-geo {
  display: flex;
}

.clinicname-resultados-auditoria-geo,
.location-resultados-auditoria-geo {
  color: black;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: 600;
}

.date-resultados-auditoria-geo,
.geo-auditor-consent span {
  color: var(--e-global-color-text);
  font-size: 13px;
}

.puntuacion-global-geo h3,
.texto-nivel-geo {
  color: black;
  margin: 0;
}

.geo-score-bar,
.texto-nivel-geo {
  margin: 0;
}

.geo-faq-answer-inner li {
  color: black !important;
}

.geo-extra-block-1-buttons a button{
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color .5s;
}

.geo-extra-block-1-buttons a button:hover{
    background-color: #ff8a0b;
}

/*------ TABLET ------*/
@media (min-width: 767px) and (max-width: 1024px) {
  .geo-auditor-view1-image {
    top: -50px;
    width: 100px;
    height: auto;
  }

  .geo-auditor-confirm-view1 {
    padding: calc(100vw / 22);
    gap: calc(100vw / 22);
  }

  .geo-view1-padding-top {
    padding-top: calc(200vw / 22) !important;
  }

  .title-resultados-auditoria-geo,
  .geo-view1-bold-paragraph,
  .geo-faq-title,
  .geo-extra-block-1 h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: black;
  }

  .geo-extra-block1 h3 {
    color: white !important;
  }

  .geo-paragraph,
  .geo-faq-answer-inner li,
  .geo-progress-title,
  .geo-auditor-view1-element-cta,
  .geo-extra-block-1 p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
  }

  /* Círculo de porcentaje */
  .geo-score-circle-wrapper {
    gap: calc(100vw / 22);
  }

  .geo-score-circle {
    --score: 0;
    --score-color: #f97316;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(
      var(--score-color) calc(var(--score) * 1%),
      #e5e7eb 0
    );
  }

  .geo-score-circle-inner {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .geo-score-value {
    line-height: 1;
  }

  .puntuacion-global-geo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    flex: 1;
  }

  .geo-score-bar {
    margin-top: 0.25rem;
  }

  .geo-score-bar-track {
    width: 100%;
    background: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    height: 10px;
  }

  .geo-score-bar-fill {
    height: 100%;
    width: 0;
    border-radius: 9999px;
    transition: width 0.4s ease-out;
  }

  .texto-nivel-geo {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }

  .inner-geo-auditor-confirm-view2 {
    box-sizing: border-box;
    padding: calc(100vw / 22);
    border-radius: 20px;
    background-color: white;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 22);
    color: black;
    width: 100%;
  }

  .name-location-date,
  .visible-top10-text {
    display: flex;
    flex-direction: column;
  }

  .title-name-resultados-auditoria-geo {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 22);
  }

  .geo-auditor-confirm-view2 {
    width: 100%;
    justify-self: center;
    display: flex;
    flex-direction: column;
    gap: calc(100vw / 22);
  }

  .geo-detalle-nivel-geo {
    font-size: 0.95rem;
    line-height: 1.6;
    color: black;
  }

  .geo-extra-block-1 {
    background-color: #3f3f3f;
    padding-inline: calc(1000vw / 22);
    margin-inline: calc((-1) * (1000vw / 22));
    padding-block: calc(300vw / 22);
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 22);
  }

  .geo-extra-block-2 {
    background-color: #3f3f3f;
    padding-inline: calc(1000vw / 22);
    margin-inline: calc((-1) * (1000vw / 22));
    padding-block: calc(300vw / 22);
  }

  .geo-faq-inner {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 22);
  }

  .geo-faq-item:first-child {
    border-top: none;
  }

  .geo-faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none !important;
    padding: 0 !important;
    font-size: 24px !important;
    font-weight: 600;
    cursor: pointer;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent !important;
    color: black !important;
  }

  .geo-faq-question:focus {
    outline: 2px solid #a89c77;
    outline-offset: 2px;
  }

  .geo-faq-question-icon {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
  }

  .geo-faq-item.active .geo-faq-question-icon {
    transform: rotate(90deg);
  }

  .geo-faq-item {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 22);
  }

  .geo-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    color: #4b5563;
  }

  .geo-faq-answer-inner {
    box-sizing: border-box;
    padding: calc(50vw / 22);
    border: 1px solid black;
    border-radius: 20px;
    background-color: #e8e5e0;
  }

  .geo-auditor-view1-element {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 22);
  }

  .geo-auditor-view1-element-cta {
    background-color: #ffe6cd;
    border: 1px solid #ff8300;
    box-sizing: border-box;
    padding: calc(50vw / 22);
    border-radius: 10px;
    color: #ff8300;
    font-weight: 400 !important;
  }

  .geo-extra-block-1-buttons {
    display: flex;
    gap: calc(100vw / 22);
  }

  .geo-regular-container {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 22);
  }

  .geo-row-regular-container {
    display: flex;
    gap: calc(50vw / 22);
  }

  .recomendaciones-icon {
    height: 34px !important;
    width: auto;
  }

  .geo-faq-answer-inner ul {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 22);
  }

  .geo-progress-wrap {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 22);
  }

  .geo-progress-track {
    width: 100%;
    background: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    height: 30px;
    border: 1px solid black;
  }

  .geo-progress-bar {
    width: 0%;
    height: 100%;
    background: #a89c77;
    transition: width 0.2s linear;
  }

  .geo-progress-text {
    margin: 0;
    font-size: 16px;
    color: #9b9b9b;
  }

  .geo-continue-wrap {
    display: none;
    margin-top: 0;
  }

  .geo-continue-helptext {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #4b5563;
  }

  .geo-auditor-step {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 22);
  }

  .inner-form-container input {
    background-color: #e8e5e0;
  }

  .inner-form-container-buttons-secondstep {
    display: flex;
    gap: calc(50vw / 22);
  }

  .inner-form-container-buttons-secondstep button {
    flex: 1;
  }

  input {
    border-radius: 10px !important;
  }

  .result-text-step2 p {
    font-size: 16px;
    color: var(--e-global-color-text);
  }

  .clinicname-location-resultados-auditoria-geo {
    display: flex;
  }

  .clinicname-resultados-auditoria-geo,
  .location-resultados-auditoria-geo {
    color: black;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .date-resultados-auditoria-geo,
  .geo-auditor-consent span {
    color: var(--e-global-color-text);
    font-size: 13px;
  }

  .puntuacion-global-geo h3,
  .texto-nivel-geo {
    color: black;
    margin: 0;
  }

  .geo-score-bar,
  .texto-nivel-geo {
    margin: 0;
  }
}

/*------ MOBILE ------*/
@media (max-width: 766px) {
  .geo-auditor-view1-image {
    top: -50px;
    width: 100px;
    height: auto;
  }

  .geo-auditor-confirm-view1 {
    padding: calc(100vw / 12);
    gap: calc(100vw / 12);
  }

  .geo-view1-padding-top {
    padding-top: calc(200vw / 12) !important;
  }

  .title-resultados-auditoria-geo,
  .geo-view1-bold-paragraph,
  .geo-faq-title,
  .geo-extra-block-1 h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: black;
  }

  .geo-extra-block1 h3 {
    color: white !important;
  }

  .geo-paragraph,
  .geo-faq-answer-inner li,
  .geo-progress-title,
  .geo-auditor-view1-element-cta,
  .geo-extra-block-1 p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  /* Círculo de porcentaje */
  .geo-score-circle-wrapper {
    gap: calc(100vw / 12);
  }

  .geo-score-circle {
    --score: 0;
    --score-color: #f97316;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(
      var(--score-color) calc(var(--score) * 1%),
      #e5e7eb 0
    );
  }

  .geo-score-circle-inner {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .geo-score-value {
    line-height: 1;
  }

  .puntuacion-global-geo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    flex: 1;
  }

  .geo-score-bar {
    margin-top: 0.25rem;
  }

  .geo-score-bar-track {
    width: 100%;
    background: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    height: 10px;
  }

  .geo-score-bar-fill {
    height: 100%;
    width: 0;
    border-radius: 9999px;
    transition: width 0.4s ease-out;
  }

  .texto-nivel-geo {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }

  .inner-geo-auditor-confirm-view2 {
    box-sizing: border-box;
    padding: calc(100vw / 12);
    border-radius: 20px;
    background-color: white;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 12);
    color: black;
    width: 100%;
  }

  .name-location-date,
  .visible-top10-text {
    display: flex;
    flex-direction: column;
  }

  .title-name-resultados-auditoria-geo {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 12);
  }

  .geo-auditor-confirm-view2 {
    width: 100%;
    justify-self: center;
    display: flex;
    flex-direction: column;
    gap: calc(100vw / 12);
  }

  .geo-detalle-nivel-geo {
    font-size: 0.95rem;
    line-height: 1.6;
    color: black;
  }

  .geo-extra-block-1 {
    background-color: #3f3f3f;
    padding-inline: calc(1000vw / 12);
    margin-inline: calc((-1) * (1000vw / 12));
    padding-block: calc(300vw / 12);
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 12);
  }

  .geo-extra-block-2 {
    background-color: #3f3f3f;
    padding-inline: calc(1000vw / 12);
    margin-inline: calc((-1) * (1000vw / 12));
    padding-block: calc(300vw / 12);
  }

  .geo-faq-inner {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 12);
  }

  .geo-faq-item:first-child {
    border-top: none;
  }

  .geo-faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 600;
    cursor: pointer;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent !important;
    color: black !important;
  }

  .geo-faq-question:focus {
    outline: 2px solid #a89c77;
    outline-offset: 2px;
  }

  .geo-faq-question-icon {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
  }

  .geo-faq-item.active .geo-faq-question-icon {
    transform: rotate(90deg);
  }

  .geo-faq-item {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 12);
  }

  .geo-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    color: #4b5563;
  }

  .geo-faq-answer-inner {
    box-sizing: border-box;
    padding: calc(50vw / 12);
    border: 1px solid black;
    border-radius: 20px;
    background-color: #e8e5e0;
  }

  .geo-auditor-view1-element {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 12);
  }

  .geo-auditor-view1-element-cta {
    background-color: #ffe6cd;
    border: 1px solid #ff8300;
    box-sizing: border-box;
    padding: calc(50vw / 12);
    border-radius: 10px;
    color: #ff8300;
    font-weight: 400 !important;
  }

  .geo-extra-block-1-buttons {
    display: flex;
    gap: calc(100vw / 12);
  }

  .geo-regular-container {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 12);
  }

  .geo-row-regular-container {
    display: flex;
    gap: calc(50vw / 12);
  }

  .recomendaciones-icon {
    height: 34px !important;
    width: auto;
  }

  .geo-faq-answer-inner ul {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 12);
  }

  .geo-progress-wrap {
    display: flex;
    flex-direction: column;
    gap: calc(25vw / 12);
  }

  .geo-progress-track {
    width: 100%;
    background: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    height: 30px;
    border: 1px solid black;
  }

  .geo-progress-bar {
    width: 0%;
    height: 100%;
    background: #a89c77;
    transition: width 0.2s linear;
  }

  .geo-progress-text {
    margin: 0;
    font-size: 16px;
    color: #9b9b9b;
  }

  .geo-continue-wrap {
    display: none;
    margin-top: 0;
  }

  .geo-continue-helptext {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #4b5563;
  }

  .geo-auditor-step {
    display: flex;
    flex-direction: column;
    gap: calc(50vw / 12);
  }

  .inner-form-container input {
    background-color: #e8e5e0;
  }

  .inner-form-container-buttons-secondstep {
    display: flex;
    gap: calc(50vw / 12);
  }

  .inner-form-container-buttons-secondstep button {
    flex: 1;
  }

  input {
    border-radius: 10px !important;
  }

  .result-text-step2 p {
    font-size: 16px;
    color: var(--e-global-color-text);
  }

  .clinicname-location-resultados-auditoria-geo {
    display: flex;
  }

  .clinicname-resultados-auditoria-geo,
  .location-resultados-auditoria-geo {
    color: black;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .date-resultados-auditoria-geo,
  .geo-auditor-consent span {
    color: var(--e-global-color-text);
    font-size: 13px;
  }

  .puntuacion-global-geo h3,
  .texto-nivel-geo {
    color: black;
    margin: 0;
  }

  .geo-score-bar,
  .texto-nivel-geo {
    margin: 0;
  }
}
