.elementor-1186 .elementor-element.elementor-element-c95b388:not(.elementor-motion-effects-element-type-background), .elementor-1186 .elementor-element.elementor-element-c95b388 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nadelroizin.ussl.co/wp-content/uploads/2026/07/jonathan-farber-gjHmip_Lmg4-unsplash.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1186 .elementor-element.elementor-element-c95b388 > .elementor-container{min-height:400px;}.elementor-1186 .elementor-element.elementor-element-c95b388{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1186 .elementor-element.elementor-element-c95b388 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1186 .elementor-element.elementor-element-d4b0731{padding:25px 0px 75px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1186 .elementor-element.elementor-element-759b41f > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-1186 .elementor-element.elementor-element-759b41f{text-align:center;}.elementor-1186 .elementor-element.elementor-element-759b41f .elementor-heading-title{font-size:35px;font-weight:400;line-height:1.3em;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1186 .elementor-element.elementor-element-c95b388 > .elementor-container{min-height:250px;}.elementor-1186 .elementor-element.elementor-element-d4b0731{padding:25px 10px 25px 10px;}.elementor-1186 .elementor-element.elementor-element-759b41f{text-align:center;}.elementor-1186 .elementor-element.elementor-element-759b41f .elementor-heading-title{font-size:25px;}}/* Start custom CSS for shortcode, class: .elementor-element-6908010 */.podcast-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
}

.podcast-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.podcast-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.podcast-image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.podcast-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcast-content {
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.podcast-title {
    font-family: "Noto Sans Hebrew", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin: 0 0 20px 0;
    min-height: 50px;
}

.podcast-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.podcast-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ffd857;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.podcast-icon-btn:hover {
    background-color: #ecc542;
    transform: scale(1.08);
}/* End custom CSS */