﻿.bio-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.content-area {
    word-wrap: break-word;
}

    .content-area img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

.info-bar {
    font-size: 0.9rem;
    color: #6c757d; /* Bootstrap text-muted rengi */
}

    .info-bar .info-date i {
        font-size: 1.1rem;
    }

.share-buttons .btn-font {
    width: 32px;
    height: 32px;
    padding: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
}