/* /blog/paypal-stablecoin-early-traction-signals-crypto-embrace?lang_id=4 */ 
:root{ --font-family-h:Montserrat; }/* Fonts */
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}


@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: "Montserrat";
    src: url("/common/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 200;
}
:root{ --font-size-main:14px; }:root{ --font-family-default:Roboto; }/* Fonts */
@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("/common/fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}
.articles-list {
    list-style: none;
    padding: 0;
}

.articles-list li{
    margin: 0;
    padding: 0;
}

.articles-list.grid-view {
    display: grid;
    gap: 32px;
    align-items: flex-start;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

.articles-list.list-view li{
    margin-bottom: 20px;
}

.article{

}

.article-image{
    max-width: 80%;
    max-height: 600px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}

.article-image img{
    width: 100%;
}
.article-tags{
   margin: 20px 0;
}
@media (max-width: 992px) {
    .articles-list.grid-view{
        grid-template-columns: 1fr 1fr;
    }

    .article-image{
        max-height: 400px;
    }

    .article-content img{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .article-image{
        max-height: 320px;
    }
}

@media (max-width: 600px) {
    .articles-list.grid-view{
       display: block;
    }

    .articles-list.grid-view li{
        margin-bottom: 32px;
    }

    .article-image{
        max-height: 200px;
    }
}
.lang-widget.dropdown-menu{
    position: relative;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lang-widget.dropdown-menu *{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.lang-widget.dropdown-menu>ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.lang-widget.dropdown-menu:hover>ul{
    display: flex;
}
.lang-widget.dropdown-menu:hover>ul a{
    cursor: pointer;
}
.lang-widget.dropdown-menu>.lang-widget-current{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
}
.lang-widget.dropdown-menu>.lang-widget-current .icon{
    margin-right:0;
}.notice {
    display: none;
    position: fixed;

}
.notice.active {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    z-index: 100;
}

.notice-widget .notice-background {
    display: none;
}
.notice-widget.block-screen .notice-background {
    content:" ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
    position: absolute;
    display: block;
}
.notice-widget .notice.notice-position-center .notice-container{
    margin: auto;
    max-width:1440px;
}

.notice-widget .notice .notice-container {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    width:auto;
    padding: 20px;
    gap: 16px;
    overflow: auto;
    border-radius: 8px;
    min-width:300px;
    color:var(--text);
    background: var(--content-background-color);

}
.notice.active.notice-position-center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.notice.active.notice-position-top-right {
    top: 0;
    right: 0;
}
.notice.active.notice-position-top-left {
    top: 0;
    left: 0;
}
.notice.active.notice-position-bottom-left {
    bottom: 0;
    left: 0;
}
.notice.active.notice-position-bottom-right {
    bottom: 0;
    right: 0;
}
.notice.active.notice-position-top {
    top:0;
    left: 0;
    right:0;
}
.notice.active.notice.notice-position-bottom {
    bottom:0;
    left: 0;
    right:0;
}
.notice.active.notice-position-left {
    left: 0;
    top:40%
}
.notice.active.notice-position-right {
    right: 0;
    top:40%
}


.notice.active.notice-position-top .notice-container,
.notice.active.notice-position-bottom .notice-container {
    width: 100%;
}
.notice-widget .notice .close-button {
    background: none;
    border: none;
    padding: 4px;
    font-size: 20px;
    line-height: 22px;
    min-width: 18px;
    min-height: auto;
    box-shadow: none;
    position: absolute;
    right: 10px;
    top: 8px;
    color: var(--white-text-color);
}
.notice .page-wrapper {
    min-width: auto;!important;
    max-width: 100%;!important;
}
.notice-widget .notice  .notice-icon {
    font-size: 20px;
    line-height: 24px;
}
.notice-widget .notice.notice-type-info .notice-header,
.notice-widget .notice.notice-type-info .button.ok-button{
    background: var(--primary-background-color);
    color: var(--white-text-color);
}
.notice-widget .notice.notice-type-error .notice-header,
.notice-widget .notice.notice-type-error .button.ok-button
{
    background: var(--warn-background-color);
    color: var(--white-text-color);
}
.notice-widget .notice.notice-type-success .notice-header,
.notice-widget .notice.notice-type-success .button.ok-button{
    background: var(--highlight-background-color);
    color: var(--white-text-color);
}

.notice-widget .notice.notice-type-warning .notice-header,
.notice-widget .notice.notice-type-warning .button.ok-button{
    background: var(--warn-light-background-color);
    color: var(--white-text-color);
}

.notice-widget .notice .notice-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: auto;
    margin: -20px -20px 5px -20px;
    padding: 10px 40px 10px 20px;
    border-bottom: 1px solid var(--content-border-color);
    min-height: 45px;
}
.notice-widget .notice.hidden-title .notice-header {
    display:none;
}
.notice-widget .notice.hidden-title .close-button {
    color: var(--icon-color);
    top: 6px;

}
.notice-widget .notice.hidden-icon .notice-icon {
    display: none;
}
.notice-widget .notice .notice-header .notice-title {
    font-size: 18px;
    font-weight: 500;
}

.notice .notice-actions {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    gap:20px;
}

@media (max-width: 900px) {
    .notice-widget .notice.notice-position-center .notice-container {
        margin: auto 0;
        max-width: 100%;
    }
}/* Modal Window */

.modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
}
.modal.active{
    display: flex;
}
.modal-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
    position: absolute;
}
.modal-window {
    padding: 20px;
    margin: 100px;
    background: var(--content-background-color);
    position: relative;
    z-index: 1;
    width: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #333;
    box-shadow: 0 0 3px #000;
    border-radius: 4px;
    max-width: 100%;
    max-height: 100%;
}
.modal-window-header,
.modal-window-head{
    flex-shrink: 0;
    height: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.modal-window-body{
    height: 100%;
    overflow: auto;
}
.modal-window-body iframe {
    height: 1px;
    width: 1px;
    opacity: 1;
    transition: opacity 1s ease;
    border: none;
}
.hide-button {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0px 6px;
    box-shadow: none;
}

.loading iframe{
    opacity: 0;
}
.modal-window .hide-button span {
    height: 2px;
    width: 75%;
    background-color: grey;
    top: 10px;
    left: 2px;
}
.modal-window .modal-window-title{
    font-size: 16px;
    line-height: 16px;
    padding: 0 2px;
}
.modal-window .modal-window-footer .fieldblock-buttons{
    margin: 0;
    justify-content: flex-end;
}

.modal-window.preloading{
    width: 100px;
    height: 100px;
}

.modal-window.preloading:before{
    top: 30px;
    left: 30px;
}

.modal-window.preloading>div{
    display: none!important;
}

#customButtonModal .modal-window-body{
    min-width: 250px;
    min-height: 180px;
}

@media (max-width: 600px) {
    .modal-window-body iframe {
        height: 100% !important;
    }
    #modal-window .modal-window {
        position: fixed;
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 450px) {
    #modal-window .modal-window {
        padding: 10px;
    }
}
