/**
 * Crypto niche overrides for cryptografy.com
 */

/* Cyan/electric blue accent instead of gold */
#logo {
    color: #00d4ff;
}
.footer-name {
    color: #00d4ff;
}
.cat-pill:hover, .cat-pill.active {
    border-color: #00d4ff;
    color: #00d4ff;
}
.post-category-tag {
    border-color: rgba(0, 212, 255, 0.35);
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.08);
}
.post-category-tag:hover {
    background: rgba(0, 212, 255, 0.15);
    color: #00d4ff;
}
.post-content a {
    color: #00d4ff;
}
.post-content blockquote {
    border-left-color: #00d4ff;
    background: rgba(0, 212, 255, 0.04);
}
.post-table-caption {
    color: #00d4ff;
}
.post-table thead th {
    border-bottom-color: #00d4ff;
}
.post-table thead th.sortable:hover {
    color: #00d4ff;
}
.post-table thead th.sort-asc::after,
.post-table thead th.sort-desc::after {
    color: #00d4ff;
}
.post-table .cell-highlight {
    color: #00d4ff;
}
.post-table tbody tr:hover td {
    background: rgba(0, 212, 255, 0.03);
}
.landing-header h1 {
    color: #00d4ff;
}
.niche-card:hover {
    border-color: #00d4ff;
}
.niche-card h2 {
    color: #00d4ff;
}
.newsletter-headline {
    color: #00d4ff;
}
#newsletter-btn {
    background: #00d4ff;
    color: #000;
}
#cookie-banner a {
    color: #00d4ff;
}
.page-content a,
.footer-links a:hover {
    color: #00d4ff;
}
.crypto-ticker.crypto-up {
    border-color: rgba(81, 207, 102, 0.3);
}
.crypto-ticker.crypto-down {
    border-color: rgba(255, 107, 107, 0.3);
}
.crypto-card-popup {
    border-color: rgba(0, 212, 255, 0.2);
}
.crypto-card-header {
    border-bottom-color: rgba(0, 212, 255, 0.1);
}
.crypto-card-meta {
    border-top-color: rgba(0, 212, 255, 0.1);
}
.crypto-card-source a {
    color: rgba(0, 212, 255, 0.35);
}
.crypto-card-source a:hover {
    color: #00d4ff;
}
.crypto-chart-wrap {
    border-color: rgba(0, 212, 255, 0.15);
}
.crypto-chart-title {
    color: #00d4ff;
}
