/**
 * GEO Optimizer Lite – Public Styles
 *
 * @package GEO_Optimizer_Lite
 */

/* ================================================================
   Answer Capsule Shortcode
   ================================================================ */
.geo-answer-capsule {
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
    border-left: 4px solid #6c63ff;
    padding: 18px 22px;
    margin: 24px 0;
    border-radius: 0 12px 12px 0;
}

.geo-answer-capsule__label {
    display: block;
    margin-bottom: 8px;
    color: #6c63ff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ================================================================
   Freshness Notice
   ================================================================ */
.geo-freshness-notice {
    font-size: 12px;
    color: #9ca3af;
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
    margin-top: 30px;
}
