
.iepm-ml-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin: 10px 0;
    display: flex;
    gap: 10px;
}
.iepm-ml-card-image img {
    max-width: 120px;
    height: auto;
    display: block;
}
.iepm-ml-card-title {
    margin: 0 0 5px;
    font-size: 16px;
}
.iepm-ml-card-price {
    font-weight: bold;
    margin: 0 0 8px;
}
.iepm-ml-card-button {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
}
.iepm-ml-card-button:hover {
    background: #006799;
}
.iepm-ml-sidebar-block {
    margin-bottom: 15px;
}
.iepm-ml-ad-placeholder {
    border: 1px dashed #ccc;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    color: #555;
}
.iepm-ml-sidebar3-widget img {
    max-width: 100%;
    height: auto;
    display: block;
}
.iepm-ml-ad-label {
    text-align: center;
    font-size: 13px;
    margin-top: 4px;
}
