.wcwob-wrapper {
    margin: 0 0 12px 0;
    width: 100%;
}

.wcwob-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.wcwob-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 21px;
    height: 21px;
    color: inherit;
}

.wcwob-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
