html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.legal-section {
    display: flex;
    justify-content: center;
    padding: 40px 16px;
}

.legal-container {
    width: 100%;
    max-width: 820px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 32px 36px;
}

.legal-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px;
}

.legal-updated {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}

.legal-container h3 {
    margin-top: 26px;
    font-size: 18px;
    font-weight: 600;
}

.legal-container p,
.legal-container li {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}

.dark .legal-container {
    background-color: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.15);
}

.comment-item {
    position: relative;
    overflow: visible !important;
}

.comment-actions {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999999 !important;
}

.comment-actions-btn {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 999999 !important;
    pointer-events: auto !important;
}

    .comment-actions-btn i {
        font-size: 20px;
        pointer-events: none; /* click butona gitsin */
    }

.comment-menu {
    position: absolute;
    right: 0;
    bottom: 28px;
    min-width: 150px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
    display: none;
    padding: 6px 0;
    z-index: 999999 !important;
}

    .comment-menu a {
        display: block;
        padding: 9px 12px;
        color: #111;
        text-decoration: none;
    }

        .comment-menu a:hover {
            background: #f5f5f5;
        }


    /* Form ve button için */
    .comment-menu form {
        margin: 0;
        padding: 0;
    }

    .comment-menu button {
        display: block;
        width: 100%;
        padding: 9px 12px;
        color: #111;
        text-decoration: none;
        background: none;
        border: none;
        text-align: left;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
    }

        .comment-menu button:hover {
            background: #f5f5f5;
        }