/**
 * After-Test Shortcodes Styles
 * Styles for ff_after, ff_after_quote, ff_after_opening, ff_after_profile shortcodes
 */

/* Common card styling for all after-test shortcodes */
.ff-after-content.ff-content-section,
.ff-after-quote.ff-content-section,
.ff-after-opening.ff-content-section {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* After content section text styling */
.ff-after-content.ff-content-section > div {
    font-size: 1.05em;
    line-height: 1.8;
    color: #444;
}

/* After quote blockquote styling */
.ff-after-quote.ff-content-section blockquote {
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.6;
    color: #555;
    border-left: 4px solid #ff6900;
    padding: 20px 30px;
    margin: 0;
    background: #f9f9f9;
    border-radius: 8px;
}

/* After opening text styling */
.ff-after-opening.ff-content-section > div {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}

/* After profile wrapper */
.ff-after-profile {
    max-width: 900px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* After profile section cards */
.ff-after-profile .ff-content-section {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

/* After profile quote styling */
.ff-after-profile .ff-after-quote blockquote {
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.6;
    color: #555;
    border-left: 4px solid #ff6900;
    padding: 20px 30px;
    margin: 0 0 20px 0;
    background: #f9f9f9;
    border-radius: 8px;
}

/* After profile opening styling */
.ff-after-profile .ff-after-opening > div {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
}

/* After profile section titles */
.ff-after-profile .ff-section-title {
    font-size: 1.8em;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff6900;
}

/* After profile section content */
.ff-after-profile .ff-content-section > div {
    font-size: 1.05em;
    line-height: 1.8;
    color: #444;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .ff-after-content.ff-content-section,
    .ff-after-quote.ff-content-section,
    .ff-after-opening.ff-content-section,
    .ff-after-profile .ff-content-section {
        padding: 20px;
    }

    .ff-after-quote.ff-content-section blockquote {
        font-size: 1.1em !important;
        padding: 15px 20px !important;
    }

    .ff-after-profile .ff-section-title {
        font-size: 1.5em !important;
    }

    .ff-after-profile blockquote {
        font-size: 1.1em !important;
        padding: 15px 20px !important;
    }
}
