.floating-popup-block {
    position: fixed;
    bottom: 10%;
    right: 0px;
    width: 40px;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    background: #E0F6FF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
    z-index: 9999;
}
.floating-popup-block .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 3px;
    position: relative;
}
.floating-popup-block .column{
    display: flex;
    flex-direction: column;
    width: 50%
}
.floating-popup-block .row-rrss{
    display: flex;
    gap: 20px;
}
.floating-popup-block .close-popup{
    cursor: pointer;
}
.floating-popup-block .negro{
    color: black;
}
.floating-popup-block .numero-telefono{
    font-size: 40px;
    font-weight: 700;
}
.floating-popup-block .row div{
    padding: 4px;
}
.floating-popup-block p{
    margin: 0;
}

.floating-popup-block span{
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    background-color:#eff8ff;
    color: #006db3;
    width: 100%;
    display: block;
}
.floating-popup-block .linea-horizontal {
    border: 0;
    border-top: 1px solid grey;
    margin: 10px 0 3px 0;
  }
.floating-popup-block .column-text{
    font-size: 10px;
}
.floating-popup-block .news{
    text-align: center;
}
.floating-popup-block .row-no-flex a span::after, .news::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/modules/custom/floating_popup/img/arrow-up-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 3px;
    position: relative;
}
.floating-popup-block a {
    border-bottom: none !important;
}