/* _content/Armcp.BlogNews.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1rrrv6e26r] {
    position: relative;
    display: flex;
    flex-direction: row;
    
}

main[b-1rrrv6e26r] {
    flex: 1;
}



.top-row[b-1rrrv6e26r] {
    background-color: White;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-between;
    max-width: 1400px;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-right: 200px; /* Աջ կողմում 200px բացատ */
    margin: 0 auto; /* Կենտրոնացնում է հորիզոնական */
    position: sticky; /* Sticky հատկություն */
    top: 0; /* Տեղադրում ենք վերին մասում */
    z-index: 1000; /* Հստակեցնում ենք, որ միշտ լինի վերին շերտում */
}

.home-header[b-1rrrv6e26r] {
    background-color: White;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-between;
    max-width: 1400px;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-right: 200px; /* Աջ կողմում 200px բացատ */
    margin: 0 auto; /* Կենտրոնացնում է հորիզոնական */

}

 

.slide-show[b-1rrrv6e26r] {
    /* Կանխում ենք տարրի փոքրացումը */
    flex-shrink: 0;
}

.logo-link[b-1rrrv6e26r] {
    margin-left: 10px; /* 10px բացատ SlideShow-ից հետո */
    flex-shrink: 0;
}

    .logo-link img[b-1rrrv6e26r] {
        width: 60px;
        height: 60px;
        transition: transform 0.3s ease;
    }

    .logo-link img:hover[b-1rrrv6e26r] {
    transform: scale(1.1); /* Մեծացնում ենք լոգոն 10%-ով */
}

/* Աջ կողմի տարրերը */
.right-section[b-1rrrv6e26r] {
    display: flex;
    align-items: center;
    margin-left: auto; /* Տեղափոխում ենք հնարավոր աջ կողմ */
    flex-shrink: 0;
}

    .right-section > *:not(:first-child)[b-1rrrv6e26r] {
        margin-left: 10px; /* 10px բացատ յուրաքանչյուր տարրից հետո */
    }

/* Եթե անհրաժեշտ է, կարգավորում ենք right-content-ը */
.right-content[b-1rrrv6e26r] {
    /* Կարող եք ավելացնել ստիլներ, եթե անհրաժեշտ է */
}

/* Մուտք գործելու հղման համար */
.auth-link[b-1rrrv6e26r] {
    /* Կարող եք ավելացնել ստիլներ, եթե անհրաժեշտ է */
}

/* Top-row դասի համար */
.top-row .right-content[b-1rrrv6e26r],
.home-header .right-content[b-1rrrv6e26r] {
    margin-left: auto;
}

.top-row .right-content[b-1rrrv6e26r],
.home-header .right-content[b-1rrrv6e26r] {
    margin-left: auto;
}

.top-row[b-1rrrv6e26r]  a,
.home-header[b-1rrrv6e26r]  a,
.top-row[b-1rrrv6e26r]  .btn-link,
.home-header[b-1rrrv6e26r]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-1rrrv6e26r]  a:hover,
    .home-header[b-1rrrv6e26r]  a:hover,
    .top-row[b-1rrrv6e26r]  .btn-link:hover,
    .home-header[b-1rrrv6e26r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1rrrv6e26r]  a:first-child,
    .home-header[b-1rrrv6e26r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.dropdown-menu[b-1rrrv6e26r] {
    overflow: hidden; /* Թաքցնում է ավելորդ մասը */
}

    .dropdown-menu .dropdown-item[b-1rrrv6e26r] {
        white-space: nowrap; /* Նույն տողի վրա թողնում է տեքստը */
        overflow: hidden;
        text-overflow: ellipsis; /* Ավելորդ տեքստը փոխարինում է ...-ով */
    }

        .dropdown-menu .dropdown-item:active[b-1rrrv6e26r] {
            background-color: #74F62C; /* Կանաչ գույնը */
            color: #fff; /* Տեքստի գույնը */
        }

.auth-button[b-1rrrv6e26r] {
    display: inline-block;
    width: 121px;
    height: 45px;
    line-height: 43px; /* Փոքր արժեք՝ տեղավորվելու համար */
    border-radius: 10px;
    background-color: #74F62C;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    padding: 0 10px; /* Padding՝ խուսափելու համար ստվերի բացվելուց */
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3); /* Փոքր ստվեր */
    overflow: hidden; /* Թաքցնում է ավելորդ մասը */
    white-space: nowrap; /* Նույն տողի վրա թողնում */
    text-overflow: ellipsis; /* Եզրափակում ...-ով */
    box-sizing: border-box; /* Հաշվարկում է padding-ը տարրից ներս */
    border: none;
}

    .auth-button:hover[b-1rrrv6e26r] {
        background-color: #68dd29;
    }


    @media (max-width: 640.98px) {
        
        .slide-show[b-1rrrv6e26r] {
            flex-shrink: 1;
            width: auto;
            max-width: 100px;
        }

        .logo-link[b-1rrrv6e26r] {
            margin-left: 10px;
            flex-shrink: 1;
        }

            .logo-link img[b-1rrrv6e26r] {
                width: 40px;
                height: 40px;
            }

        .right-section[b-1rrrv6e26r] {
            margin-left: auto;
            flex-shrink: 1;
            align-items: center;

        }

            .right-section > *:not(:first-child)[b-1rrrv6e26r] {
                margin-left: 10px;
            }

        .logo-link[b-1rrrv6e26r],
        .right-section[b-1rrrv6e26r],
        .auth-link[b-1rrrv6e26r] {
            margin-top: 0;
        }

        .auth-button[b-1rrrv6e26r] {
            width: 40px;
            height: 40px;
            padding: 0;
            font-size: 0; /* Հեռացնում ենք տեքստը */
            background-image: url('https://cdn-icons-png.flaticon.com/24/2321/2321232.png'); /* Փոխարինեք ձեր լոգինի նշանի URL-ով */
            background-size: 50%; /* Տեղադրում ենք նշանի չափը */
            background-position: center;
            background-repeat: no-repeat;
        }
    }


@media (min-width: 641px) {
 

   
   

}

/* Blazor-ի սխալների համար */
#blazor-error-ui[b-1rrrv6e26r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-1rrrv6e26r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Armcp.BlogNews.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cmfv54gimh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-cmfv54gimh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cmfv54gimh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cmfv54gimh] {
    font-size: 1.1rem;
}

.bi[b-cmfv54gimh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cmfv54gimh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cmfv54gimh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cmfv54gimh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-cmfv54gimh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cmfv54gimh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cmfv54gimh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cmfv54gimh]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cmfv54gimh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cmfv54gimh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cmfv54gimh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cmfv54gimh] {
    display: block;
}

.nav-link[b-cmfv54gimh] {
    position: relative;
    font-size: 18px;
    text-decoration: none;
}

.label-stack[b-cmfv54gimh] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
    line-height: 1.2; /* Նվազեցնում ենք տողերի միջև տարածությունը */
}

.beta-label[b-cmfv54gimh], .presale-label[b-cmfv54gimh] {
    font-size: 12px; /* Նույն փոքր չափը */
    transition: transform 0.3s ease-in-out; /* Մեծացման անիմացիա */
}

.beta-label[b-cmfv54gimh] {
    color: greenyellow; /* Beta-ի գույնը */
}

.presale-label[b-cmfv54gimh] {
    color: greenyellow; /* Presale-ի գույնը */
}

.nav-link:hover .beta-label[b-cmfv54gimh],
.nav-link:hover .presale-label[b-cmfv54gimh] {
    transform: scale(1.2); /* Մկնիկը պահելուց մեծացնում է 20%-ով */
}




