/* GoldApp Blog - κοινά στοιχεία άρθρων (συγγραφέας, πίνακες, πηγές, FAQ) */
.ga-art-meta .ga-meta-author { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: #0F172A; }
.ga-art-meta .ga-meta-author img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; display: block; }
.ga-art-meta .ga-meta-author a { color: inherit; text-decoration: none; }

.ga-art-lead { font-size: 19px; line-height: 1.75; color: #1E293B; font-weight: 500; }

.ga-toc { background: #F8FAFC; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 16px; padding: 20px 24px; margin: 8px 0 36px; }
.ga-toc-title { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #64748B; margin-bottom: 10px; }
.ga-toc ol { margin: 0; padding-left: 20px; display: grid; gap: 6px; font-size: 15.5px; }
.ga-toc a { color: #0F172A; text-decoration: none; border-bottom: 1px solid rgba(254, 111, 97, 0.35); }
.ga-toc a:hover { color: #FE6F61; }

.ga-art-content h2[id], .ga-art-content h3[id] { scroll-margin-top: 90px; }
.ga-art-content a:not([class]) { color: #E0533F; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.ga-table-wrap { overflow-x: auto; margin: 28px 0 36px; border: 1px solid rgba(15, 23, 42, 0.1); border-radius: 14px; }
.ga-table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.5; min-width: 520px; }
.ga-table th, .ga-table td { padding: 12px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
.ga-table thead th { background: #0B0F19; color: #fff; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px; }
.ga-table tbody tr:nth-child(even) td { background: #F8FAFC; }
.ga-table td:first-child { font-weight: 700; color: #0F172A; }

.ga-note { background: #F1F5F9; border-radius: 12px; padding: 16px 20px; font-size: 14.5px; line-height: 1.65; color: #475569; margin: 24px 0; }

.ga-faq-inline { margin: 20px 0 36px; display: grid; gap: 12px; }
.ga-faq-inline details { border: 1px solid rgba(15, 23, 42, 0.1); border-radius: 14px; padding: 16px 20px; background: #fff; }
.ga-faq-inline summary { cursor: pointer; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16.5px; color: #0F172A; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.ga-faq-inline summary::-webkit-details-marker { display: none; }
.ga-faq-inline summary::after { content: '+'; color: #FE6F61; font-weight: 800; flex-shrink: 0; }
.ga-faq-inline details[open] summary::after { content: '−'; }
.ga-faq-inline details p { margin: 12px 0 0; font-size: 15.5px; line-height: 1.7; }

.ga-sources { border-top: 1px solid rgba(15, 23, 42, 0.08); margin-top: 36px; padding-top: 20px; font-size: 14px; color: #64748B; }
.ga-sources h2 { font-size: 16px !important; margin: 0 0 10px !important; }
.ga-sources ul { margin: 0; padding-left: 18px; display: grid; gap: 6px; }
.ga-sources a { color: #475569; }

.ga-author-box { display: flex; gap: 20px; align-items: flex-start; background: #0B0F19; color: #E2E8F0; border-radius: 20px; padding: 26px 28px; margin: 44px 0 8px; }
.ga-author-box img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid #FE6F61; background: #fff; }
.ga-author-label { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #FE6F61; margin-bottom: 4px; }
.ga-author-name { font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 800; color: #fff; margin: 0; }
.ga-author-role { font-size: 14px; color: #94A3B8; margin: 2px 0 10px; }
.ga-author-box p { font-size: 15px; line-height: 1.65; margin: 0 0 12px; color: #CBD5E1; }
.ga-author-links { display: flex; flex-wrap: wrap; gap: 10px; }
.ga-author-links a { font-size: 13px; font-weight: 700; color: #fff; text-decoration: none; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); padding: 6px 12px; border-radius: 100px; }
.ga-author-links a:hover { background: #FE6F61; border-color: #FE6F61; }
@media (max-width: 600px) {
  .ga-author-box { flex-direction: column; padding: 22px; }
  .ga-author-box img { width: 80px; height: 80px; }
}

.ga-related { margin-top: 36px; }
.ga-related-title { font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 800; color: #0B0F19; margin-bottom: 14px; }
.ga-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.ga-related-grid a { display: block; padding: 16px 18px; border: 1px solid rgba(15, 23, 42, 0.1); border-radius: 14px; text-decoration: none; color: #0F172A; font-weight: 700; font-size: 15px; line-height: 1.45; background: #fff; transition: border-color .2s, transform .2s; }
.ga-related-grid a span { display: block; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #FE6F61; margin-bottom: 6px; }
.ga-related-grid a:hover { border-color: #FE6F61; transform: translateY(-2px); }

.ga-event-card { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 28px 0 36px; }
.ga-event-card div { background: #FFF7ED; border: 1px solid rgba(254, 111, 97, 0.3); border-radius: 14px; padding: 16px 18px; }
.ga-event-card b { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #C2410C; margin-bottom: 4px; }
.ga-event-card span { font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 800; color: #0B0F19; }

.ga-art-content ol:not([class]) { padding-left: 22px; margin: 0 0 28px; }
.ga-art-content ol:not([class]) li { margin-bottom: 10px; padding-left: 4px; }

.ga-art-content .ga-art-cta-card .ga-art-cta-title { color: #FFFFFF; margin-top: 0; }
@media (max-width: 600px) { .ga-event-card { grid-template-columns: 1fr 1fr; } .ga-event-card span { font-size: 17px; } }
