/* Kontener główny listy postów */
.irecode-modern-posts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Pojedynczy element (karta) postu */
.irecode-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #f0f0f0;
}

/* Efekt najechania myszką */
.irecode-post-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Sekcja miniaturki */
.irecode-post-thumb {
    flex-shrink: 0;
}

.irecode-post-thumb img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

/* Zastępcze tło, gdy wpis nie ma obrazka */
.irecode-no-thumb {
    width: 65px;
    height: 65px;
    background-color: #e2e8f0;
    border-radius: 6px;
}

/* Informacje o tekście */
.irecode-post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Tytuł posta */
.irecode-post-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #1a202c;
}

/* Data publikacji */
.irecode-post-date {
    font-size: 12px;
    color: #718096;
}
.widget.widget_irecode_ostatnie_posty_kat {
    box-shadow: unset !important;
}
.karma-blog--sidebar .widget-title {
    font-weight: 500 !important;
    margin-bottom: 20px;
    font-size: 17px !important;
    margin-left: 15px;
    text-transform: uppercase;
    color: #2e6de7;
}
.yottie-widget-inner {
    margin-top: -44px !important;
}