.glob-yazarlar-slider {
    max-width: auto;
    margin: auto;
}
.glob-slider-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
    gap: 15px;
    padding: 20px 0;
    justify-items: center;
}
.glob-yazar-card {
    width: 166px;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s ease;
    box-sizing: border-box;
}
.glob-yazar-card:hover {
    transform: scale(1.05);
}
.glob-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: auto;
}
.glob-yazar-name {
    margin-top: 10px;
    font-weight: bold;
}
.glob-yazar-desc {
    font-size: 0.85em;
    color: #333;
}
