/* .form-wrapper.form-wrapper-sizer, .error-container.form-wrapper-sizer {
    max-width: 430px;
} */

.ts-button-panel:has(#resend-button), #resend-button {
    margin-bottom: 0 !important;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
    -webkit-appearance: none; 
  margin: 0; 
}

#flag {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

#interest-tile-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    .interest-tile {
        height: 50px;
    }
}

#unlocked-card {
    position: relative;
}
#unlocked-card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%; height: 100%;

    .transp {
        height: 30%;
    }
    .fade {
        height: 40%;
        background: linear-gradient(rgba(250, 250, 250, 0), rgba(250, 250, 250, 1));
    }
    .over {
        height: 30%;
        background-color: #FAFAFA;
    }
}
#edit-profile-button .ts-button {
    background-color: #E8994B;
    color: white;
}
body:not(.--CLIENT-USE-TOUCH, .--CLIENT-USE-PEN) #edit-profile-button .ts-button:hover {
    background-color: #4db4b4;
}
#edit-profile::before {
    content: '';
    position: absolute;
    top: -8px; left: 40px;
    width: 12px; height: 12px;
    background-color: #fafafa;
    border-top: 2px solid #e8994b;
    border-right: 2px solid #e8994b;
    transform: rotate(-45deg);
}
#edit-profile {
    position: relative;
    border-radius: 8px;
    border: 2px solid #E8994B;
    padding: 25px 15px;

    #profile-ex {
        position: absolute;
        top: 0; left: 50%;
        transform: translate(-50%, -50%);
        width: 170px;
        background-color: #fafafa;
        color: #E8994B;
    }
}
