/*
Theme Name: Sigma 2.0
Theme URI: https://sigmagroup.org.np/themes/sigma 2.0/
Author: Sigma Group Team
Author URI: https://sigmagroup.org.np/
Description: Our default theme for 2026 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sigma 2.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.comment-thread{
    list-style:none;
    padding:0;
    margin:0;
}

.comment-thread li{
    list-style:none;
}

/* Main Comment */
.comment-box{
    display:flex;
    gap:14px;
    padding:18px;
    border-radius:14px;
    margin-bottom:15px;
}

.is-main{
    background:#ffffff;
    border:1px solid #e4e4e4;
}

/* Reply */
.is-reply{
    background:#f8f9ff;
    border-left:4px solid #4a6cf7;
    margin-left:60px;
    margin-top:12px;
}

.comment-avatar img{
    border-radius:50%;
}

.comment-body{
    flex:1;
}

.comment-top{
    display:flex;
    gap:12px;
    align-items:center;
    margin-bottom:8px;
}

.comment-top strong{
    font-size:15px;
}

.comment-top span{
    font-size:12px;
    color:#888;
}

.comment-text{
    font-size:15px;
    line-height:1.6;
    margin-bottom:10px;
}

.comment-actions a{
    font-size:14px;
    color:#4a6cf7;
    text-decoration:none;
    font-weight:600;
}

/* Nested Reply */
.children{
    margin:0;
    padding:0;
}

.mention{
    color:#4a6cf7;
    font-weight:600;
    background:#eef2ff;
    padding:2px 6px;
    border-radius:6px;
}

.reply-btn{
    cursor:pointer;
}

.ok-user-profile-wrap {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.ok-login-trigger img {
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}
.ok-user-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #2260bf;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
    padding: 10px 0;
    border-radius: 4px;
}
.ok-user-profile-wrap:hover .ok-user-dropdown {
    display: block;
}
.ok-user-dropdown ul { list-style: none; margin: 0; padding: 0; }
.ok-user-dropdown ul li { padding: 8px 15px; border-bottom: 1px solid #f5f5f5; }
.ok-user-dropdown ul li.user-greeting { font-weight: bold; color: #1a56a6; }
.ok-user-dropdown ul li a { text-decoration: none; color: #333; font-size: 14px; }
.ok-user-dropdown ul li a i { margin-right: 8px; color: #ffffff; }

.user-round-photo {
    border-radius: 50%;
    vertical-align: middle;
}
/* आइकन र फोटोलाई एउटा मात्र बनाउन र साइज मिलाउन */
.ok-user-profile-wrap .ok-login-trigger i {
    font-size: 20px; /* आइकनको साइज */
    display: inline-block;
}

.user-round-photo {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
    border: 1px solid #eee;
}

/* ड्रपडाउनलाई मिलाउने */
.ok-user-profile-wrap:hover .ok-user-dropdown {
    display: block;
}