.avisbls-init,
.avisbls-radio,
.avisbls-hide
{
    display: none;
}
.avisbls-block {
    margin-bottom: 10px;
}

.avisbls-watermark {
    font-size: 13px;
    line-height: 120%;
    opacity: 0.8;
    position: relative;
    margin-top: 30px;
}

.avisbls-watermark span {
    color: #6b6b6b9e;
    font-weight: bold;
    opacity: 0.8;
}
.avisbls-watermark svg {
    width: 14px;
    color:#6b6b6b9e
}

.avp-watermark-footer-icon:hover + .avp-watermark-footer-text {
  display: block;
}

.avp-watermark-footer-text {
  position: absolute;
  left: 24px;
  top: -22px;
  display: none;
  color: #3e3e3e9e !important;
  margin: unset !important;
  padding: 2px 12px !important;
  background: #e3e3e3de !important;
  border-radius: 18px !important;
  font-size: 12px !important;
}

/* 
.avisbls-title
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.avisbls-title span.avisbls-block-title{
    font-weight: bold;
    line-height: 120%;
}

.avisbls-offer
{
    margin-bottom: 10px;
}
.avisbls-offer-label
{
    padding: 22px 15px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    background: #ffffff;
}
.avisbls-offer-view
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avisbls-offer-radio
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
}
input.avisbls-radio:checked+label
{
    border-color: rgb(255, 132, 17);
    background-color: rgb(252, 240, 229);
    border-width: 1px;
}
input.avisbls-radio:checked + label .avisbls-offer-radio
{
    background-color: rgb(255, 132, 17);
    box-shadow: rgb(255, 132, 17) 0px 0px 0px 1px
}
.avisbls-offer-content
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.avisbls-offer-content .offer-title
{
    font-weight: bold;
}

.avisbls-footer-wrapper
{
    display: flex;
    justify-content: space-between;
} */