.weeeee-error,
.weeeee-success {
    max-width:600px;
    margin:30px auto;
    padding:20px;
    background:#e7f7ed;
    border:1px solid #2ecc71;
    color:#2c662d;
    text-align:center;
}

.weeeee-error {
    border:1px solid #dd209b;
    color: #da1231;
}

.weeeee-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.weeeee-table {
    width: 100%;
    min-width: 600px;
}

@media (max-width: 700px) {
    .weeeee-table {
        min-width: 0;
        font-size: 0.95em;
    }
    .weeeee-table th, .weeeee-table td {
        padding: 0.5rem;
    }
}

@media (max-width: 600px) {
    .weeeee-table, .weeeee-table thead, .weeeee-table tbody, .weeeee-table tr, .weeeee-table th, .weeeee-table td {
        display: block;
        width: 100%;
    }
    .weeeee-table thead {
        display: none;
    }
    .weeeee-table tr {
        margin-bottom: 1em;
        border-bottom: 2px solid #eee;
    }
    .weeeee-table td {
        position: relative;
        padding-left: 50%;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #eee;
    }
    .weeeee-table td:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 45%;
        padding-left: 10px;
        white-space: nowrap;
        font-weight: bold;
        content: attr(data-label);
    }
}


.weeeee-mail-modal {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #ccc;
    padding: 1em;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.weeeee-mail-modal input, .weeeee-mail-modal textarea {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}

.fusion-form-row .fusion-form-input,
.fusion-form-row {
    margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
    .fusion-form-row {
        display: flex;
        gap: 2rem;
    }
    .fusion-form-row .fusion-form-input {
        flex: 1 1 0;
        margin-bottom: 0:
    }
}