/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ai-generated-excerpt-box {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    /* Subtle border */
    border-left: 5px solid #8b5cf6;
    /* Zanfia Purple Accent */
    border-radius: 12px;
    /* Rounded corners */
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    /* Soft shadow */
    font-size: 1.05rem;
    line-height: 1.6;
    color: #374151;
    /* Dark gray text */
    position: relative;
    overflow: hidden;
}

.ai-generated-excerpt-label {
    font-weight: 800;
    color: #111827;
    /* Near black */
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-right: 6px;
    display: inline-block;
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .ai-generated-excerpt-box {
        padding: 1rem;
        border-radius: 8px;
        font-size: 1rem;
    }
}