#fessup-register-wrap {
    max-width: 600px;
    margin: 0 auto;
}

#fessup-register-wrap h2 {
    margin-bottom: 1.2em;
}

#fessup-register-wrap .fessup-field {
    margin-bottom: 1.2em;
}

#fessup-register-wrap .fessup-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4em;
}

#fessup-register-wrap .fessup-field input[type="text"],
#fessup-register-wrap .fessup-field input[type="email"],
#fessup-register-wrap .fessup-field input[type="password"] {
    width: 100%;
    padding: 0.8em;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1em;
}

#fessup-register-wrap .fessup-field input[type="file"] {
    font-size: 0.95em;
}

.fessup-field-help {
    font-size: 0.85em;
    color: #888;
    margin-top: 0.3em;
}

#fessup-reg-logo-preview {
    display: flex;
    align-items: center;
    gap: 0.8em;
    margin-top: 0.6em;
    padding: 0.5em;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

#fessup-reg-logo-thumb {
    max-width: 80px;
    max-height: 80px;
    border-radius: 4px;
    object-fit: cover;
}

.fessup-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.fessup-popup {
    background: #fff;
    border-radius: 12px;
    padding: 2em 2.5em;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.fessup-popup__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d4edda;
    color: #155724;
    font-size: 1.5em;
    line-height: 50px;
    margin: 0 auto 1em;
}

.fessup-popup__text {
    font-size: 1em;
    color: #333;
    margin-bottom: 1.5em;
    line-height: 1.5;
}

.fessup-popup__btn {
    min-width: 120px;
}
