/* CTA Button for generated articles */
.cap-cta-box {
    text-align: center;
    margin: 2em 0 1.5em;
    padding: 0;
}

.cap-cta-button {
    display: inline-block;
    padding: 14px 36px;
    background: #1a73e8;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 8px;
    transition: background 0.2s ease, transform 0.15s ease;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.3);
}

.cap-cta-button:hover {
    background: #1557b0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.4);
}

.cap-cta-button:active {
    transform: translateY(0);
}
