/*
Theme Name: Cryptoclicker - MEXC
Theme URI: https://cryptoclicker.ru
Description: MEXC Global Обзор | Биржа с Низкими Комиссиями и 2000+ Монетами
Version: 1.0
Author: Cryptoclicker
Text Domain: cryptoclicker
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prose {
    color: #1a1a1a;
}

.prose h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0043FF;
}

.prose h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.prose h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.prose p {
    margin-bottom: 1rem;
}

.prose ul, .prose ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.prose li {
    margin-bottom: 0.5rem;
}

.prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.prose thead {
    background: linear-gradient(135deg, #0043FF 0%, #0066FF 100%);
}

.prose th {
    padding: 1rem;
    text-align: left;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid #0039cc;
}

.prose td {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.prose tbody tr:hover {
    background-color: #f0f7ff;
}

.prose tbody tr:last-child td {
    border-bottom: none;
}

.prose p {
    margin-bottom: 1rem;
}

.prose a {
    color: #0043FF;
    text-decoration: underline;
}

.prose a:hover {
    color: #0039cc;
}
