.elementor-93711 .elementor-element.elementor-element-3d611ee{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9f8cfb7 */body {
    background-color: #333333;
}

#ice-cream-quiz-container {
    overflow-y: scroll;
    position: relative;
    min-height: calc(100% - 60px);
    min-height: calc(100svh - 60px);
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #333333;
    padding-left: 1rem;
    padding-right: 1rem;
}

#start-screen,
#question-screen,
#result-screen {
    display: none;
    width: 100%;
    min-height: calc(100% - 60px);
    min-height: calc(100svh - 60px);
    padding: 2rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}

#start-screen {
    display: flex;
    background-color:#A0CF5F;
    justify-content: center;
    align-items: center;
}

#question-screen,
#result-screen {
    background-color: #EEE7E0;
}

#ice-cream-quiz-container h1 {
    max-width: 18rem;
    font-family: "Lora";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#question-img {
    border-radius: 1rem;
}

#start-quiz-btn {
    display: block;
    border-radius: 1.5rem;
    background-color: #ffffff;
    padding: 1rem 1.5rem;
    font-family: "DM Sans";
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #333333;
}

#question-number {
    margin: 0.5rem 0;
    font-family: "Lora";
    font-size: 1.25rem;
    text-align: center;
    color: #B38C00;
}

#question {
    font-family: "DM Sans";
    font-size: 1rem;
    font-weight: bold;
}

#ice-cream-quiz-container .option-button {
    outline: none;
    border: 1px solid #FFCD1A;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: #FFF9E5;
    padding: 1.5rem 1rem;
    font-family: "DM Sans";
    font-size: 1rem;
    line-height: 1;
    text-align: left;
    color: #333333;
    white-space: normal;
}

#ice-cream-quiz-container .option-button:hover,
#ice-cream-quiz-container .option-button:active {
    background-color: #FFF9E5;
}

#result-image {
    max-height: calc(100% - 4rem);
    width: auto;
    align-self: center;
}

#action-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.action-button {
    border: none;
    background-color: transparent !important;
    cursor: pointer;
    outline: none;
}

.action-button a {
    display: block;
}

.sgn-logo {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}


#share-container {
    position: relative;
}

#share-options {
    display: flex;
    opacity: 0;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    height: 42px;
    width: 42px;
    margin: 0;
    border-radius: 2rem;
    background: white;
    padding: 0;
    list-style: none;
    transform-origin: center;
    transform: translate(-50%, 0);
    transition: transform 0.4s ease-in 0s, opacity 0.5s ease-in 0s, width 0.4s ease-in 0.8s;
    z-index: -1;
}

#share-options a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    opacity: 0;
    transition: opacity 0.4s ease-in 2s;
}

#share-options::before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: 2rem;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: white;
    transform: rotate(45deg);
    z-index: -1;
}

#share-options.active {
    opacity: 1;
    width: 15rem;
    transform: translate(-50%, -55px);
    z-index: 1;
}

i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#share-options svg {
    display: block;
    width: 70%;
    height: 70%;
    opacity: 0;
    transition: opacity 0.4s ease-in 2s;
}

#share-options.active a,
#share-options svg {
    opacity: 1;
}/* End custom CSS */