/**
 * Bull Mail Alerts - Front-end styles
 *
 * @author    Bullmade
 * @copyright Bullmade
 * @license   AFL-3.0
 */

.bm-stockmail-wrapper {
    margin: 1rem 0;
    padding: 0;
}

.bm-stockmail-container {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 1rem 1.25rem;
}

.bm-stockmail-title {
    font-weight: 600;
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    color: #232323;
}

.bm-stockmail-companion-text {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.4;
}

.bm-stockmail-email-group {
    margin-bottom: 0.75rem;
}

.bm-stockmail-email-group input {
    width: 100%;
    max-width: 320px;
}

.bm-stockmail-gdpr {
    margin-bottom: 0.75rem;
}

.bm-stockmail-gdpr-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #666;
    cursor: pointer;
    font-weight: normal;
}

.bm-stockmail-gdpr-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.bm-stockmail-btn {
    display: inline-block;
}

.bm-stockmail-subscribed-msg {
    color: #28a745;
    font-weight: 500;
    margin: 0 0 0.5rem;
}

.bm-stockmail-icon-check {
    font-weight: bold;
    margin-right: 0.25rem;
}

.bm-stockmail-btn-unsub {
    font-size: 0.85rem;
}

.bm-stockmail-messages {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.bm-stockmail-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.bm-stockmail-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
