     .gg-quiz-container {
      background: #ffffff;
      width: 100%;
      max-width: 650px;
      border-radius: 10px;
      padding: 20px 20px 15px 20px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      position: relative;
      margin: 20px auto 0 auto;
      color: #293A5F;
      font-family: 'Montserrat', sans-serif;
    }


    #gg-disclaimer {
    color: #FE3F7A !important;
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.9;
    }

    .gg-quiz-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
    }

    .gg-quiz-header-left img {
      max-height: 32px;
    }

    .gg-close-btn {
      border: none;
      background: transparent;
      font-size: 20px;
      cursor: pointer;
      line-height: 1;
      
      color: #02B5BC;
      font-weight: 600;
      display: none;
    }

    .gg-close-btn:hover {
      color: #fe3f7a;
    }

    .gg-quiz-screen {
      display: none;
    }

    .gg-quiz-screen.gg-active {
      display: block;
    }

    .gg-start-screen {
      text-align: center;
      padding: 20px 0 0 0;
    }

    .gg-start-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: 10px;
      color: #293A5F;
    }

    .gg-start-desc {
      font-size: 16px;
      color: #293A5F;
      margin-bottom: 24px;
      line-height: 1.2em;
    }

    .gg-question-text {
      font-size: 16px;
      font-weight: 500;
      margin: 35px 0 15px 0;
      color: #293A5F;
    }

    .gg-options {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0 !important;
      color: #293A5F;
    }

    .gg-option {
      border: 1px solid #d1d5db;
      border-radius: 8px;
      padding: 10px 12px;
      margin-bottom: 8px;
      cursor: pointer;
      transition: red 0.2s, border-color 0.2s;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      color: #293A5F;
      margin: 0 0 20px 0 !important;
    }

    .gg-option input[type="radio"] {
      accent-color: #2563eb;
      cursor: pointer;
    }

    .gg-option:hover {
      background: #02b6bc10;
      border-color: #02B5BC;
    }

    .gg-quiz-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-top: 8px;
    }

    .gg-btn {
      border: none;
      height: 50px;
      border-radius: 10px;
      padding: 10px 25px;
      font-size: 16px;
      cursor: pointer;
      font-weight: 500;
      transition: background 0.15s, transform 0.05s;
      font-weight: 500;
      min-width: 300px;
      font-family: 'Montserrat', sans-serif;
    }

    .gg-inputs {
        display: flex;
        gap: 15px;
    }
    
    .gg-inputs input {
        border-radius: 5px !important;
        border: 1px solid #293A5F !important;
        color: #293a5fcf !important;
    }

    .gg-btn-primary {
      background: #02B5BC;
      color: #ffffff;
    }

    .gg-btn-primary:hover {
      background: #fe3f7a
    }

    .gg-btn-primary:active {
      transform: translateY(1px);
    }

    .gg-btn-secondary {
      background: #02B5BC;
      color: white;
      margin-top: 15px;
      padding: 10px 50px;
    }

    .gg-btn-secondary:hover {
        background: #fe3f7a
    }

    .gg-quiz-progress {
      font-size: 14px;
      color: #293A5F;
      display: none;
      opacity: 0.3;
    }

    .gg-quiz-progress span {
      font-weight: 600;
      color: #293A5F;
      
    }

    .gg-error-msg {
      font-size: 14px;
      color: #fe3f7a;
      text-align: center;
      border: 1px solid #fe3f7a;
      border-radius: 15px;
      padding: 10px;
      margin-bottom: 8px;
      min-height: 16px;
      display: none; 
    }

    .gg-result-screen {
      padding: 16px 0 6px;
    }

    .gg-result-score {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #293A5F;
      text-align: center;
    }

    .gg-result-text {
      font-size: 16px;
      color: #293A5F;
      margin-bottom: 18px;
      text-align: center;
      font-weight: 600;
    }

    .gg-badge {
      display: inline-block;
      padding: 10px 50px;
      border-radius: 999px;
      font-size: 24px;
      margin-bottom: 10px;
      color: #1f2933;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
    }
    

    .gg-badge-low {
      background: #02b6bc25;
      color: #02B5BC !important;
      border: 2px solid #02B5BC;;
      font-weight: 600;
    }

    .gg-badge-mid {
      background: #fef3c7;
      color: #92400e !important;
    }

    .gg-badge-high {
      background: #fe3f7b17;
      color: #fe3f7a !important;
    }

    .gg-result-badge-wrap {
      text-align: center;
      margin-bottom: 6px;
    }

    .gg-result-link,
    .gg-second-result-link {
      font-size: 16px;
      margin-top: 10px;
      text-align: center;
    }
    
     .gg-second-result-link {
         margin: 0;
     }


   .article--content .gg-result-link a {
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    padding: 0 15px;
    background: #fe3f7a;
    border-radius: 8px;
    color: #fff !important;
    font-size: 16px;
    margin-top: 30px;
    width: 100%;
    text-decoration: none;
    max-width: 360px;
    margin: 0 auto;
    color: white !important;
    text-decoration: none;
    }

    .gg-result-link a:hover {
        background: #02B5BC;
    }



    .gg-second-result-link a {
        color: #fe3f7a;
        margin-top: 50px;
    }


    .gg-result-link a:hover,
    .gg-second-result-link a:hover {
      color: #fe3f7a;
    }

    .gg-contact-form {
      margin-top: 16px;
      border-top: 1px solid #e5e7eb;
      padding-top: 14px;
      border: 1px solid #293A5F;
        padding: 10px;
        border-radius: 15px;
        margin-top: 40px;
    }

    .gg-contact-label {
      font-size: 16px;
      margin-bottom: 20px;
      color: #293A5F;
    }

    .gg-contact-label span {
        font-weight: 600;
    }

    .gg-contact-input-wrap {
      display: flex;
      gap: 8px;
      margin-bottom: 8px;
    }

    .gg-contact-input {
      flex: 1;
      padding: 8px 10px;
      border-radius: 8px;
      border: 1px solid #d1d5db;
      font-size: 16px;
    }

    .gg-contact-input:focus {
      outline: none;
      border-color: #2563eb;
      box-shadow: 0 0 0 1px #2563eb22;
    }

    .gg-contact-error {
      font-size: 12px;
      color: #fe3f7a !important;
      margin-top: 5px;
      /* display: none; */
    }

    .gg-contact-input-wrap-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 767px) {
    
    .gg-quiz-header-left img {
    max-height: 22px;
}
    
    .gg-result-text {
        line-height: 1.2em;
    }
    
    .gg-contact-label {
        line-height: 1.2em;
    }
    
       .gg-start-title {
      font-size: 18px;
    }

    .gg-inputs {
        flex-direction: column;
    }
    
.gg-quiz-container {
    padding: 10px;
   margin: 25px auto 0 auto;
    width: 100%;
}

.gg-quiz-footer {
    flex-direction: column;
}

.gg-badge {
    font-size: 18px;
}

.gg-result-link a {
    padding: 0;
}


}