/**
 * AB My Profile Styles
 */
.ab-my-profile-wrap {
    max-width: 600px;
    margin: 20px 0;
}

.ab-my-profile-wrap p {
    margin-bottom: 15px;
}

.ab-my-profile-wrap label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.ab-my-profile-wrap input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.ab-my-profile-save-btn,
.ab-news-toggle-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.ab-my-profile-save-btn {
    background-color: #0073aa;
    color: #fff;
}

.ab-my-profile-save-btn:hover {
    background-color: #005a87;
}

.ab-my-profile-save-btn:disabled,
.ab-news-toggle-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.ab-news-toggle-btn {
    background-color: #46b450;
    color: #fff;
    margin-right: 10px;
}

.ab-news-toggle-btn:hover {
    background-color: #389e40;
}

.ab-news-status {
    font-style: italic;
    color: #666;
}

.ab-my-profile-message,
.ab-my-profile-message-news {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 4px;
    display: none;
}

.ab-my-profile-message.success,
.ab-my-profile-message-news.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.ab-my-profile-message.error,
.ab-my-profile-message-news.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.ab-my-profile-wrap hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
}
