.sayfa-yorum-section {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.6) 0%, #fff 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.sayfa-yorum-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.sayfa-yorum-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.sayfa-yorum-subtitle {
    color: #64748b;
    font-size: 0.9rem;
}

.sayfa-yorum-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 1.25rem 0 1.5rem;
}

.sayfa-yorum-item {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.sayfa-yorum-item-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.sayfa-yorum-author {
    font-size: 0.95rem;
}

.sayfa-yorum-date {
    font-size: 0.75rem;
    color: #94a3b8;
    white-space: nowrap;
}

.sayfa-yorum-text {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #334155;
    word-break: break-word;
}

.sayfa-yorum-form-wrap {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 1.25rem;
}

.sayfa-yorum-form-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.sayfa-yorum-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sayfa-yorum-counter {
    margin-top: 0.25rem;
}

.sayfa-yorum-counter.is-limit {
    color: #dc2626 !important;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .sayfa-yorum-card {
        padding: 1rem;
    }

    .sayfa-yorum-item-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
