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

/* ==========================================================================
   AI Summary Shortcode Styles
   ========================================================================== */

.llm-sharing-block_btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
    align-items: center;
}

.llm-sharing-block_btn-wrapper .se-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: #ffffff;
    color: #374151;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.llm-sharing-block_btn-wrapper .se-btn:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #111827;
}

.llm-sharing-block_btn-wrapper .se-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.llm-sharing-block_btn-wrapper .se-btn span {
    line-height: 1.2;
}

 /* Placeholder for potential future public CSS */

 /* Example: Breadcrumb styling */
 /*
 .orgapress-seo-breadcrumbs {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 1em;
 }

 .orgapress-seo-breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
 }

 .orgapress-seo-breadcrumbs a:hover {
    text-decoration: underline;
 }

 .orgapress-seo-breadcrumbs span.separator {
    margin: 0 0.5em;
    color: #777;
 }

 .orgapress-seo-breadcrumbs span.current {
    font-weight: bold;
    color: #333;
 }
 */
















