/* SciMail Default Styling */

.scimail-form-wrapper {
    background: #f4f9ff;
    border: 2px solid #b0d0ff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.1);
}

.scimail-form-wrapper h3 {
    color: #2d89ef;
    font-size: 22px;
    margin-top: 0;
}

.scimail-form-wrapper p {
    font-size: 14px;
    color: #333;
}

.scimail-form input[type="text"],
.scimail-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.scimail-form button[type="submit"] {
    background: #2d89ef;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.scimail-form button[type="submit"]:hover {
    background: #226bbd;
}

#scimail-popup {
    border-radius: 12px;
    background-color: #fff;
}

#scimail-close-popup {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}

#scimail-stickybar {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scimail-stickybar button {
    margin-left: 10px;
    background: #fff;
    color: #2d89ef;
    font-weight: bold;
    border-radius: 4px;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
}
