.elementor-1889 .elementor-element.elementor-element-e7f2c36{--display:flex;--min-height:80px;--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;--justify-content:center;--overlay-opacity:1;--overlay-mix-blend-mode:multiply;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-1889 .elementor-element.elementor-element-e7f2c36:not(.elementor-motion-effects-element-type-background), .elementor-1889 .elementor-element.elementor-element-e7f2c36 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02A2D6;}.elementor-1889 .elementor-element.elementor-element-e7f2c36::before, .elementor-1889 .elementor-element.elementor-element-e7f2c36 > .elementor-background-video-container::before, .elementor-1889 .elementor-element.elementor-element-e7f2c36 > .e-con-inner > .elementor-background-video-container::before, .elementor-1889 .elementor-element.elementor-element-e7f2c36 > .elementor-background-slideshow::before, .elementor-1889 .elementor-element.elementor-element-e7f2c36 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1889 .elementor-element.elementor-element-e7f2c36 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#02A2D6;--background-overlay:'';}.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-1889 .elementor-element.elementor-element-7ee11a1{text-align:center;}.elementor-1889 .elementor-element.elementor-element-7ee11a1 .elementor-heading-title{color:#FFFFFF;}.elementor-1889 .elementor-element.elementor-element-20b9063{--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;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1889 .elementor-element.elementor-element-20b9063{--content-width:1200px;}}@media(max-width:1024px){.elementor-1889 .elementor-element.elementor-element-e7f2c36{--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1889 .elementor-element.elementor-element-e7f2c36{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-81ce1af */.sajat-kurzusok-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px; /* 30px távolság a kártyák között */
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

.sajat-kurzus {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: calc(33.333% - 20px);
}

.sajat-kurzus:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

.sajat-kurzus img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sajat-kurzus h3 a {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 30px 30px 30px;
    color: #54595F;
    min-height: 56px;
}

.sajat-kurzus p {
    font-size: 14px;
    color: #666;
    margin: 0 15px 15px 15px;
}

.sajat-kurzus a {
    display: block;
    font-weight: 600;
    color: #0073e6;
    padding: 0;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.sajat-kurzus a.custom-course-link {
    background: #02A2D6;
    color: white;
    padding: 10px;
        text-align: center;
}

.sajat-kurzus a:hover {
    color: #02A2D6;
}
.sajat-kurzus a.custom-course-link {
    background: #02A2D6;
    color: white;
    padding: 10px;
}

/* Reszponzív beállítások */
@media (max-width: 1024px) {
    .sajat-kurzusok-grid {
        justify-content: center;
    }
    .sajat-kurzus {
        width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .sajat-kurzus {
        width: 100%;
    }
}/* End custom CSS */