.miner-post {
    padding: 30px 50px 60px;
}

.miner-post .miner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.miner-post .miner-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    font-size: 12px;
}

.miner-post .home-icon svg {
    width: 14px;
    height: 14px;
    fill: #025bcf;
}

.miner-post .current-page {
    color: #6b7280;
}

.miner-post .miner-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

.miner-post .profitability-table {
    overflow-x: auto;
}

.miner-post .profitability-table table {
    width: 100%;
    border-collapse: collapse;
}

.miner-post .profitability-table th {
    padding: 16px;
    background: #f3f4f6;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
}

.miner-post .profitability-table td {
    padding: 20px 16px;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
    font-size: 13px;
}

.miner-post .coin-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.miner-post .coin-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.miner-post .coin-name {
    color: #2563eb;
    font-weight: 600;
}

.miner-post .coin-wrapper {display: flex; gap:10px;}

@media (max-width:950px) { .miner-post .coin-wrapper { display: block; } }

.miner-post .coin-symbol {
    color: #6b7280;
    font-size: 13px;
}

.miner-post .profit-positive {
    color: #16a34a;
    font-weight: 600;
}

.miner-post .profit-negative {
    color: #dc2626;
    font-weight: 600;
}

.miner-post .chart-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 5px 15px;
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    color: #4b5563;
    width: 130px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}

.miner-post .chart-btn svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.miner-post .chart-btn:hover {
    color: #2563eb;
    border-color: #2563eb;
}

