.indososh-template3 {
    position: fixed;
    top: 35%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99999;
    font-family: Arial, sans-serif;
}

.indososh-template3 .indososh-btn {
    position: relative;
    left: -140px; 
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background-color: #444;
    padding-left: 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: left 0.3s ease;
}

.indososh-template3 .indososh-btn:hover {
    left: 0;
}

.indososh-template3 .fb    { background-color: #3b5998; }
.indososh-template3 .ig    { background-color: #e1306c; }
.indososh-template3 .li    { background-color: #0077b5; }
.indososh-template3 .tw    { background-color: #1da1f2; }
