.ext-counter-2e249059-box {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

/* Header-Wrap holds the Icon and the Counter number */
.ext-counter-2e249059-header-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Layout variations */
.ext-counter-layout-vertical .ext-counter-2e249059-header-wrap {
    flex-direction: column;
}

.ext-counter-layout-inline .ext-counter-2e249059-header-wrap {
    flex-direction: row;
}

/* Component styles */
.ext-counter-2e249059-icon-wrap {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.ext-counter-2e249059-icon-wrap svg {
    display: block;
}

.ext-counter-2e249059-num-wrap {
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.2;
}

.ext-counter-2e249059-title {
    margin: 0;
    line-height: 1.3;
    width: 100%;
}

.ext-counter-2e249059-desc {
    margin: 0;
    line-height: 1.5;
    width: 100%;
}
