.wcsfw-title {
    width: 180px;
}

.wcsfw-symbol-btn {
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
    outline: inherit !important;
}

.wcsfw.below-short-desc ul {
    padding-left: 0
}

.wcsfw.below-short-desc ul li {
    list-style-type: none !important;
    display: inline-block;
}

.wcsfw-flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5em;
}

.wcsfw-custom-text {
	white-space: nowrap;
    color: var(--e-global-color-text);
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
    padding-left: 7px;
}