
body {font-family: "Plus Jakarta Sans", sans-serif;}

.elementor-counter-title {text-align: center;}

div[data-elementor-type="single-post"] > div + div {background-color:#fff;}

/*
.macdow-flex-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.macdow-tile-item {
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
}
.img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.macdow-tile-title {
    font-weight: bold;
    padding: 10px;
}
.macdow-tile-subtitle {
    padding: 0 10px 10px;
    color: #666;
}
.feature-header {

}
.feature-header video, .feature-header iframe, .feature-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/