/**
 * Trading niche overrides for otrai.com
 */

/* Green accent for trading theme */
#logo {
    color: #22c55e;
}
.footer-name {
    color: #22c55e;
}
.cat-pill:hover, .cat-pill.active {
    border-color: #22c55e;
    color: #22c55e;
}
.post-category-tag {
    border-color: rgba(34, 197, 94, 0.35);
    color: #22c55e;
    background: rgba(34, 197, 94, 0.08);
}
.post-category-tag:hover {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}
.post-content a {
    color: #22c55e;
}
.post-content blockquote {
    border-left-color: #22c55e;
    background: rgba(34, 197, 94, 0.04);
}
.post-table-caption {
    color: #22c55e;
}
.post-table thead th {
    border-bottom-color: #22c55e;
}
.post-table thead th.sortable:hover {
    color: #22c55e;
}
.post-table thead th.sort-asc::after,
.post-table thead th.sort-desc::after {
    color: #22c55e;
}
.post-table .cell-highlight {
    color: #22c55e;
}
.post-table tbody tr:hover td {
    background: rgba(34, 197, 94, 0.03);
}
.landing-header h1 {
    color: #22c55e;
}
.niche-card:hover {
    border-color: #22c55e;
}
.niche-card h2 {
    color: #22c55e;
}
.newsletter-headline {
    color: #22c55e;
}
#newsletter-btn {
    background: #22c55e;
    color: #000;
}
#cookie-banner a {
    color: #22c55e;
}
.page-content a,
.footer-links a:hover {
    color: #22c55e;
}
.crypto-ticker.crypto-up {
    border-color: rgba(34, 197, 94, 0.3);
}
.crypto-card-popup {
    border-color: rgba(34, 197, 94, 0.2);
}
.crypto-card-header {
    border-bottom-color: rgba(34, 197, 94, 0.1);
}
.crypto-card-meta {
    border-top-color: rgba(34, 197, 94, 0.1);
}
.crypto-card-source a {
    color: rgba(34, 197, 94, 0.35);
}
.crypto-card-source a:hover {
    color: #22c55e;
}
.crypto-chart-wrap {
    border-color: rgba(34, 197, 94, 0.15);
}
.crypto-chart-title {
    color: #22c55e;
}
