.elementor-3539 .elementor-element.elementor-element-d4579c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3539 .elementor-element.elementor-element-8be2aaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-3d042e3 */.custom-favorites-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* יצירת 4 עמודות */
    gap: 20px; /* ריווח בין הפוסטים */
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0 auto;
}


.custom-favorite-post {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-favorite-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.custom-favorite-post h3 {
    font-size: 1.75em;
    color: #333;
    margin-bottom: 10px;
}

.custom-favorite-post a {
    color: #0073aa;
    text-decoration: none;
}

.custom-favorite-post a:hover {
    text-decoration: underline;
}/* End custom CSS */