@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    background: #ffffff;
    color: #0f172a;
    margin: 0;
    padding-bottom: 60px;
    min-height: 100vh;
}

.print-only {
    display: none !important;
}

.hidden-content {
    display: none !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b91c1c;
}

.interpretation-content {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #334155;
    text-align: justify;
}

.interpretation-content h2, 
.interpretation-content h3 {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-left: 5px solid #ef4444;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

.interpretation-content p {
    display: block;
    margin-bottom: 1.5rem;
}

.interpretation-content strong {
    font-weight: 800;
    color: #1e293b;
}

.interpretation-content ul, 
.interpretation-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.interpretation-content li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
}

.interpretation-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: #ffffff;
    font-size: 0.95rem;
}

.interpretation-content th, 
.interpretation-content td {
    border: 1px solid #e2e8f0;
    padding: 12px;
    text-align: left;
}

.interpretation-content th {
    background: #f8fafc;
    font-weight: 800;
    color: #0f172a;
}

.interpretation-content blockquote {
    border-left: 4px solid #ef4444;
    padding: 15px 20px;
    background: #fef2f2;
    font-style: italic;
    margin: 20px 0;
    color: #991b1b;
    border-radius: 0 10px 10px 0;
}

.interpretation-content img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    margin: 20px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

article .interpretation-content {
    mask-image: none !important;
    -webkit-mask-image: none !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important; /* Ép không được trong suốt */
}

article .interpretation-content p, 
article .interpretation-content li, 
article .interpretation-content span,
article .interpretation-content strong,
article .interpretation-content div {
    color: #334155 !important; /* Ép màu chữ phải đen */
    opacity: 1 !important;
    text-shadow: none !important;
}

.mini-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 10px;
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 1.5rem;
    transition: all 0.3s;
    text-decoration: none;
    height: 100%;
}

.mini-service-card:hover {
    border-color: #ef4444;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.mini-service-card i, 
.service-icon i {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}