/**
 * AI Outreach Manager Pro - Public Styles
 * Version: 2.40.0
 */

/* Unsubscribe page styles */
.aiomp-unsubscribe-page {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

.aiomp-unsubscribe-page h2 {
    color: #333;
    margin-bottom: 20px;
}

.aiomp-unsubscribe-page p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.aiomp-unsubscribe-page .success {
    color: #43e97b;
    font-weight: bold;
}

.aiomp-unsubscribe-page .error {
    color: #dc3545;
    font-weight: bold;
}

/* Email tracking pixel */
.aiomp-tracking-pixel {
    display: none;
    width: 1px;
    height: 1px;
}

/* Basic responsive styles */
@media (max-width: 768px) {
    .aiomp-unsubscribe-page {
        margin: 20px;
        padding: 20px;
    }
}