.taboola-notification-preview {
    border: 1px solid #ddd;
}

.taboola-notification-preview img {
    object-fit: cover;
}

.form-table th {
    width: 150px;
}

.taboola-tips h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.taboola-tips ul {
    line-height: 1.6;
}

.taboola-tips li {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .taboola-subscriber-status > div {
        flex-direction: column !important;
        text-align: center;
    }
}



