.version-box{
    max-width:700px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:20px auto;
}

.version-title{
    font-size:22px;
    font-weight:700;
    color:#222;
    border-left:4px solid #4CAF50;
    padding-left:10px;
    margin-bottom:12px;
}

.version-current{
    background: linear-gradient(90deg, #f0f0f0, #fafafa);
    padding:14px 18px;
    border-radius:8px;
    margin-bottom:24px;
    font-size:15px;
    font-weight:500;
    color:#333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition:0.3s;
}

.version-current:hover{
    background: linear-gradient(90deg, #e8f5e9, #f1f8f3);
}

.version-next{
    position:relative;
    border:1px solid #e0e0e0;
    border-radius:10px;
    padding:18px 18px 18px 18px;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
    transition:0.3s;
}

.version-next:hover{
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

/* Yakında etiketi */
.version-next::before{
    content:"YAKINDA";
    position:absolute;
    top:-10px;
    right:-10px;
    background:#FF5722;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:4px 8px;
    border-radius:4px;
    text-transform:uppercase;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
}

.version-next h3{
    font-size:17px;
    font-weight:600;
    margin-bottom:14px;
    color:#333;
}

.version-next ul{
    padding-left:20px;
    margin:0;
    list-style-type: disc;
}

.version-next li{
    margin-bottom:8px;
    font-size:14px;
    color:#555;
    line-height:1.5;
}

/* Kurulum Talimatlari Kismi */
/* Kurulum Talimatlari Kismi */
/* Kurulum Talimatlari Kismi */

.install-guide{
    max-width:700px;
    margin:30px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:#333;
}

.tab-header{
    display:flex;
    border-bottom:2px solid #eee;
    margin-bottom:15px;
    overflow-x:auto;
}

.tab-header div{
    padding:10px 18px;
    cursor:pointer;
    font-weight:600;
    border-bottom:3px solid transparent;
    transition:0.3s;
    white-space:nowrap;
}

.tab-header div.active{
    border-bottom:3px solid #4CAF50;
    color:#4CAF50;
}

.tab-content{
    background:#f9f9f9;
    border-radius:6px;
    padding:15px 18px;
    display:none;
}

.tab-content.active{
    display:block;
}

.tab-content ul{
    margin:0;
    padding-left:18px;
    list-style-type: disc;
}

.tab-content li{
    margin-bottom:6px;
    font-size:14px;
    line-height:1.4;
    color:#555;
}

/* Step number bubble */
.tab-content h2{
    font-size:15px; /* Küçültüldü */
    font-weight:600; /* Kalınlık hafif azaltıldı */
    margin-bottom:10px;
    color:#4CAF50; /* Modern yeşil ton */
}




