/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2026 | 11:01:01 */
.wp-singular .single-custom-class {
    line-height: 1.6;
    color: #1a1a1a;
}

.wp-singular .single-custom-class article h1, .wp-singular article h2, .wp-singular article h3, .wp-singular article h4 {
    font-family: 'Huge', sans-serif!important; /* Твой шрифт */
    text-transform: uppercase!important;
    line-height: 1!important;
    margin: 2rem 0 1.5rem!important;
    letter-spacing: -0.02em!important;
}

.wp-singular .single-custom-class article h2 { font-size: 3.5rem; border-left: 12px solid #ff0000; padding-left: 1rem; }
.wp-singular .single-custom-class article h3 { font-size: 2.2rem; background: #000; color: #fff; display: inline-block; padding: 0.2rem 0.6rem; }

.wp-singular .single-custom-class article p {
    font-family: 'Data', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

.wp-singular .single-custom-class article blockquote {
    border: 4px solid #000;
    padding: 2rem;
    margin: 3rem 0;
    font-style: italic;
    background: #f0f0f0;
    position: relative;
    box-shadow: 10px 10px 0 #ff0000;
}

.wp-singular .single-custom-class article img {
    border: 4px solid #000;
    box-shadow: 8px 8px 0 #000;
}

.wp-singular .single-custom-class article ul {
    list-style: none;
    padding: 0;
}

.wp-singular .single-custom-class article ul li::before {
    content: "— ";
    color: #ff0000;
    font-weight: bold;
}

/* Магнитное меню */
.wp-singular .single-custom-class article .sticky-toc {
    position: sticky;
    top: 120px;
    height: fit-content;
}


.wp-singular .single-custom-class article .page-numbers.list {
    display: flex;
    gap: 10px;
    list-style: none;
    font-family: 'Huge', sans-serif;
    font-size: 1.5rem;
}

.wp-singular .single-custom-class article .page-numbers.list a, .page-numbers.list span {
    border: 4px solid #000;
    padding: 10px 20px;
    background: #fff;
    text-decoration: none;
    color: #000;
    transition: all 0.2s;
}

.wp-singular .single-custom-class article .page-numbers.list span.current {
    background: #ff0000;
    color: #fff;
    box-shadow: 6px 6px 0 #000;
}

.wp-singular .single-custom-class article .page-numbers.list a:hover {
    background: #000;
    color: #fff;
}

footer .menu-item:hover {
	color: red;
}
