#np-popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

#np-popup {
    background: #fff;
    width: 90%;
    max-width: 400px;
    margin: 10% auto;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-align: center;
}

#np-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.np-content input[type="email"] {
    width: 90%;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.np-content button {
    padding: 10px 20px;
    background-color: #c3512f;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

.np-content button:hover {
    background-color: #7e341eff;
}

#np-email-error {
    transition: opacity 0.3s ease;
}

.np-footer {
    margin-top: 15px;
    font-size: 0.85em;
    color: #666;
}

.np-footer img.np-logo {
    height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

#np-email {
  margin-top: 30px !important;
}

.np-content {
    padding-top: 20px;
}

.np-google-btn {
    display: flex;
    justify-content: center; 
    padding: 5px 0; 
}

.np-google-btn iframe {
    margin: 0 !important;     
    display: block;
}
