
      div.eapps-widget {
        position: relative
      }
      div.eapps-widget.eapps-widget-show-toolbar:before {
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        border: 1px solid transparent;
        transition: border .3s ease;
        z-index: 1
      }
      .eapps-widget-toolbar {
        position: absolute;
        top: -32px;
        left: 0;
        right: 0;
        display: block;
        z-index: 99999;
        padding-bottom: 4px;
        transition: all .3s ease;
        pointer-events: none;
        opacity: 0
      }
      .eapps-widget:hover .eapps-widget-toolbar {
        opacity: 1;
        pointer-events: auto
      }
      .eapps-widget-toolbar a {
        text-decoration: none;
        box-shadow: none !important
      }
      .eapps-widget-toolbar-panel {
        border-radius: 6px;
        background-color: #222;
        color: #fff;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        position: relative;
        transition: all .3s ease;
        opacity: 0;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .2);
        height: 28px
      }
      .eapps-widget:hover .eapps-widget-toolbar-panel {
        opacity: 1
      }
      .eapps-widget-toolbar-panel-wrapper {
        width: 100%;
        position: relative
      }
      .eapps-widget-toolbar-panel-only-you {
        position: absolute;
        top: -24px;
        font-size: 11px;
        line-height: 14px;
        color: #9c9c9c;
        padding: 5px 4px
      }
      .eapps-widget-toolbar-panel-logo {
        width: 28px;
        height: 28px;
        border-right: 1px solid hsla(0, 0%, 100%, .2);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
      }
      .eapps-widget-toolbar-panel-logo svg {
        display: block;
        width: 15px;
        height: 15px;
        fill: #f93262
      }
      .eapps-widget-toolbar-panel-edit {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 9px;
        border-right: 1px solid hsla(0, 0%, 100%, .2);
        color: #fff;
        text-decoration: none
      }
      .eapps-widget-toolbar-panel-edit-icon {
        width: 14px;
        height: 14px;
        margin-right: 8px
      }
      .eapps-widget-toolbar-panel-edit-icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #fff
      }
      .eapps-widget-toolbar-panel-views {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
      }
      .eapps-widget-toolbar-panel-views-label {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        margin-left: 8px
      }
      .eapps-widget-toolbar-panel-views-bar {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 70px;
        height: 3px;
        border-radius: 2px;
        margin-left: 8px;
        background-color: hsla(0, 0%, 100%, .3)
      }
      .eapps-widget-toolbar-panel-views-bar-inner {
        border-radius: 2px;
        background-color: #4ad504
      }
      .eapps-widget-toolbar-panel-views-green .eapps-widget-toolbar-panel-views-bar-inner {
        background-color: #4ad504
      }
      .eapps-widget-toolbar-panel-views-red .eapps-widget-toolbar-panel-views-bar-inner {
        background-color: #ff4734
      }
      .eapps-widget-toolbar-panel-views-orange .eapps-widget-toolbar-panel-views-bar-inner {
        background-color: #ffb400
      }
      .eapps-widget-toolbar-panel-views-percent {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px
      }
      .eapps-widget-toolbar-panel-views-get-more {
        padding: 9px 16px;
        background-color: #f93262;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        border-radius: 0 6px 6px 0
      }
      .eapps-widget-toolbar-panel-share {
        position: absolute;
        top: 0;
        display: inline-block;
        margin-left: 8px;
        width: 83px;
        height: 28px;
        padding-bottom: 4px;
        box-sizing: content-box !important
      }
      .eapps-widget-toolbar-panel-share:hover .eapps-widget-toolbar-panel-share-block {
        opacity: 1;
        pointer-events: all
      }
      .eapps-widget-toolbar-panel-share-button {
        padding: 0 18px;
        height: 28px;
        background-color: #1c91ff;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        border-radius: 6px;
        position: absolute;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        cursor: default;
        -ms-flex-align: center;
        align-items: center
      }
      .eapps-widget-toolbar-panel-share-button svg {
        display: inline-block;
        margin-right: 6px;
        fill: #fff;
        position: relative;
        top: -1px
      }
      .eapps-widget-toolbar-panel-share-block {
        position: absolute;
        background: #fff;
        border: 1px solid hsla(0, 0%, 7%, .1);
        border-radius: 10px;
        width: 209px;
        top: 32px;
        transform: translateX(-63px);
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
      }
      .eapps-widget-toolbar-panel-share-block:hover {
        opacity: 1;
        pointer-events: all
      }
      .eapps-widget-toolbar-panel-share-block-text {
        color: #111;
        font-size: 15px;
        font-weight: 400;
        padding: 12px 0;
        text-align: center
      }
      .eapps-widget-toolbar-panel-share-block-text-icon {
        padding-bottom: 4px
      }
      .eapps-widget-toolbar-panel-share-block-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid hsla(0, 0%, 7%, .1)
      }
      .eapps-widget-toolbar-panel-share-block-actions-item {
        width: 33.333333%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 39px;
        transition: all .3s ease;
        background-color: transparent
      }
      .eapps-widget-toolbar-panel-share-block-actions-item:hover {
        background-color: #fafafa
      }
      .eapps-widget-toolbar-panel-share-block-actions-item a {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
      }
      .eapps-widget-toolbar-panel-share-block-actions-item-icon {
        width: 16px;
        height: 16px;
        display: block
      }
      .eapps-widget-toolbar-panel-share-block-actions-item-facebook .eapps-widget-toolbar-panel-share-block-actions-item-icon {
        fill: #3c5a9b
      }
      .eapps-widget-toolbar-panel-share-block-actions-item-twitter .eapps-widget-toolbar-panel-share-block-actions-item-icon {
        fill: #1ab2e8
      }
      .eapps-widget-toolbar-panel-share-block-actions-item-google .eapps-widget-toolbar-panel-share-block-actions-item-icon {
        fill: #dd4b39
      }
      .eapps-widget-toolbar-panel-share-block-actions-item:not(:last-child) {
        border-right: 1px solid hsla(0, 0%, 7%, .1)
      }
    