@media (min-width: 641px) {
    .navbar-toggler[b-cmfv54gimh] {
        display: none;
    }

    .nav-scrollable[b-cmfv54gimh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Armcp.BlogNews.UI/Components/Layout/ScoreResult.razor.rz.scp.css */
.overlay[b-9gf5gfelm8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    /* Եթե ցանկանում եք ֆոնային մթնեցում */
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 999;
    
}

.popup-content[b-9gf5gfelm8] {
    position: absolute;
    top: calc(100% + 10px); /* 10px հեռավորություն `points-display` տարրից ներքև */
    left: 0;
    z-index: 1000;
    /* Այստեղ կարող եք ավելացնել այլ ոճավորումներ */
}

.card[b-9gf5gfelm8] {
    background-color: #EEEEEE;
    color: #333;
    border-radius: 15px;
    max-width: 450px; /* Սահմանեք ցանկալի լայնությունը */
    font-family: 'Arial', sans-serif;
}

.text-warning[b-9gf5gfelm8] {
    color: #f28c06 !important;
}

.card ul li img[b-9gf5gfelm8] {
    border-radius: 50%;
}

.question-circle[b-9gf5gfelm8] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #9C9C9C; /* Կամ ցանկացած գույն */
    color: white;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: -5px; /* Կարգավորեք ըստ անհրաժեշտության */
}

.underline-link[b-9gf5gfelm8] {
    position: relative;
}

    .underline-link[b-9gf5gfelm8]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px; /* Հեռավորություն գծի և տեքստի միջև */
        width: 100%;
        height: 2px; /* Գծի հաստությունը */
        background-color: currentColor; /* Գծի գույնը համընկնում է տեքստի գույնի հետ */
    }

.animate-points[b-9gf5gfelm8] {
    animation: flashBounce-b-9gf5gfelm8 0.8s ease-out forwards;
    display: inline-block; /* որ transform-ը ճիշտ աշխատի inline էլեմենտի վրա */
}

@keyframes flashBounce-b-9gf5gfelm8 {
    0% {
        transform: scale(1);
        color: inherit;
    }

    20% {
        transform: scale(1.5);
        color: #f00; /* Կարմիր */
    }

    40% {
        transform: scale(1.2);
        color: #ff6600;
    }

    60% {
        transform: scale(1.5);
        color: #ffa500; /* Նարնջագույն */
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        color: inherit;
    }
}

/* _content/Armcp.BlogNews.UI/Components/Pages/ArticleOpen.razor.rz.scp.css */


*[b-a2kgt72jiw] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-a2kgt72jiw] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    overscroll-behavior: auto;
}

.container[b-a2kgt72jiw] {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    
}

.container-related[b-a2kgt72jiw] {
    max-width: 1400px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    
}

.article-header[b-a2kgt72jiw] {
    margin-bottom: 20px;
    
}

    .article-header h1[b-a2kgt72jiw] {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    }

.sub-info[b-a2kgt72jiw] {
    display: flex;
    justify-content: space-between; /* Տեղադրում է տարրերը տարբեր ծայրերում */
    align-items: center;
    gap: 10px;
}

.view-count[b-a2kgt72jiw] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #333;
}


.share-section[b-a2kgt72jiw] {
    display: flex; /* Կողք կողքի դիրք share-title և share-buttons */
    align-items: center;
    gap: 10px; /* Adds space between share-title and share-buttons */
}

.share-title[b-a2kgt72jiw] {
    display: flex;
    align-items: center;
    gap: 8px; /* Adds space between icon and text */
}

.share-buttons[b-a2kgt72jiw] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap; /* Ավելացնում ենք flex-wrap հատկությունը */
    justify-content: center; /* Կենտրոնացնում ենք կոճակները մոբայլի ժամանակ */
}
    .share-buttons img[b-a2kgt72jiw] {
        width: 32px;
        height: 32px;
        cursor: pointer;
        filter: grayscale(100%);
    }
    .share-buttons img:hover[b-a2kgt72jiw] {
                filter: grayscale(0%);
            }

