        #ssp-wizard {
            max-width: 100%;
            margin: auto;
            font-family: Arial, sans-serif;
        }
        .ssp-step-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        #ssp-wizard,
#ssp-wizard * {
    color: #176792;
}

        .summary {
            text-align: center;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        .ssp-step-desc {
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
        }
        .ssp-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .ssp-box {
            width: calc(20% - 10px);
            border: 1px solid #ccc;
            padding: 20px;
            cursor: pointer;
            background: #f9f9f9;
            text-align: center;
        }
        .ssp-box strong{
            font-size:17px;
        }
        .ssp-box small{
            font-size:14px;
        }
       .ssp-box.selected {
    background: #e3f2fb;
    color: #176792;
    border-color: #176792;
}

#ssp-submit{
    color:white !important;
}
#ssp-prev {
    color:white !important;
}

#ssp-next{
    color: white !important;
}
        .ssp-nav {
            color:white !important;
            margin-top: 20px;
            margin-bottom:20px;
            text-align: right;
        }
        .ssp-nav button {
                border-radius: 25px;
            padding: 10px 20px;
            margin-left: 10px;
            cursor: pointer;
        }
        .ssp-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; 
    justify-content: center;
}

.subtitle-end {
    font-size:16px !important;
    color: #176792;
}

@media (max-width: 768px) {
    .ssp-step-desc {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ssp-box {
        width: 100%; 
    }

    .ssp-summary .ssp-box {
        width: 100%; 
    }

    .ssp-nav {
        text-align: center;
    }

    .ssp-nav button {
        margin: 10px 5px;
    }
}

.results-intro {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
  font-family: 'Open Sans', sans-serif;
  color: #232933;
}

.results-intro h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.results-intro p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.results-intro strong {
  font-weight: 700;
}
