#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;
}

.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;
} 