/*
|--------------------------------------------------------------------------
| MAS Frontend Extras
|--------------------------------------------------------------------------
| Static frontend helper CSS extracted from inline Blade styles.
| Dynamic settings CSS remains inline.
*/

.mas-sr-only{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}

/*
|--------------------------------------------------------------------------
| MAS Blog Code View Fix
|--------------------------------------------------------------------------
*/
.post-body pre.mas-code-view,
.mas-post-body-content pre.mas-code-view,
#masPostBody pre.mas-code-view,
body .post-content .post-body pre.mas-code-view {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: #0d1117 !important;
    background-color: #0d1117 !important;
    background-image: none !important;
    color: #e6edf3 !important;
    -webkit-text-fill-color: #e6edf3 !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    margin: 24px 0 !important;
    font-family: Consolas, Monaco, "Courier New", monospace !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    white-space: pre-wrap !important;
    word-break: break-word !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
}

.post-body pre.mas-code-view code,
.mas-post-body-content pre.mas-code-view code,
#masPostBody pre.mas-code-view code,
body .post-content .post-body pre.mas-code-view code {
    display: block !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #e6edf3 !important;
    -webkit-text-fill-color: #e6edf3 !important;
    font-family: Consolas, Monaco, "Courier New", monospace !important;
    font-size: inherit !important;
    line-height: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    white-space: inherit !important;
    word-break: inherit !important;
    overflow: visible !important;
}

.post-body pre.mas-code-view code *,
.mas-post-body-content pre.mas-code-view code *,
#masPostBody pre.mas-code-view code * {
    background: transparent !important;
    background-color: transparent !important;
    color: #e6edf3 !important;
    -webkit-text-fill-color: #e6edf3 !important;
    text-shadow: none !important;
}

.post-body p code,
.mas-post-body-content p code,
#masPostBody p code,
.post-body li code,
.mas-post-body-content li code,
#masPostBody li code,
.post-body td code,
.mas-post-body-content td code,
#masPostBody td code {
    background: rgba(56, 189, 248, 0.13) !important;
    color: #38bdf8 !important;
    -webkit-text-fill-color: #38bdf8 !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
    border-radius: 5px !important;
    padding: 2px 6px !important;
    font-family: Consolas, Monaco, "Courier New", monospace !important;
    font-size: 90% !important;
    white-space: normal !important;
}

@media (max-width: 575px) {
    .post-body pre.mas-code-view,
    .mas-post-body-content pre.mas-code-view,
    #masPostBody pre.mas-code-view {
        padding: 15px 14px !important;
        font-size: 13px !important;
        line-height: 1.65 !important;
        border-radius: 10px !important;
    }
}

/*
|--------------------------------------------------------------------------
| MAS Front Menu Login/Pricing Fix
|--------------------------------------------------------------------------
*/
.mas-mobile-extra-link .header__nav-link {
    font-weight: 600;
}

.mas-header-login-btn-wrap .header__action-btn,
.mas-header-pricing-btn-wrap .header__action-btn {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .mas-header-login-btn-wrap,
    .mas-header-pricing-btn-wrap {
        display: none !important;
    }

    .fixed-sidebar-menu-holder .mas-mobile-extra-link {
        margin-top: 2px;
    }
}