/* Styl ogólny */
.motendo-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.motendo-item {
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    width: calc(33.33% - 20px);
    box-sizing: border-box;
}

.motendo-item a {
    color: #A94442;
}

.motendo-item a:hover {
    color: #B80019;
}

.motendo-item:hover {
    border: 1px solid #B80019;
}

.motendo-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.motendo-item h4 {
    margin: 0;
    font-size: 16px;
}

/* Styl dla sidebaru */
.motendo-widget-sidebar .motendo-item {
    width: 100%;
    margin-bottom: 15px;
}

.motendo-widget-sidebar .motendo-item img {
    margin-bottom: 5px;
}
