.aecp-wrap {
    position: relative;
    min-height: 220px;
}

.aecp-placeholder {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

.aecp-inner {
    max-width: 560px;
}

.aecp-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 14px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.aecp-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
}

.aecp-text {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
}

.aecp-button {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    padding: 11px 18px;
    background: #222;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

.aecp-note {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    opacity: .7;
}

.aecp-hidden {
    display: none !important;
}
