@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('themes/theme_main.css');


/* Search styling */
#search-frame {
    height: 524px;
    width: 1200px;
    background-color: var(--color-white);
    border: 0.5px solid var(--color-yellowish); 
    border-radius: 16px;
}

#search-content {
    height: 100%;
    width: 100%;
    padding: 20px 40px;
}

#search-frame-header {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 500;
    width: 392px;
}

#search-frame-header-subtext {
    font-weight: normal;
}


#search-form-frame {
    height: 200px;
    width: 500px;
}

#search-form {
    height: 200px;
    width: 500px;
}

#search-form-input {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    display: flex;
} 

#ing {
    height: 100%;
    width: 100%;
    border: 1px solid var(--color-yellowish);
    border-radius: 16px;
    font-family: var(--font-body);
    font-weight: normal;
    font-size: 11px;
    display: flex;

}

textarea {
    max-height: 200px;
    max-width: 500px;
    min-height: 200px;
    min-width: 500px;
}

#ing {
    padding: 10px 10px;
    color: var(--color-placeholder);
}


#search-button {
    display: flex;
    margin-top: 40px;
    align-items: center;
    height: 40px;
    width: 145px;
    padding: 8px 10px;
    border-radius: 16px;
    background-color: var(--color-dark-greenish);
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--color-white);
    border-style: none;
}

#search-button:hover {
    background-color: var(--color-light-greenish);
}

#search-button img {
    height: 100%;
    display: flex;
    padding-right: 5px;
}

#search-form-buttons {
    display: flex;
    gap: 20px;
}

#reset-button {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    height: 40px;
    width: 83px;
    border-radius: 16px;
    background-color: var(--color-white);
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--color-dark-greenish);
    border: 1px solid var(--color-yellowish);
}


#reset-button:hover {
    color: var(--color-light-greenish);
}

/* Results styling */
#results-frame {
    height: 328px;
    width: 613px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: var(--font-body);
    font-size: 11px;
}

#results-pores,
#results-extra,
#results-eczema {
    width: 613px;
    height: 51px;
    border: 1px solid var(--color-yellowish);
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 10px; 
    box-sizing: border-box;
}

#results-total {
    width: 613px;
    height: 160px;
    border: 1px solid var(--color-yellowish);
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 10px; 
    box-sizing: border-box;
    gap: 15px;

}

#results-total ul {
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* About section styling */
#about-frame {
    margin: 20px 0;
    height: 301px;
    width: 1200px;
    background-color: var(--color-white);
    border: 0.5px solid var(--color-yellowish); 
    border-radius: 16px;
}

#about-content {
    height: 100%;
    width: 100%;
    padding: 20px 40px;
}

#about-header {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: normal;
}

#about-text,
#about-text-two {
    margin-top: 0;
    width: 1120px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: normal;
}

#about-text-two,
.about-sc-text {
    font-weight: 500;
}

#features-list ul {
    margin-top: -20px;
    list-style-type: none;
    padding: 0px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

