.crypto-price-main {
    margin: 2rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.crypto-price-box {
    text-align: center;
}

.crypto-price-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.crypto-price-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.crypto-price-value .price-amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
}

.crypto-price-value .price-currency {
    font-size: 1.5rem;
    font-weight: 500;
    color: #6b7280;
    margin-left: 0.25rem;
}

.crypto-price-value-ron {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.crypto-price-value-ron .price-amount-ron {
    font-size: 1.75rem;
    font-weight: 600;
    color: #4b5563;
    line-height: 1;
}

.crypto-price-value-ron .price-currency-ron {
    font-size: 1rem;
    font-weight: 500;
    color: #6b7280;
    margin-left: 0.25rem;
}

.price-change {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.25rem;
    background: rgba(16, 185, 129, 0.1);
}

.price-change.negative {
    background: rgba(239, 68, 68, 0.1);
}

.price-change .change-icon {
    font-size: 1.5rem;
    font-weight: 700;
}

.price-change .change-value {
    font-size: 1.25rem;
    font-weight: 700;
}

.price-change .change-period {
    font-size: 0.875rem;
    opacity: 0.8;
    font-weight: 500;
}

@media (max-width: 768px) {
    .crypto-price-main {
        margin: 1.5rem 0;
        padding: 1.5rem;
    }

    .crypto-price-value .price-amount {
        font-size: 2.5rem;
    }

    .crypto-price-value .price-currency {
        font-size: 1.25rem;
    }

    .crypto-price-value-ron .price-amount-ron {
        font-size: 1.5rem;
    }

    .crypto-price-value-ron .price-currency-ron {
        font-size: 0.875rem;
    }

    .price-change {
        font-size: 1.125rem;
        padding: 0.625rem 1.25rem;
    }

    .price-change .change-icon {
        font-size: 1.25rem;
    }

    .price-change .change-value {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .crypto-price-main {
        padding: 1.25rem;
    }

    .crypto-price-value .price-amount {
        font-size: 2rem;
    }

    .crypto-price-value .price-currency {
        font-size: 1rem;
    }

    .price-change {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
}

.crypto-generated-text {
    margin: 2rem 0;
    padding: 0;
}

.crypto-generated-text p {
    margin: 0 0 1.25rem 0;
}

.crypto-generated-text p:last-child {
    margin-bottom: 0;
}

.crypto-generated-text strong {
    color: #1f2937;
    font-weight: 600;
}

@media (max-width: 768px) {
    .crypto-generated-text {
        font-size: 1rem;
        margin: 1.5rem 0;
    }
}

/* Unified H2 style for this page (except the main price box title) */
.article_content h2 {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.01em;
}

.crypto-stats-section {
    margin: 2.25rem 0;
}

.crypto-about-section {
    margin: 2.25rem 0 1rem 0;
    color: #374151;
    line-height: 1.8;
    font-size: 1.0625rem;
}

.crypto-about-section h2 {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.01em;
}

.crypto-about-section h3 {
    margin: 1.25rem 0 0.75rem 0;
    font-size: 1.125rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.01em;
}

.crypto-about-section p {
    margin: 0 0 1rem 0;
}

.crypto-about-section strong {
    color: #111827;
    font-weight: 700;
}

.crypto-about-list {
    margin: 0.75rem 0 0 1.25rem;
    padding: 0;
}

.crypto-about-list li {
    margin: 0 0 0.85rem 0;
}

@media (max-width: 768px) {
    .crypto-about-section {
        font-size: 1rem;
    }
}

.crypto-bitcoin-news-section {
    margin: 2.25rem 0 3rem 0;
    color: #374151;
    line-height: 1.75;
    font-size: 1.0625rem;
}

.crypto-bitcoin-news-list {
    list-style: none;
    margin: 0.75rem 0 0 0;
    padding: 0;
}

.crypto-bitcoin-news-list li::before {
    content: "•";
    color: #fcb700;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5em;
}

.crypto-bitcoin-news-item {
    margin: 0 0 0.75rem 0;
    padding: 0;
    display: flex;
    align-items: baseline;
}

.crypto-bitcoin-news-title {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.35;
}

.crypto-bitcoin-news-title:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.crypto-bitcoin-news-date {
    color: #6b7280;
    font-size: 0.95rem;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.crypto-bitcoin-news-more {
    margin-top: 1.5rem;
    text-align: left;
}

.crypto-bitcoin-news-button {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background: #1d4ed8;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.crypto-bitcoin-news-button:hover {
    background: #1e40af;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .crypto-bitcoin-news-section {
        font-size: 1rem;
    }

    .crypto-bitcoin-news-item {
        display: block;
    }

    .crypto-bitcoin-news-title {
        display: inline;
    }

    .crypto-bitcoin-news-date {
        display: block;
        margin-left: 0;
        margin-top: 0.35rem;
        white-space: normal;
    }
}

.crypto-stats-intro {
    margin: -0.25rem 0 1.25rem 0;
    color: #374151;
    font-size: 1.0rem;
    line-height: 1.75;
}

.crypto-stats-intro strong {
    color: #111827;
    font-weight: 700;
}

.crypto-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.crypto-stat-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
    position: relative;
    overflow: hidden;
}

.crypto-stat-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b 0%, #f97316 40%, #fb7185 100%);
    opacity: 0.9;
}

.crypto-stat-item:hover {
    transform: translateY(-2px);
    border-color: #d1d5db;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.10);
}

.crypto-stat-item .stat-label {
    display: block;
    margin-top: 0.25rem;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.crypto-stat-item .stat-value {
    display: block;
    margin-top: 0.4rem;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.15;
}

.crypto-stat-item .stat-help {
    display: block;
    margin-top: 0.55rem;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.45;
}

/* Make long labels not break layout */
.crypto-stat-item .stat-label,
.crypto-stat-item .stat-value {
    word-break: break-word;
}

@media (max-width: 1024px) {
    .crypto-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .crypto-stats-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .crypto-stat-item {
        padding: 1rem 1.05rem;
    }

    .crypto-stat-item .stat-value {
        font-size: 1.25rem;
    }
}

.crypto-changes-intro {
    margin: -0.25rem 0 1.25rem 0;
    color: #374151;
    font-size: 1rem;
    line-height: 1.75;
}

.crypto-changes-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
    padding: 0 1px 1px 1px;
}

.crypto-changes-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 600px;
    border: 1px solid #d1d5db;
}

.crypto-changes-table thead {
    background: #f8fafc;
}

.crypto-changes-table th {
    padding: 1rem 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    border: 1px solid #e5e7eb;
    border-bottom-width: 2px;
}

.crypto-changes-table td {
    padding: 1.25rem 1.5rem;
    text-align: center;
    border: 1px solid #e5e7eb;
}

.crypto-changes-table .change-value {
    font-weight: 600;
    font-size: 1.125rem;
    display: inline-block;
}

@media (max-width: 768px) {
    .crypto-changes-table-wrapper {
        margin: 1rem -1rem;
        padding: 1px 1rem 1px 1rem;
    }

    .crypto-changes-table {
        min-width: 500px;
    }

    .crypto-changes-table th,
    .crypto-changes-table td {
        padding: 0.875rem 1rem;
        font-size: 0.875rem;
    }

    .crypto-changes-table .change-value {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .crypto-changes-table {
        min-width: 450px;
    }

    .crypto-changes-table th,
    .crypto-changes-table td {
        padding: 0.75rem 0.875rem;
    }
}

