/* Grid Kafelków */
.ak-grid-24551dd8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    width: 100%;
}

.ak-tile-24551dd8 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ak-tile-24551dd8:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.ak-tile-img-24551dd8 {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #f1f1f1;
}

.ak-tile-no-img-24551dd8 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    background: #e9e9e9;
}

.ak-tile-content-24551dd8 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ak-tile-title-24551dd8 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.ak-tile-desc-24551dd8 {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.ak-no-posts-24551dd8 {
    color: #999;
    font-style: italic;
    padding: 20px 0;
}
