/* GhostWriter Frontend Styles */

/* Tag Cloud / Widget Tags Spacing */
.tagcloud a,
.wp-tag-cloud a,
.widget_tag_cloud a,
.widget_tag_cloud .tag-cloud-link,
.wp-block-tag-cloud a,
#secondary .tagcloud a,
.sidebar .tagcloud a,
.widget .tagcloud a {
    display: inline-block !important;
    margin: 3px 6px 3px 0 !important;
    padding: 2px 6px !important;
    white-space: nowrap !important;
}

.tagcloud,
.wp-tag-cloud,
.widget_tag_cloud .tagcloud {
    line-height: 2 !important;
}

/* Key Takeaways Box */
.ghwp-key-takeaways {
    background: #f8f9fa;
    border-left: 4px solid #2271b1;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.ghwp-key-takeaways h2,
.ghwp-key-takeaways h3 {
    margin-top: 0;
    color: #2271b1;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ghwp-key-takeaways h2::before,
.ghwp-key-takeaways h3::before {
    content: "🔑"; /* Key emoji */
    font-size: 1.2em;
}

.ghwp-key-takeaways ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.ghwp-key-takeaways li {
    margin-bottom: 10px;
    color: #333;
    line-height: 1.6;
}

/* Fact vs Fluff / Comparison Tables (General Support) */
.ghwp-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.ghwp-comparison-table th,
.ghwp-comparison-table td {
    padding: 15px;
    background-color: rgba(255,255,255,0.2);
    color: #333;
}

.ghwp-comparison-table th {
    background-color: #2271b1;
    color: #fff;
    text-align: left;
}

.ghwp-comparison-table tr:hover {
    background-color: rgba(255,255,255,0.3);
}
