/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 06:07:10 */
/* Rubik */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
#wp-admin-bar-top-secondary {
    /* display: none; */
}
#rank-math-analytics-stats-wrapper.hide-stats a.rank-math-analytics-close-stats {
    display: none;
}
/* Post footer */
@media (max-width: 480px) {
    .single-post footer {
        margin-top: 0;
    }
    .single .blog-content .questions .questions__union .questions__box .faqs__lists .list .item__btn {
        padding: 0;
    }
}
/* Move btn-up above reCAPTCHA */
.btn-up {
    bottom: 125px !important;
}
/* Hide the close button via CSS as backup */
.wid-baner__close {
    display: none !important;
}
/* Widget - title logo */
.wid-baner__title img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}
/* Widget - button box */
.wid-baner__box {
    gap: 6px !important;
}
.wid-baner__box .wid-baner__link {
    margin-bottom: 0 !important;
}
/* Widget - web app button */
.wid-baner__webapp-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    min-width: 155px;
    height: 30px;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}
.wid-baner__webapp-btn img {
    width: 35px;
    height: 35px;
    display: block;
    flex-shrink: 0;
}
/* Footer Banner - web app button */
.banner__webapp-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: transparent;
    border-radius: 8px;
    height: 50px;
    box-sizing: border-box;
    white-space: nowrap;
    min-width: 195px;
}
.banner__webapp-btn img {
    width: 32px;
    height: 32px;
    display: block;
    flex-shrink: 0;
}
/* Footer Banner - center store button images vertically */
.banner__btn-box {
    display: flex;
    align-items: center;
    gap: 12px;
	width: 100%;
    justify-content: center;
}
.banner__btn-box .banner__link {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.banner__btn-box .banner__link img {
    height: 50px;
    width: auto;
    display: block;
}
/* Shared - web app button text (widget + footer banner) */
.wid-baner__webapp-text,
.banner__webapp-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-family: 'Rubik', sans-serif;
}
.wid-baner__webapp-small,
.banner__webapp-small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.wid-baner__webapp-big,
.banner__webapp-big {
    font-size: 20px;
    color: 
#ffffff;
    font-weight: 500;
    letter-spacing: 0.3px;
}
/* Widget - smaller text overrides */
.wid-baner__webapp-small {
    font-size: 9px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.wid-baner__webapp-big {
    font-size: 16px;
    font-weight: 400;
}
/* BetterDocs readability fixes */
.betterdocs-content p {
    color: 
#333333 !important;
}
.betterdocs-content h3 {
    color: 
#1d2939 !important;
}
.betterdocs-content h4 {
    color: 
#1d2939 !important;
}
.betterdocs-content a {
    color: 
#e87722 !important;
}
.betterdocs-content strong {
    color: 
#111111 !important;
}