
:root{
    --icon-container-size: 30px;
    --icon-size: 20px;
    --icon-padding: 5px;
}

.iqonic-social-position-horizontal .powerhour-social-icons{
    line-height: 0;
}

.iqonic-social-position-horizontal .powerhour-social-item {
    display: inline-block;
    word-break: break-word;
    line-height: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.powerhour-share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.powerhour-social-icons .powerhour-social-item .powerhour-share {
    /* font-size: var(--icon-size,15px); */
    line-height: var(--icon-container-size,15px);
    width: var(--icon-container-size,15px);
    height: var(--icon-container-size,15px);
}
.powerhour-social-icons .powerhour-social-item .powerhour-share {
    font-size: var(--icon-size,15px);
}
.powerhour-social-icons .powerhour-social-item .powerhour-share .icon svg{
    width: var(--icon-size,15px);
    height: var(--icon-size,15px);
}

.iqonic-shape-rounded .powerhour-share{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.iqonic-shape-square .powerhour-share{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.powerhour-social-names .powerhour-social-item:last-child{
    padding: 0;
}
.iqonic-shape-circle .powerhour-share{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.powerhour-social-names .powerhour-social-item{
    padding-right: 15px;
}

.powerhour-socials-share.powerhour-social-icons-names .powerhour-social-item a svg {
    margin-right: 10px;
}

.social-data-container{
    height:100px;
    width:auto;
}
.powerhour-share .label{
    text-align: right;
}

