/* AI Article Generator Pro - Post Content CSS */

.ai-article-content {
    line-height: 1.7;
}

.info-box {
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    border-left: 4px solid;
}

.info-box-blue {
    background: #e7f3ff;
    border-color: #2271b1;
}

.info-box-green {
    background: #e7f7e9;
    border-color: #00a32a;
}

.info-box-yellow {
    background: #fff8e1;
    border-color: #f0b849;
}

.alert-box {
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    border-left: 4px solid;
}

.alert-warning {
    background: #fff8e1;
    border-color: #f0b849;
}

.alert-success {
    background: #e7f7e9;
    border-color: #00a32a;
}

.cta-box {
    background: linear-gradient(135deg, #2271b1, #135e96);
    color: white;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    margin: 35px 0;
}

.cta-box h3 {
    color: white;
    margin: 0 0 15px 0;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #2271b1;
    padding: 14px 32px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
