.post-icon-grid {
    transition: all 0.3s ease;
}

.post-icon-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

.post-icon-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-icon-card__icon-box {
    margin-bottom: 0.5rem;
}

/* Hide scrollbar for the grid if needed */
.post-icon-grid::-webkit-scrollbar {
    display: none;
}

/* Ensure nice line heights for titles */
.post-icon-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Custom styles for the dark blue background area */
.post-icon-grid.bg-dark {
    background-color: #003366;
}
