.eventcanvas-banner {
    width: 100%;
    margin: 0;
}

.eventcanvas-image-frame {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}

.eventcanvas-image-link {
    display: block;
}

.eventcanvas-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.eventcanvas-image-frame[style] img {
    height: 100%;
    object-fit: cover;
}

.eventcanvas-actions {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .15rem;
    margin-top: 0;
    padding: .22rem .4rem;
    border-top: 1px solid #d7d7d7;
    background: #ededed;
    box-sizing: border-box;
}

.eventcanvas-icon-button {
    width: 1.85rem;
    height: 1.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: .25rem;
    background: transparent;
    color: #474747;
    font: inherit;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.eventcanvas-icon-button svg {
    width: .95rem;
    height: .95rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eventcanvas-icon-button:hover,
.eventcanvas-icon-button:focus-visible {
    background: #d8d8d8;
    text-decoration: none;
    opacity: 1;
}

.eventcanvas-icon-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.eventcanvas-icon-button:disabled {
    opacity: .42;
    cursor: wait;
}

.eventcanvas-icon-button[hidden] {
    display: none;
}

.eventcanvas-render-status,
.eventcanvas-action-status {
    display: block;
    margin-top: .45rem;
    color: #8b1f1f;
    font-size: .82rem;
}

.eventcanvas-action-status[data-type="success"] {
    color: #35650d;
}

.eventcanvas-render-status[hidden],
.eventcanvas-action-status[hidden] {
    display: none;
}

.eventcanvas-sr-only {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