.article-image[b-a2kgt72jiw] {
    text-align: center;
    margin: 20px 0;

}

    .article-image img[b-a2kgt72jiw] {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .article-image figcaption[b-a2kgt72jiw] {
        font-size: 14px;
        color: #555;
        margin-top: 5px;
    }

.article-content[b-a2kgt72jiw] {
    color: #333;
    border: 1px solid #E0E0E0; /* Բարակ սև գիծ */
    padding: 10px; /* Ներսից տարածություն ռամկի և բովանդակության միջև */
    border-radius: 10px;
}
   .article-content a[b-a2kgt72jiw] {
        color: #3b78e7;
        text-decoration: none;
    }
 

        .article-content a:hover[b-a2kgt72jiw] {
            text-decoration: underline;
        }



.custom-text[b-a2kgt72jiw] {
    font-size: 15px;
    color: #A4A4A4;
}


.article-card[b-a2kgt72jiw] {
    cursor: pointer;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    .article-card img[b-a2kgt72jiw] {
        width: 100%;
        height: 218px;
        border-radius: 5px;
        object-fit: cover;
    }

    .article-card h5[b-a2kgt72jiw] {
        font-family: 'Gilroy', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        margin-top: 10px;
        word-wrap: break-word;
        flex-grow: 1;
        display: -webkit-box;
        -webkit-line-clamp: 6; /* Սահմանում է 6 տող */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article-card:hover[b-a2kgt72jiw] {
        transform: scale(1.05);
        transition: transform 0.2s;
    }


.back-button[b-a2kgt72jiw] {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background: #74F62C;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .back-button:hover[b-a2kgt72jiw] {
        filter: brightness(0.9); /* Մգեցնելու համար նվազեցնում ենք լուսավորությունը */
    }

.back-icon[b-a2kgt72jiw] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.source-button[b-a2kgt72jiw] {
   background-color:#74F62C; 
   border:1px solid #74F62C; 
   color:white; 
   padding:10px 20px; 
   cursor:pointer; 
   border-radius:4px; 
   display: inline-flex; 
   align-items: center; 
   transition: background-color 0.3s ease;

}


.source-button:hover[b-a2kgt72jiw] {
    filter: brightness(0.9);
}


.article-link[b-a2kgt72jiw] {
    text-decoration: none;
    color: inherit;
}

    .article-link:hover[b-a2kgt72jiw] {
        text-decoration: none;
        color: inherit;
    }




@media (max-width: 768px) {
    .sub-info[b-a2kgt72jiw] {
        flex-direction: column; /* Stacks items vertically on mobile */
        align-items: flex-start;
        margin-top: 30px; /* Adds extra space above the entire share section */
    }

    .share-title[b-a2kgt72jiw] {
        margin-bottom: 5px; /* Makes the space between "Share:" and the logos smaller */
    }

    .share-buttons[b-a2kgt72jiw] {
        flex-direction: row; /* Align logos in a row on mobile */
        width: 100%;
        margin-top: 0; /* Reduce space between "Share:" and logos */
    }
        .share-buttons img[b-a2kgt72jiw] {
            width: 24px;
            height: 24px;
            cursor: pointer;
            filter: grayscale(100%);
        }


        .share-buttons a[b-a2kgt72jiw] {
            margin-bottom: 0; /* Remove extra margin between logos */
        }

    
}
/* _content/Armcp.BlogNews.UI/Components/Pages/Articles.razor.rz.scp.css */
.header-section[b-d080mlbjc7] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center; /* Ուղղահայաց կենտրոնացում */
    justify-content: space-between; /* h2-ն ձախ, կոճակը աջ */
}

.coinwiki-button[b-d080mlbjc7] {
    margin-left: auto; /* Կոճակը տեղափոխում է հնարավորինս աջ */
}


/* Սահմանում ենք ընդհանուր էջի լայնքը */
.container-wrapper[b-d080mlbjc7] {
    max-width: 1400px;
    margin: 0 auto;
   
    padding-top: 30px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

/* Հոդվածների վրա մկնիկով պահելու անիմացիա */
.article-card[b-d080mlbjc7] {
    cursor: pointer;
    text-align: left;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    .article-card img[b-d080mlbjc7] {
        width: 100%;
        height: 218px;
        border-radius: 5px;
        object-fit: cover;
    }

    .article-card h5[b-d080mlbjc7] {
        font-family: 'Gilroy', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        margin-top: 10px;
        word-wrap: break-word;
        flex-grow: 1;
        display: -webkit-box;
        -webkit-line-clamp: 6; /* Սահմանում է 6 տող */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article-card:hover[b-d080mlbjc7] {
        transform: scale(1.05);
        transition: transform 0.2s;
    }

/* Նկարների ֆիքսված չափսեր առաջին և չորրորդ կոնտեյներներում */

.article-item[b-d080mlbjc7] {
    max-height: 230px;
    cursor: pointer;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.article-item img[b-d080mlbjc7] {
    width: 285px;
    height: 218px;
    border-radius: 10px;
    object-fit: cover;
    
}
 
.article-item h3[b-d080mlbjc7] {
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;
}

    .article-item p[b-d080mlbjc7] {
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; /* Սահմանում է առավելագույնը 3 տող */
        word-wrap: break-word;
    }
        
.article-item:hover[b-d080mlbjc7] {
    background-color: #f0f0f0;
}




/* Ապահովում ենք, որ բոլոր նկարները ունենան նույն բարձրությունը */
img[b-d080mlbjc7] {
    width: 285px;
    height: 218px;
    border-radius: 10px;
    object-fit: cover;
}


.coinwiki-button[b-d080mlbjc7] {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #ccc;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

    .coinwiki-button img[b-d080mlbjc7] {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .coinwiki-button:hover[b-d080mlbjc7] {
        transform: scale(1.05);
    }

@keyframes jump-b-d080mlbjc7 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.coinwiki-button.animate[b-d080mlbjc7] {
    animation: jump-b-d080mlbjc7 1s infinite;
}


.pagination .page-link[b-d080mlbjc7] {
    cursor: pointer;
}

.pagination .disabled .page-link[b-d080mlbjc7],
.pagination .page-item.disabled .page-link[b-d080mlbjc7] {
    cursor: default;
}



.article-link[b-d080mlbjc7] {
    text-decoration: none;
    color: inherit;
}

    .article-link:hover[b-d080mlbjc7] {
        text-decoration: none;
        color: inherit;
    }


@media (max-width: 768px) {
    .article-item[b-d080mlbjc7] {
        display: flex;
        flex-direction: row; /* Պահպանում է տեքստի և նկարի կողք կողքի դասավորությունը */
        align-items: center;
        justify-content: start; /* Պարունակությունը շարունակում է մնալ իրար կողք */
        text-align: left; /* Տեքստը կկենտրոնացվի ձախ կողմում */
        width: 100%; /* Ապահովում է, որ տարրերը չեն անցնում ծնողի սահմաններից */
        overflow: hidden; /* Թաքցնում է այն տարրերը, որոնք դուրս են գալիս սահմաններից */
    }

        .article-item img[b-d080mlbjc7] {
            width: 119px;
            height: 91px;
            border-radius: 5px; /* Պահպանում է անկյունների ձևափոխումը */
            margin-right: 10px; /* Տեքստի և նկարի միջև տարածք */
        }

        .article-item h3[b-d080mlbjc7] {
            width: 100%; /* Ապահովում է, որ տեքստը չի անցնում ծնողի սահմաններից */
            max-height: 91px; /* Նկարի բարձրության սահմանում */
            display: -webkit-box;
            -webkit-line-clamp: 6; /* Սահմանում է, որ միայն 4 տող է երևալու */
            -webkit-box-orient: vertical;
            overflow: hidden; /* Թաքցնում է այն մասը, որը դուրս է գալիս սահմաններից */
            text-overflow: ellipsis; /* Ավելացնում է եռակետեր (․․․), եթե տեքստը չի տեղավորվում */
            word-wrap: break-word; /* Կոտրում է երկար բառերը, եթե դրանք չեն տեղավորվում */
            font-family: 'Gilroy', sans-serif;
            font-size: 14px;
            font-weight: 700;
            line-height: 19.34px;
            text-align: left; /* Տեքստի ձախ կողմում կենտրոնացում */
        }

        .article-item p[b-d080mlbjc7] {
            display: none; /* Թաքցնում է <p> տարրը մոբայլում */
        }


    .pagination .page-link[b-d080mlbjc7] {
       
        font-size: 0.875rem;
    }

    .tradingview-container[b-d080mlbjc7] {
        display: none;
    }
}


/* _content/Armcp.BlogNews.UI/Components/Pages/CoinWiki.razor.rz.scp.css */
body[b-ye88hkq6mi] {
    margin: 0;
    padding: 0;
}

/* Պատյանի ստիլեր */
.container-wrapper[b-ye88hkq6mi] {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
}

/* Մենյուի ստիլեր */
.menu[b-ye88hkq6mi] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menu li[b-ye88hkq6mi] {
        margin-bottom: 5px;
    }

    .menu a[b-ye88hkq6mi] {
        display: block;
        padding: 10px;
        background-color: #f0f0f0;
        color: #000;
        text-decoration: none;
        position: relative;
        transition: background-color 0.3s, transform 0.3s;
        cursor: pointer;
    }

        .menu a:hover[b-ye88hkq6mi] {
            background-color: #e0e0e0;
        }

        .menu a.selected[b-ye88hkq6mi] {
            background-color: #d0d0d0;
            transform: translateX(15px);
        }


/* Հոդվածի տարրի ստիլեր */
.article-item[b-ye88hkq6mi] {
    max-height: 230px;
    cursor: pointer;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

    .article-item img[b-ye88hkq6mi] {
        width: 285px;
        height: 218px;
        border-radius: 10px;
        object-fit: cover;
    }

    .article-item h3[b-ye88hkq6mi] {
        font-family: 'Gilroy', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        word-wrap: break-word;
    }

    .article-item p[b-ye88hkq6mi] {
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; /* Սահմանում է առավելագույնը 3 տող */
        word-wrap: break-word;
    }

    .article-item:hover[b-ye88hkq6mi] {
        background-color: #f0f0f0;
    }

.article-link[b-ye88hkq6mi] {
    text-decoration: none;
    color: inherit;
}

    .article-link:hover[b-ye88hkq6mi] {
        text-decoration: none;
        color: inherit;
    }

/* Էջանիշների ստիլեր */
.pagination .page-link[b-ye88hkq6mi] {
    cursor: pointer;
}

.pagination .page-item.disabled .page-link[b-ye88hkq6mi] {
    cursor: not-allowed;
}

/* Ռեսպոնսիվ ստիլեր */
@media (max-width: 767.98px) {
    .article-item[b-ye88hkq6mi] {
        display: flex;
        flex-direction: row; /* Պահպանում է տեքստի և նկարի կողք կողքի դասավորությունը */
        align-items: center;
        justify-content: start; /* Պարունակությունը շարունակում է մնալ իրար կողք */
        text-align: left; /* Տեքստը կկենտրոնացվի ձախ կողմում */
        width: 100%; /* Ապահովում է, որ տարրերը չեն անցնում ծնողի սահմաններից */
        overflow: hidden; /* Թաքցնում է այն տարրերը, որոնք դուրս են գալիս սահմաններից */
    }

        .article-item img[b-ye88hkq6mi] {
            width: 119px;
            height: 91px;
            border-radius: 5px; /* Պահպանում է անկյունների ձևափոխումը */
            margin-right: 10px; /* Տեքստի և նկարի միջև տարածք */
        }

        .article-item h3[b-ye88hkq6mi] {
            width: 100%; /* Ապահովում է, որ տեքստը չի անցնում ծնողի սահմաններից */
            max-height: 91px; /* Նկարի բարձրության սահմանում */
            display: -webkit-box;
            -webkit-line-clamp: 6; /* Սահմանում է, որ միայն 4 տող է երևալու */
            -webkit-box-orient: vertical;
            overflow: hidden; /* Թաքցնում է այն մասը, որը դուրս է գալիս սահմաններից */
            text-overflow: ellipsis; /* Ավելացնում է եռակետեր (․․․), եթե տեքստը չի տեղավորվում */
            word-wrap: break-word; /* Կոտրում է երկար բառերը, եթե դրանք չեն տեղավորվում */
            font-family: 'Gilroy', sans-serif;
            font-size: 14px;
            font-weight: 700;
            line-height: 19.34px;
            text-align: left; /* Տեքստի ձախ կողմում կենտրոնացում */
        }

        .article-item p[b-ye88hkq6mi] {
            display: -webkit-box; /* Օգտագործում ենք բլոկի տիպի ցուցադրում */
            -webkit-line-clamp: 3; /* Ցույց ենք տալիս 3 տող */
            -webkit-box-orient: vertical; /* Տեքստը ուղղահայաց ուղղվածություն ունի */
            overflow: hidden; /* Թաքցնում ենք ավելորդ տեքստը */
            text-overflow: ellipsis; /* Ավելացնում ենք եռակետ (․․․) */
            font-size: 14px; /* Շրիֆտի չափ */
            line-height: 1.5; /* Տողի բարձրություն */
            font-family: 'Arial', sans-serif; /* Նշանակում ենք տառատեսակը */
            color: #333; /* Նշանակում ենք տեքստի գույն */
            margin: 0; /* Հեռացնում ենք <p>-ի ավելորդ տարածությունները */
            word-wrap: break-word; /* Կոտրում է երկար բառերը, եթե դրանք դուրս են գալիս */
            word-break: break-word; /* Հարմարեցնում է տեքստի կոտրում երկար բառերի դեպքում */
        }

    .menu a.selected[b-ye88hkq6mi] {
        transform: none;
    }
}
/* _content/Armcp.BlogNews.UI/Components/Pages/Footer.razor.rz.scp.css */
/* Footer Styles */
.footer-container[b-bgksesyu73] {
    background-color: #E0E0E0;
    padding: 20px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-title[b-bgksesyu73] {
    height: 50px;
    font-family: 'Libre Baskerville', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 49.6px;
    text-align: left;
    margin-bottom: 30px;
}

.footer-links[b-bgksesyu73] {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.footer-column[b-bgksesyu73] {
    border-right: 1px solid #ccc;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Փոփոխված */
    padding: 0 15px; /* Ավելացված Padding */
}

    .footer-column:last-child[b-bgksesyu73] {
        border-right: none;
    }

.footer-language[b-bgksesyu73] {
    width: 100%;
    height: 50px;
    font-family: 'Gilroy', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 49.92px;
    text-align: left; /* Փոփոխված */
    margin-bottom: 10px;
}

.footer-column ul[b-bgksesyu73] {
    padding-left: 0;
    list-style: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Փոփոխված */
    width: 100%; /* Ավելացված */
}

.footer-column li[b-bgksesyu73] {
    width: 100%; /* Ավելացված */
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-height: 40px;
}

    .footer-column li a[b-bgksesyu73] {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Ավելացված */
        width: 100%; /* Ավելացված */
        text-decoration: none;
        color: #000;
        font-family: 'Gilroy', sans-serif;
        font-size: 18px;
        font-weight: 700;
        transition: transform 0.2s, color 0.2s, filter 0.2s;
    }

        .footer-column li a img[b-bgksesyu73] {
            width: 32px;
            height: 32px;
            margin-right: 10px;
            flex-shrink: 0;
            filter: grayscale(100%);
            transition: transform 0.2s, filter 0.2s;
        }

        .footer-column li a span[b-bgksesyu73] {
            flex: 1;
            text-align: left;
        }

        .footer-column li a:hover[b-bgksesyu73] {
            transform: scale(1.05);
            color: #007bff;
        }

            .footer-column li a:hover img[b-bgksesyu73] {
                transform: scale(1.1);
                filter: grayscale(0%);
            }

    .footer-column li.empty-item[b-bgksesyu73] {
        visibility: hidden;
    }

        .footer-column li.empty-item a[b-bgksesyu73] {
            display: none;
        }


/* New Column Styles */
.new-column[b-bgksesyu73] {
    background-color: #FFFFFF;
    padding: 20px;
    /* Add the following properties */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the content horizontally */
}

.content-wrapper[b-bgksesyu73] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-image-container[b-bgksesyu73] {
    display: flex;
    align-items: center;
}

.number-text[b-bgksesyu73] {
    font-size: 24px; /* Adjust the font size as needed */
    margin-right: 5px; /* Space between the text and image */
}

.top-image[b-bgksesyu73] {
    height: 2em; /* Matches the font size of the text */
    width: auto;
}

.down-arrow[b-bgksesyu73] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;


}

    .down-arrow[disabled][b-bgksesyu73] {
        cursor: not-allowed;
    }

    .down-arrow.active[b-bgksesyu73] {
        animation: pulse-b-bgksesyu73 1.5s infinite;
    }

/* Pulse animation */
@keyframes pulse-b-bgksesyu73 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

    .down-arrow img[b-bgksesyu73] {
        width: 150px; /* Adjust as needed */
        height: 200px;
    }

.timer[b-bgksesyu73] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}





/* Responsive Design */
@media (max-width: 768px) {
    .footer-title[b-bgksesyu73] {
        width: 100%;
        font-size: 28px;
        line-height: 35px;
    }

    .footer-language[b-bgksesyu73] {
        width: 100%;
        font-size: 30px;
        line-height: 37px;
    }

    .footer-links[b-bgksesyu73] {
        flex-wrap: wrap;
    }

    .footer-column[b-bgksesyu73] {
        border-right: none;
        margin-bottom: 20px;
        width: 50%;
        box-sizing: border-box;
    }
}
/* _content/Armcp.BlogNews.UI/Components/Pages/Home.razor.rz.scp.css */
body[b-fh3o9lqnpx] {
}

*[b-fh3o9lqnpx], *[b-fh3o9lqnpx]::before, *[b-fh3o9lqnpx]::after {
    box-sizing: border-box;
}

.home-header[b-fh3o9lqnpx] {
    position: relative;
    height: 440px;
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url('images/homeheader.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #d6d5d5;
    overflow: hidden; /* Ապահովում է, որ բովանդակությունը չանցնի սահմաններից */
}

/* Կենտրոնացնում է header-left-ը և՛ հորիզոնական, և՛ ուղղահայաց */
.header-left[b-fh3o9lqnpx] {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Տեղադրում է header-right-ը կենտրոնի և աջ եզրի միջև */
.header-right[b-fh3o9lqnpx] {
    position: absolute;
    top: 52%;
    left: calc(70%); /* Սկզբնական դիրքը */
    transform: translate(-50%, -50%);
}

/* Ստիլեր header-left-ի համար */
.header-left h1[b-fh3o9lqnpx] {
    font-size: 100px;
    text-transform: uppercase;
}

.header-left .version[b-fh3o9lqnpx] {
    font-size: 24px;
    text-transform: lowercase;
}

.header-left .slogan[b-fh3o9lqnpx] {
    font-size: 40px;
    font-style: italic;
    color: #A100FF;
    /* Այստեղ կարող եք ավելացնել գեղեցիկ դիզայնի համար լրացուցիչ ոճեր */
}

/* Ստիլեր header-right-ի համար */
.header-right ul[b-fh3o9lqnpx] {
    list-style: none;
    padding: 0;
    margin: 0; /* Հանում ենք բացթողումները */
}

.header-right li[b-fh3o9lqnpx] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

.header-right .circle[b-fh3o9lqnpx] {
    width: 29px;
    height: 29px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

    .header-right .circle.checked[b-fh3o9lqnpx]::after {
        content: '';
        width: 15px;
        height: 8px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(-45deg);
        position: absolute;
        top: 10px;
        left: 8px;
    }

    .header-right .circle.faded[b-fh3o9lqnpx]::after {
        content: '';
        width: 15px;
        height: 8px;
        border-left: 2px solid rgba(0,0,0,0.3);
        border-bottom: 2px solid rgba(0,0,0,0.3);
        transform: rotate(-45deg);
        position: absolute;
        top: 10px;
        left: 8px;
    }

    .header-right .circle.faded[b-fh3o9lqnpx] {
        border-color: rgba(0,0,0,0.3);
    }

.header-right ul li a[b-fh3o9lqnpx] {
    display: flex;
    align-items: center;
    color: inherit; /* Պահպանում է բուն գույնը */
    text-decoration: none; /* Հանում է տեքստի ընդգծումը */
    position: relative;
}

    .header-right ul li a .circle[b-fh3o9lqnpx] {
        transition: background-color 0.3s, transform 0.3s;
    }

    .header-right ul li a:hover .circle[b-fh3o9lqnpx] {
        background-color: #74F62C; /* Հովերի ժամանակ գույնի փոփոխություն */
        transform: scale(1.1); /* Հովերի ժամանակ մի փոքր մեծացում */
    }

.label[b-fh3o9lqnpx] {
    color: green;
    font-size: 14px;
    margin-left: 10px;
    width: 50px; /* Set a fixed width */
    word-wrap: break-word; /* Ensure the text breaks onto a new line */
    text-align: center; /* Center the text on each line */
}




.box-one[b-fh3o9lqnpx] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; /* Հորիզոնական կենտրոնացում */
    align-items: flex-start; /* Տեղադրում վերին եզրին */
    margin-top: 50px; /* Ազատ տարածություն վերև */
    margin-bottom: 50px; /* Ազատ տարածություն ներքև */
}

.challenges[b-fh3o9lqnpx] {
    max-width: 314px;
    width: 100%;
    /* Հեռացրել ենք ֆիքսված բարձրությունը */
    font-family: 'Libre Baskerville', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24; /* Փոփոխել ենք տողերի բարձրությունը */
    text-align: left;
    margin-right: 20px;
    word-wrap: break-word; /* Կտրում է երկար բառերը և իջացնում է ներքև */
    word-break: break-word; /* Այս հատկությունը ևս կօգնի կտրելու դեպքում */
}

.challenges-text[b-fh3o9lqnpx] {
    max-width: 761px;
    width: 100%;
    /* Հեռացրել ենք ֆիքսված բարձրությունը */
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6; /* Փոփոխել ենք տողերի բարձրությունը */
    text-align: left;
}

.challenges-link[b-fh3o9lqnpx] {
    display: inline-block; /* Հնարավորություն է տալիս տարրին փոփոխել չափերը */
    padding: 10px 20px; /* Տեքստի շուրջ տարածություն */
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5; /* Գծային բարձրությունը */
    text-align: center; /* Հորիզոնական կենտրոնում տեքստը */
    margin-top: 10px;
    border-radius: 10px; /* Կլորացված անկյուններ */
    background-color: #74F62C;
    color: #000; /* Տեքստի գույն */
    text-decoration: none;
    white-space: nowrap; /* Կանխում է տեքստի կոտրվելը նոր տողի վրա */
}

    .challenges-link:hover[b-fh3o9lqnpx] {
        background-color: #60d027; /* Կոճակի գույնի փոփոխություն մկնիկի վրա պահելիս */
    }






.box-two[b-fh3o9lqnpx] {
    background-color: #F7F7F7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; /* Հորիզոնական կենտրոնացում */
    align-items: flex-start; /* Տեղադրում վերին եզրին */
    padding-top: 50px;
    padding-bottom: 50px;
}

.about[b-fh3o9lqnpx] {
    max-width: 314px;
    width: 100%;
    /* Հեռացրել ենք ֆիքսված բարձրությունը */
    font-family: 'Libre Baskerville', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24; /* Փոփոխել ենք տողերի բարձրությունը */
    text-align: left;
    margin-right: 20px;
}

.about-text[b-fh3o9lqnpx] {
    max-width: 761px;
    width: 100%;
    /* Հեռացրել ենք ֆիքսված բարձրությունը */
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6; /* Փոփոխել ենք տողերի բարձրությունը */
    text-align: left;
}








/* Թիմի բաժին */
.team-section[b-fh3o9lqnpx] {
    padding: 50px 20px;
    text-align: center;
}

    .team-section h2[b-fh3o9lqnpx] {
        font-family: 'Libre Baskerville', serif;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 40px;
    }

/* Թիմի անդամներ */
.team-members[b-fh3o9lqnpx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; /* Տարածություն թիմի անդամների միջև */
}

.team-member[b-fh3o9lqnpx] {
    width: 200px; /* Կարող եք հարմարեցնել */
    text-align: center;
}

.member-photo[b-fh3o9lqnpx] {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

    .member-photo img[b-fh3o9lqnpx] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.5s ease;
    }

        .member-photo img:last-child[b-fh3o9lqnpx] {
            opacity: 0;
        }

    .member-photo:hover img:first-child[b-fh3o9lqnpx] {
        opacity: 0;
    }

    .member-photo:hover img:last-child[b-fh3o9lqnpx] {
        opacity: 1;
    }

.member-name[b-fh3o9lqnpx] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    transition: color 0.3s ease;
}

    .member-name[b-fh3o9lqnpx]::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px; /* Տեքստի տակ */
        width: 0;
        height: 2px;
        background-color: #74F62C; /* Կամ ձեր նախընտրած գույնը */
        transition: width 0.3s ease;
    }

    .member-name:hover[b-fh3o9lqnpx]::after {
        width: 100%;
    }

/* Սոցիալական մեդիայի հղումներ */
.member-social[b-fh3o9lqnpx] {
    margin-top: 10px;
}

    .member-social .social-link[b-fh3o9lqnpx] {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 5px;
        background-size: cover;
        transition: transform 0.3s ease;
    }

        .member-social .social-link:hover[b-fh3o9lqnpx] {
            transform: scale(1.1);
        }

/* Սոցիալական մեդիայի պատկերներ */
.social-link.linkedin[b-fh3o9lqnpx] {
    background-image: url('https://cdn-icons-png.flaticon.com/512/174/174857.png');
}

.social-link.facebook[b-fh3o9lqnpx] {
    background-image: url('https://cdn-icons-png.flaticon.com/512/124/124010.png');
}

.social-link.instagram[b-fh3o9lqnpx] {
    background-image: url('https://cdn-icons-png.flaticon.com/512/174/174855.png');
}

.social-link.twitter[b-fh3o9lqnpx] {
    background-image: url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/x.svg');
}





/* Կոնտակտային բաժին */
.contact-section[b-fh3o9lqnpx] {
    padding: 50px 20px;
}

.contact-container[b-fh3o9lqnpx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

/* Ձախ բլոկ */
.contact-left[b-fh3o9lqnpx] {
    flex: 1 1 45%;
    max-width: 45%;
}

    .contact-left h2[b-fh3o9lqnpx] {
        font-family: 'Libre Baskerville', serif;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .contact-left h3[b-fh3o9lqnpx] {
        font-family: 'Gilroy', sans-serif;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .contact-left p[b-fh3o9lqnpx] {
        font-family: 'Gilroy', sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .contact-left a[b-fh3o9lqnpx] {
        color: #000; /* Կամ ձեր նախընտրած գույնը */
        text-decoration: none;
    }

        .contact-left a:hover[b-fh3o9lqnpx] {
            text-decoration: underline;
        }

/* Սոցիալական մեդիայի հղումներ */







/* Աջ բլոկ */
.contact-right[b-fh3o9lqnpx] {
    flex: 1 1 45%;
    max-width: 45%;
    margin-top: 20px;
}

    .contact-right iframe[b-fh3o9lqnpx] {
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Ստորին տեքստ */
.footer-text[b-fh3o9lqnpx] {
    text-align: center;
    margin-top: 40px;
}

    .footer-text p[b-fh3o9lqnpx] {
        font-family: 'Gilroy', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }


@media screen and (max-width: 1200px) {
    .header-right[b-fh3o9lqnpx] {
        left: calc(80%);
    }
}

@media screen and (max-width: 992px) {
    .header-right[b-fh3o9lqnpx] {
        left: calc(80%);
    }
}

@media screen and (max-width: 850px) {
    .header-right[b-fh3o9lqnpx] {
        left: calc(80%);
    }
}



@media screen and (max-width: 768px) {

    .header-left[b-fh3o9lqnpx], .header-right[b-fh3o9lqnpx] {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .header-right[b-fh3o9lqnpx] {
        margin-top: 20px;
        text-align: center; /* Կենտրոնացնում է բովանդակությունը */
    }

        .header-right ul[b-fh3o9lqnpx] {
            display: inline-block; /* Ապահովում է, որ ul-ը կենտրոնանա */
            text-align: left; /* Թույլ է տալիս, որ տեքստը լինի ձախից */
        }

    .home-header[b-fh3o9lqnpx] {
        height: auto;
        padding: 20px 0;
    }

    .header-left h1[b-fh3o9lqnpx] {
        white-space: nowrap;
        font-size: 70px;
        text-transform: uppercase;
    }

    .header-left .slogan[b-fh3o9lqnpx] {
        white-space: nowrap;
        font-size: 22px;
        text-transform: uppercase;
    }



    .box-one[b-fh3o9lqnpx] {
        flex-direction: column;
        align-items: center;
    }

    .challenges[b-fh3o9lqnpx] {
        margin-right: 0;
        max-width: 100%;
        text-align: left;
    }

    .challenges-text[b-fh3o9lqnpx] {
        max-width: 100%;
        text-align: left;
    }

    .challenges-link[b-fh3o9lqnpx] {
        width: 100%; /* Լինի ձախից աջ ամբողջ տարածքով */
        line-height: normal; /* Վերականգնում ենք line-height-ը */
        padding: 12px 0; /* Տալիս ենք վերևից և ներքևից padding */
    }






    .box-two[b-fh3o9lqnpx] {
        flex-direction: column;
        align-items: center;
    }

    .about[b-fh3o9lqnpx] {
        margin-right: 0;
        max-width: 100%;
        text-align: left;
    }

    .about-text[b-fh3o9lqnpx] {
        max-width: 100%;
        text-align: left;
    }






    .team-members[b-fh3o9lqnpx] {
        flex-direction: column;
        align-items: center;
    }

    .team-member[b-fh3o9lqnpx] {
        width: 100%;
        max-width: 300px;
    }

    .member-photo[b-fh3o9lqnpx] {
        width: 150px;
        height: 150px;
    }





    .contact-container[b-fh3o9lqnpx] {
        flex-direction: column;
    }

    .contact-left[b-fh3o9lqnpx],
    .contact-right[b-fh3o9lqnpx] {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .contact-right[b-fh3o9lqnpx] {
        margin-top: 20px;
    }
}
/* _content/Armcp.BlogNews.UI/Components/Pages/SlideShow.razor.rz.scp.css */
#offcanvasScrolling[b-2bmkn9c664] {
    width: 315px;
    height: 430px; /* Set the height to 500px */
    max-height: 430px; /* Ensure it doesn't go beyond 500px */
    top: 136px; /* Move it 50px from the top */
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 33px;
    background-color: background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body[b-2bmkn9c664] {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
} 

.timeline[b-2bmkn9c664] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.timeline-item[b-2bmkn9c664] {
    display: flex;
    align-items: center; /* Align items vertically */
    margin-bottom: 23px;
    position: relative;
}

    .timeline-item[b-2bmkn9c664]::before {
        content: '';
        position: absolute;
        left: 35px; /* Align the line with the circle */
        top: 10px;
        bottom: -30px;
        width: 2px;
        background-color: #e0e0e0;
        z-index: -1; /* Ensure the line is behind the circles */
    }

.circle[b-2bmkn9c664] {
    width: 25px;
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.completed .circle[b-2bmkn9c664] {
    background-color: #6c757d;
}

    .completed .circle[b-2bmkn9c664]::before {
        content: '\2713'; /* Checkmark symbol inside the circle */
        font-size: 18px;
        color: white;
        position: relative;
    }


.light-circle[b-2bmkn9c664] {
    background-color: #d3d3d3; /* Շրջանակի ավելի բաց գույն */
}

    .light-circle[b-2bmkn9c664]::before {
        color: #fff; /* Կարգավորեք նշանի գույնը անհրաժեշտության դեպքում */
    }

.timeline-item .contentt[b-2bmkn9c664] {
    margin-left: 20px; /* Reduced margin to bring text closer to the circle */
    font-size: 18px;
    display: flex;
    align-items: center; /* Align content with the circles */
   
}

.completed .contentt span[b-2bmkn9c664] {
    font-weight: bold;
}

.timeline-item .label[b-2bmkn9c664] {
    color: green;
    font-size: 12px;
    margin-left: 10px;
    width: 50px; /* Set a fixed width */
    word-wrap: break-word; /* Ensure the text breaks onto a new line */
    text-align: center; /* Center the text on each line */

}

.timeline-item span[b-2bmkn9c664] {
    color: #606060;
}

.completed span[b-2bmkn9c664] {
    color: #000;
}

/* Hover and focus effects for links */
.content-link[b-2bmkn9c664] {
    text-decoration: none;
    color: inherit; /* Inherit the text color */
    display: flex; /* Make the entire item clickable */
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth animation */
}

    .content-link:hover[b-2bmkn9c664] {
        transform: scale(1.05); /* Slight zoom on hover */
        background-color: #f0f0f0; /* Light background change */
        cursor: pointer; /* Change cursor to pointer */
    }




.menu-button[b-2bmkn9c664] {
    background-color: transparent;
    border: 1px solid #000; /* Սահման ավելացնենք */
    font-size: 18px;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Ավելացնում ենք smooth transition */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ավելացնում ենք ստվեր */
    
}

    .menu-button:hover[b-2bmkn9c664] {
        background-color: #f0f0f0; /* Hover ժամանակ գույնը փոխենք */
        color: #000;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Մեծացնենք ստվերը hover-ի ժամանակ */
        transform: scale(1.05); /* Թեթև մեծացում hover-ի ժամանակ */
    }

    .menu-button:active[b-2bmkn9c664] {
        background-color: #dcdcdc; /* Փոխենք active վիճակի գույնը */
        color: #000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Կրճատենք ստվերը active-ի ժամանակ */
        transform: scale(0.98); /* Կոճակը փոքրացնենք սեղմման ժամանակ */
    }

@media (max-width: 600px) {
    .timeline-item[b-2bmkn9c664]::before {
        left: 35px; /* Կենտրոնացրու գիծը փոքր էկրանների համար */
    }


}
/* _content/Armcp.BlogNews.UI/Components/Pages/SmallComponents/Reactions.razor.rz.scp.css */

.reaction-count[b-lwyvq59jp3] {
    margin-top: 5px; /* Ավելացնում է տարածություն 🔥-ի և թվի միջև */
    font-size: 1.2em; /* Անհրաժեշտության դեպքում փոփոխեք տեքստի չափը */

}
    .reaction-count:hover[b-lwyvq59jp3] {
        color: #000;
    }

.reaction-btn[b-lwyvq59jp3] {
    position: relative;
    bottom: 0;
    min-width: 80px;
    font-size: 1.2rem;
    display: inline-flex;
    flex-direction: column; /* Նոր հատկություն՝ ուղղահայաց դասավորման համար */
    align-items: center; /* Կենտրոնացնում է 🔥-ը և թիվը */
    justify-content: center; /* Կենտրոնացնում է ընդհանուր բովանդակությունը */
}
    .reaction-btn[b-lwyvq59jp3] {
        background-color: inherit; /* Գույնը կմնա ինչպես սկզբնական */
        color: inherit; /* Տեքստի գույնը կմնա ինչպես սկզբնական */
        border-color: inherit; /* Շրջանակի գույնը կմնա ինչպես սկզբնական */
    }

/* Աշխատում է specifically այն կոճակների վրա, որոնք ունեն 
   թե՛ .btn-outline-primary, թե՛ .reaction-btn-music դասերը */
.btn.btn-outline-primary.reaction-btn[b-lwyvq59jp3],
.btn.btn-outline-primary.reaction-btn:hover[b-lwyvq59jp3],
.btn.btn-outline-primary.reaction-btn:focus[b-lwyvq59jp3],
.btn.btn-outline-primary.reaction-btn:active[b-lwyvq59jp3],
.btn.btn-outline-primary.reaction-btn:focus:active[b-lwyvq59jp3],
.btn.btn-outline-primary.reaction-btn:focus:hover[b-lwyvq59jp3] {
    background-color: transparent !important;
    color: inherit !important;
    border: none !important; /* Կոճակը լրիվ առանց սահման */
    /* կամ border-color: transparent !important; եթե 
       նախընտրում եք թողնել սահմանը, բայց անտեսանելի գույնով */
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
}


/* Container for each reaction button */
.reaction-container[b-lwyvq59jp3] {
    position: relative;
    display: inline-block;
    margin-top: auto;
}

/* Feedback message styling */
.feedback-message[b-lwyvq59jp3] {
    position: absolute;
    top: -40px;
    font-size: 2rem;
    color: #ff0000;
    animation: fade-out-b-lwyvq59jp3 1s forwards;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; /* Ավելացրեք այս տողը */
    white-space: nowrap;
}


/* Fade-out animation for feedback messages */
@keyframes fade-out-b-lwyvq59jp3 {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50px);
    }
}


@media (max-width: 768px) {
    .reaction-btn[b-lwyvq59jp3] {
        min-width: 55px; /* Փոքրացնում ենք կոճակի նվազագույն լայնությունը */
        font-size: 1rem; /* Փոքրացնում ենք տառատեսակի չափսը */
    }

    .btn.btn-outline-primary.reaction-btn[b-lwyvq59jp3],
    .btn.btn-outline-primary.reaction-btn:hover[b-lwyvq59jp3],
    .btn.btn-outline-primary.reaction-btn:focus[b-lwyvq59jp3],
    .btn.btn-outline-primary.reaction-btn:active[b-lwyvq59jp3],
    .btn.btn-outline-primary.reaction-btn:focus:active[b-lwyvq59jp3],
    .btn.btn-outline-primary.reaction-btn:focus:hover[b-lwyvq59jp3] {
        padding: 1px;
        width: 50px; /* Լայնությունը */
    }
}
/* _content/Armcp.BlogNews.UI/Components/Pages/Token.razor.rz.scp.css */
/* General styles */
body[b-qkl9tavww8] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f8f9fa;
}

.container[b-qkl9tavww8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Project Address */
.project-address[b-qkl9tavww8], .token-info[b-qkl9tavww8] {
    margin-bottom: 20px;
    font-size: 20px;
}

    /* Responsive layout for address box and buttons */
    .project-address p[b-qkl9tavww8] {
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
    }

.address-box[b-qkl9tavww8] {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 20px;
}

/* Whitepaper button */
.whitepaper-button[b-qkl9tavww8] {
    background-color: #4b4cd4;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

    .whitepaper-button:hover[b-qkl9tavww8] {
        background-color: #3a3b9a;
    }

/* Supported Exchanges section */
.supported-exchanges-container[b-qkl9tavww8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Vertically align items */
    justify-content: space-between; /* Adds space between the items */
}

.supported-exchangs-icons h1[b-qkl9tavww8] {
    margin: 0;
    font-size: 40px;
}

.supported-exchangs-icons p[b-qkl9tavww8] {
    display: flex;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

.supported-exchangs-icons a[b-qkl9tavww8] {
    margin-left: 10px;
}

/* Responsive image scaling */
.supported-exchangs-icons img[b-qkl9tavww8] {
    width: 180px;
    height: 40px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

    .supported-exchangs-icons img:hover[b-qkl9tavww8] {
        transform: scale(1.1);
    }

/* Copy button at the top */
.copy-button-top[b-qkl9tavww8] {
    background-color: #00cc66;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

    .copy-button-top:hover[b-qkl9tavww8] {
        background-color: #00994d;
    }

/* Exchange Icons */
.exchange-icons[b-qkl9tavww8] {
    display: flex;
    gap: 10px; /* Adds space between the icons */
    flex-wrap: wrap; /* Makes the icons wrap in smaller screens */
}

    .exchange-icons img[b-qkl9tavww8] {
        width: 80px;
        height: 80px;
        margin-right: 10px;
        transition: transform 0.3s ease;
    }

        .exchange-icons img:hover[b-qkl9tavww8] {
            transform: scale(1.1);
        }

/* Token Contract & Max Supply Section */
.token-container[b-qkl9tavww8] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: flex-start;
    flex-wrap: wrap; /* Ensure containers stack in smaller screens */
}

/* Styling for each container */
.max-supply-container[b-qkl9tavww8] {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    border-radius: 5px;
    width: 100%; /* Full width in mobile */
    max-width: 300px; /* Fixed width for larger screens */
}
.token-contract-container[b-qkl9tavww8]{
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    border-radius: 5px;
    width: 100%; /* Full width in mobile */
    max-width: 460px; /* Fixed width for larger screens */

}



/* Flexbox for aligning contract span and copy button */
.contract-box[b-qkl9tavww8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: auto; /* Full width container */
    max-width: 600px; /* Limit the max-width on larger screens */
    box-sizing: border-box; /* Make sure padding is included in the width */
}

    /* Make sure the address doesn't overflow */
    .contract-box span[b-qkl9tavww8] {
        flex-grow: 1; /* Allows the address to take up remaining space */
        overflow: hidden;
        text-overflow: ellipsis; /* Adds '...' if text overflows */
        white-space: nowrap; /* Prevents wrapping */
    }

/* Style for the Copy button */
.copy-button[b-qkl9tavww8] {
    background-color: #838996;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

    .copy-button i[b-qkl9tavww8] {
        margin-right: 5px;
    }

/* Non-selectable text */
.non-selectable[b-qkl9tavww8] {
    user-select: none;
    pointer-events: none;
    color: #333;
}

.code-box[b-qkl9tavww8] {
    position: relative; /* So the button is positioned relative to this box */
    height: 500px; /* Set height to 600px */
    overflow-y: auto; /* Enable vertical scrolling if content overflows */
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #e6eef5;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    border-radius: 5px;
    box-sizing: border-box; /* Include padding and borders in the height/width */
}

/* Style for the Copy button inside the box */
.copy-button-inbox[b-qkl9tavww8] {
    position: absolute; /* Position the button inside the container */
    top: 10px; /* Place it 10px from the top */
    right: 10px; /* Place it 10px from the right */
    background-color: #838996;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

    .copy-button-inbox:hover[b-qkl9tavww8] {
        background-color: #6E7F80;
    }

pre[b-qkl9tavww8] {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* MEDIA QUERIES FOR RESPONSIVENESS */
/* MEDIA QUERIES FOR RESPONSIVENESS */
@media (max-width: 768px) {
    .address-box[b-qkl9tavww8] {
        flex-wrap: wrap;
    }

        .address-box span[b-qkl9tavww8] {
            white-space: normal; /* Allow text to wrap to the next line */
            word-break: break-all; /* Break the long address if necessary */
        }

    .copy-button-top[b-qkl9tavww8] {
        margin-top: 5px;
        width: 100%; /* Full width button on smaller screens */
        text-align: center;
    }

    .whitepaper-button[b-qkl9tavww8] {
        margin-top: 20px;
        width: 100%; /* Full width button on smaller screens */
        text-align: center;
    }

    .exchange-icons[b-qkl9tavww8] {
        justify-content: center; /* Center icons on mobile */
    }

    .supported-exchangs-icons[b-qkl9tavww8] {
        justify-content: center; /* Center content on mobile */
    }

    .supported-exchanges-container[b-qkl9tavww8] {
        flex-direction: column; /* Stack content vertically on small screens */
        align-items: flex-start; /* Align items to the left */
    }

    .supported-exchangs-icons h1[b-qkl9tavww8] {
        text-align: center; /* Center the title */
    }

    .supported-exchangs-icons p[b-qkl9tavww8] {
        justify-content: center;
    }

    .exchange-icons[b-qkl9tavww8] {
        justify-content: center;
    }

    .max-supply-container[b-qkl9tavww8], .token-contract-container[b-qkl9tavww8] {
        max-width: 100%; /* Full width on smaller screens */
    }

    .whitepaper-button[b-qkl9tavww8] {
        float: none;
        width: 100%; /* Full width button on smaller screens */
        text-align: center;
    }

    .contract-box[b-qkl9tavww8] {
        flex-wrap: wrap; /* Allows wrapping on small screens */
    }

        .contract-box span[b-qkl9tavww8] {
            white-space: normal; /* Allow text to wrap to the next line */
            word-break: break-all; /* Break the long address if necessary */
        }

    .copy-button[b-qkl9tavww8] {
        margin-left: 0;
        margin-top: 10px;
        align-self: flex-end; /* Align the button to the right */
    }
}
/* _content/Armcp.BlogNews.UI/Components/Pages/WikiOpen.razor.rz.scp.css */


*[b-2qy5phweav] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-2qy5phweav] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.container[b-2qy5phweav] {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
}

.container-related[b-2qy5phweav] {
    max-width: 1400px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
}

.article-header[b-2qy5phweav] {
    margin-bottom: 20px;
}

    .article-header h1[b-2qy5phweav] {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    }

.sub-info[b-2qy5phweav] {
    display: flex;
    justify-content: space-between; /* Տեղադրում է տարրերը տարբեր ծայրերում */
    align-items: center;
    gap: 10px;
}

.view-count[b-2qy5phweav] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #333;
}


.share-section[b-2qy5phweav] {
    display: flex; /* Կողք կողքի դիրք share-title և share-buttons */
    align-items: center;
    gap: 10px; /* Adds space between share-title and share-buttons */
}

.share-title[b-2qy5phweav] {
    display: flex;
    align-items: center;
    gap: 8px; /* Adds space between icon and text */
}

.share-buttons[b-2qy5phweav] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap; /* Ավելացնում ենք flex-wrap հատկությունը */
    justify-content: center; /* Կենտրոնացնում ենք կոճակները մոբայլի ժամանակ */
}

    .share-buttons img[b-2qy5phweav] {
        width: 32px;
        height: 32px;
        cursor: pointer;
        filter: grayscale(100%);
    }

        .share-buttons img:hover[b-2qy5phweav] {
            filter: grayscale(0%);
        }

.article-image[b-2qy5phweav] {
    text-align: center;
    margin: 20px 0;
}

    .article-image img[b-2qy5phweav] {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .article-image figcaption[b-2qy5phweav] {
        font-size: 14px;
        color: #555;
        margin-top: 5px;
    }

.article-content[b-2qy5phweav] {
    color: #333;
    border: 1px solid #E0E0E0; /* Բարակ սև գիծ */
    padding: 10px; /* Ներսից տարածություն ռամկի և բովանդակության միջև */
    border-radius: 10px;
}

    .article-content a[b-2qy5phweav] {
        color: #3b78e7;
        text-decoration: none;
    }


        .article-content a:hover[b-2qy5phweav] {
            text-decoration: underline;
        }



.custom-text[b-2qy5phweav] {
    font-size: 15px;
    color: #A4A4A4;
}


.article-card[b-2qy5phweav] {
    cursor: pointer;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    .article-card img[b-2qy5phweav] {
        width: 100%;
        height: 218px;
        border-radius: 5px;
        object-fit: cover;
    }

    .article-card h5[b-2qy5phweav] {
        font-family: 'Gilroy', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        margin-top: 10px;
        word-wrap: break-word;
        flex-grow: 1;
        display: -webkit-box;
        -webkit-line-clamp: 6; /* Սահմանում է 6 տող */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article-card:hover[b-2qy5phweav] {
        transform: scale(1.05);
        transition: transform 0.2s;
    }


.back-button[b-2qy5phweav] {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background: #74F62C;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .back-button:hover[b-2qy5phweav] {
        filter: brightness(0.9); /* Մգեցնելու համար նվազեցնում ենք լուսավորությունը */
    }

.back-icon[b-2qy5phweav] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.source-button[b-2qy5phweav] {
    background-color: #74F62C;
    border: 1px solid #74F62C;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}


    .source-button:hover[b-2qy5phweav] {
        filter: brightness(0.9);
    }


.article-link[b-2qy5phweav] {
    text-decoration: none;
    color: inherit;
}

    .article-link:hover[b-2qy5phweav] {
        text-decoration: none;
        color: inherit;
    }

@media (max-width: 768px) {
    .sub-info[b-2qy5phweav] {
        flex-direction: column; /* Stacks items vertically on mobile */
        align-items: flex-start;
        margin-top: 30px; /* Adds extra space above the entire share section */
    }

    .share-title[b-2qy5phweav] {
        margin-bottom: 5px; /* Makes the space between "Share:" and the logos smaller */
    }

    .share-buttons[b-2qy5phweav] {
        flex-direction: row; /* Align logos in a row on mobile */
        width: 100%;
        margin-top: 0; /* Reduce space between "Share:" and logos */
    }

        .share-buttons img[b-2qy5phweav] {
            width: 24px;
            height: 24px;
            cursor: pointer;
            filter: grayscale(100%);
        }


        .share-buttons a[b-2qy5phweav] {
            margin-bottom: 0; /* Remove extra margin between logos */
        }
}
