.elementor-element-9569554 a[data-astros-inline-video="1"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.elementor-element-9569554 a[data-astros-inline-video="1"] .elementor-carousel-image::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.68);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
    transform: translate(-50%, -50%);
    transition: transform 160ms ease, background-color 160ms ease;
    pointer-events: none;
}

.elementor-element-9569554 a[data-astros-inline-video="1"] .elementor-carousel-image::after {
    content: "";
    position: absolute;
    z-index: 6;
    top: 50%;
    left: calc(50% + 4px);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.elementor-element-9569554 a[data-astros-inline-video="1"]:active .elementor-carousel-image::before {
    background: rgba(10, 10, 10, 0.86);
    transform: translate(-50%, -50%) scale(0.94);
}

.elementor-element-9569554 .astros-inline-video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    cursor: default;
}

.elementor-element-9569554 .astros-inline-video__player {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.elementor-element-9569554 .astros-inline-video__error {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.82);
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
}
