#fast_navigation_panel {
    height: auto !important;
}

#famBody_fast_navigation_panel {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
}

#famBody_fast_navigation_panel ul.Most_Popular_Sites_List {
    height: auto !important;
    overflow: visible !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}

.ai-content-studio-section {
    background-color: #f8fafc;
    padding: 40px 0;
}

.ai-content-studio-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ai-content-studio-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1f2937;
}

.ai-content-studio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.ai-content-card {
    background-color: white;
    border-radius: 12px;
    padding: 25px;
    text-decoration: none;
    color: #1f2937;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ai-content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ai-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

.ai-pink { color: #ec4899; }
.ai-blue { color: #3b82f6; }
.ai-purple { color: #8b5cf6; }
.ai-red { color: #ef4444; }
.ai-green { color: #22c55e; }
.ai-orange { color: #f97316; }

.ai-content-card h3 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.ai-content-card p {
    text-align: center;
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

.pdf-tools-section {
    background-color: #f9fafb;
    padding: 4rem 0;
}

.pdf-tools-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.pdf-tools-title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #111827;
}

.pdf-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.pdf-tool-card {
    background: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.pdf-tool-card:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.tool-icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.pdf-red { color: #ef4444; }
.pdf-orange { color: #f97316; }
.pdf-green { color: #22c55e; }
.pdf-purple { color: #a855f7; }
.pdf-blue { color: #3b82f6; }

.tool-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.tool-content p {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.5;
}