.seaflora-skin-quiz-box {
    display: none;
    background: #fafafa;
}

.seaflora-skin-quiz-box.active {
    display:  block;
    padding: 10vw;
}

.inner-quiz-box {
    max-width: 960px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px #eeeeee;
    margin: 25px auto;
    padding: 25px;
    box-sizing: border-box;
}

.header-container {
    max-width: 960px;
    margin: 10px auto;
    background: #34A798;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
}

.header-container h3 {
    font-size: calc(30px + 0.2vw);
    color: #fff;
    margin: 0;
    padding: 0;
}

.inner-quiz-box.main-results-text {
    background: none;
    box-shadow: none;
    color: #505050;
    font-size: 110%;
    padding: 25px 0;
}

.inner-quiz-box.main-results-text h2 {
    font-size: calc(40px + 0.2vw);
}

#skin_result {
    margin-bottom: 25px;
}

.nav-container {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 40px auto;
    gap: 0 40px;
}

.skin-quiz-button {
    cursor: pointer;
}

.quiz-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #34A798;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
}

.quiz-button:hover {
    background: #232323;
}

.quiz-button .dashicons {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    font-size: inherit;
    line-height: inherit;
}

.radio-checkbox-option {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 0 20px;
    margin: 10px 0;
    box-shadow: 0 0 2px #eeeeee;
}

.radio-checkbox-option input {
    margin: 0;
    padding: 15px;
    cursor: pointer;
}

.radio-checkbox-option label {
    margin: 0;
    padding: 15px;
    cursor: pointer;
}

.container-middle-icons {
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.weather-icon img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

div#place {
    font-weight: bold;
    font-size: calc(26px + 0.2vw);
    text-align: center;
    margin: 20px auto;
}

#ai-photo-upload {
    text-align: center;
}

#upload-photo {
    display: none;
}

.photo-ai-box {
    max-width: 600px;
    margin: 20px auto;
}

a.uppy-Dashboard-poweredBy {
    display: none !important;
}

/* === EMAIL FORM * ===*/

.email-submission-form {
    max-width: 600px;
    margin: 20px auto;
}

.first-last {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
    width: 100%;
    gap: 10px;
}

.email-input-wrapper {
    margin-top: 10px;
}

input[type="text"], input[type="email"] {
    border: none;
    background: #eeeeee;
    border-radius: 25px;
}

.priority-results {
    padding: 25px 25px 0;
}

.concern-result {
    padding: 15px;
    margin: 15px auto;
    font-size: 90%;
    border-radius: 8px;
}

.concern-result.high {
    background: #f7a8a8;
}

.concern-result.medium {
    background: #ffd27e;
}

.concern-result.low {
    background: #ccffcc;
}

.selected-skin-type, #skin_result_header {
    font-weight: bold;
}

.skin-quiz-result-notes {
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin: 10px 0;
    background: #fafafa;
}

.skin-quiz-result-notes p {
    margin: 10px 0;
    font-size: 85%;
}

.result-tip {
    font-style: italic;
    font-size: 90%;
    color: #505050;
}

.climate-results {
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
    padding: 0 25px;
}

.climate-title h4 {
    font-weight: bold;
}

#skin-concern-tips {
    padding: 25px;
}

.concern-tip {
    font-size: 90%;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
    align-items: top;
}

.suggested-product {
    padding: 2vw;
    margin-bottom: 20px;
}

a.product-link {
    cursor: pointer;
    background: #34A798;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.more-products-link {
    margin: 15px 0;
}

.concern-products-list {
    padding: 10px 15px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-bottom: 15px;
}
