.gradient-bg {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.market-size-forecast-section,
.market-key-takeaways-section,
.market-dynamics-section,
.segmentation-regional-analysis-section,
.pro-tips-section,
.competitive-landscape-section,
.ai-enhanced-insights-section,
.market-overview-section {
    margin-bottom: 1rem;
}

.report-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.report-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.highlight-box {
    position: relative;
    overflow: hidden;
}

.highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #4f46e5, #8b5cf6);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.tab-content strong,
.tab-content b {
    font-weight: 700;
    color: inherit;
}

.tab-content em,
.tab-content i {
    font-style: italic;
    color: inherit;
}

.tab-content p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #333;
}

.tab-content h2,
.tab-content h3,
.tab-content h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.tab-content h2 {
    font-size: 1.5rem;
    color: #1f2937;
}

.tab-content h3 {
    font-size: 1.25rem;
    color: #374151;
}

.tab-content h4 {
    font-size: 1.1rem;
    color: #4b5563;
}

.tab-content ul,
.tab-content ol {
    margin-left: 2rem;
    margin-bottom: 0.5rem;
}

.tab-content li {
    margin-bottom: 0.25rem;
    line-height: 1.6;
}

/* HTML content formatting */
.content-body {
    padding: 1rem 1.5rem !important;
}

.prose strong {
    font-weight: 700;
    color: #1f2937;
}

.prose b {
    font-weight: 700;
    color: #1f2937;
}

.prose em {
    font-style: italic;
}

.prose i {
    font-style: italic;
}

@media (max-width: 768px) {
    .report-card:hover {
        transform: none;
    }

    .mobile-section-spacing {
        margin-bottom: 1.5rem;
    }

    .expert-team-wrapper {
        margin-top: 0rem;
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
}