/* Gift for first time subscriber */
.vb-subscriber-gifts {
    --vb-bg: #E56D53;
    --vb-text: #ffffff;
    --vb-radius: 12px;
    --vb-padding: 10px 5px;
    --vb-shadow: 0 2px 8px rgba(0,0,0,0.08);

    background: var(--vb-bg);
    color: var(--vb-text);
    border-radius: var(--vb-radius);
    padding: var(--vb-padding);
    box-shadow: var(--vb-shadow);
    overflow: hidden;
    font-family: 'GELICA' !important;
	margin-top: 10px;
	clear: both;
}

.vb-subscriber-gifts .vb-gifts-heading {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 100;
}

.vb-subscriber-gifts .vb-gifts-heading strong {
    font-weight: 500;
}

.vb-subscriber-gifts .vb-gifts-heading .vb-value {
    white-space: nowrap;
}

.vb-subscriber-gifts .vb-gifts-subline {
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 100;
}

.vb-subscriber-gifts .vb-gifts-products {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 245px;
    margin: auto;
	margin-top: 3px;
}

.vb-subscriber-gifts img.vb-product-image {
    width: 50px !important;
    height: 50px;
	margin-bottom: 1px;
	float: unset;
}
.vb-gifts-products .vb-product {
    width: 100px;
}
.vb-gifts-products .vb-product .vb-product-name {
    font-size: 10px;
	font-weight: 100;
}
.vb-gifts-products .vb-plus {
    width: 20px;
}

/* END Gift for first time subscriber */