.sgce-email-verification__resend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 12px 0 0;
    color: inherit;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.sgce-email-verification__resend button {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.sgce-email-verification__resend button:hover,
.sgce-email-verification__resend button:focus-visible {
    text-decoration-thickness: 2px;
    outline: none;
}

.sgce-email-verification__trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

