.elementor-1215 .elementor-element.elementor-element-ad1cd7d{--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:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-1215 .elementor-element.elementor-element-9b1e568{border-radius:26px 26px 26px 26px;}body.elementor-page-1215:not(.elementor-motion-effects-element-type-background), body.elementor-page-1215 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for container, class: .elementor-element-ad1cd7d *//* === CARD FIX === */
.result-card {
    height: auto !important;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* === TITLE FIX === */
.result-card h3 {
    font-size: 16px;
    line-height: 1.4;
    white-space: normal !important;
    word-break: break-word;
    overflow: visible;
    text-align: center;
    padding: 0 8px;
}

/* === PREVENT CUT TEXT === */
.result-card h3 span {
    display: inline;
}

/* === REMOVE EXTRA GAP === */
.result-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* === MOBILE IMPROVEMENT === */
@media (max-width: 768px) {
    .result-card {
        min-height: 220px;
    }

    .result-card h3 {
        font-size: 14px;
    }
}/* End custom CSS */