<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.facebook-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1877F2;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease-in-out;
    gap: 10px;
    width: 100%;
}

.facebook-button:hover {
    background-color: #145dbf;
}

.facebook-button img {
    width: 24px;
    height: 24px;
}




.wrap-article-header {
/*     max-width: 770px;
    margin: 0 auto; */
}
.article-header {
    position: relative;
    margin-bottom: 3rem;
}
.inner-article-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.post-image {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.post-image .wp-post-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-position: center;
    object-fit: cover;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.5); /* Stronger shadow effect */
/*     border-radius: 5px; /* Optional: Slightly rounded corners */ */
}



.headline {
    line-height: 1.2;
    margin:0;padding-bottom:15px;
    max-width: 770px;
    margin-bottom: 15px;
}.post-summary {
    font-size: 19px;
/*     border-left: 6px solid var(--pink);
    padding-left: 15px; */
    margin: 0 0 30px;
}
  
.inner-article-header .post-summary {
    color: grey;
    font-size: 18px;
    line-height: 1.3;
}

.post--meta {
    display: flex;
/*     justify-content: stretch; */
    border-bottom: 2px solid #000000;
    padding: 10px 0;
    align-items: center;
/*     max-width: 770px; */
    margin: 0 auto;
	padding-top: 20px;
}
.author-meta {
    color: #555;
    font-size: 14px;
    font-weight: 700;
}.author-meta-image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right:10px;
    overflow: hidden;
}
.author-meta {
    color: black;
    display: flex;
    align-items: center;
    text-decoration: none;
	margin-left: 10px;
}
.author-meta:hover {
    text-decoration: underline;
}

.cat {
    background-color: black; /* Black background */
    color: white; /* Yellow text */
    padding: 6px 10px; /* Adds padding inside the div */
    display: inline-block; /* Ensures the background wraps around content */
/*     border-radius: 5px; /* Optional: Rounded corners */ */
/*     margin-right: 10px; /* Adds spacing between this element and the next */ */
}

.cat a {
    color: white !important; /* Ensures links remain yellow */
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-decoration: none;
/*     padding-right: 10px; /* Adds spacing inside the link */ */
}

.cat a:visited {
    color: white !important; /* Ensures visited links remain yellow */
/* 	margin-right: 10px; */
}



.post-body {
    font-size: 2rem;
    line-height: 1.4;
/*     max-width: 770px; */
    margin: 0 auto;
    color: #222;
}.post-body p {
    margin: 20px 0;
}.post-body p:first-child {
    margin-top: 0;
}
.post-body .twitter-tweet {
    margin-inline: auto;
}.post-body ul, .post-body ol {
/*     margin-left: 2.5rem; */
}.post-body ul li, .post-body ol li {
    margin-bottom: 2rem;
}

.post-body p a {
    color: black;
    font-weight: 600;
}

.post-body h1{font-size:3rem}
.post-body h2{font-size:2.5rem}
.post-body h3{font-size:2rem}
.post-body h4{font-size:1.8rem}
.post-body h5{font-size:1.6rem}
.post-body h6{font-size:1.2rem}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5 {
    margin-bottom: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
}
.post-body h1, .post-body h2,.post-body h3 {
    font-weight:800;
    margin-top: 5rem;
/*     padding-left:12px;border-left:8px solid var(--pink); */
}
.post-body h1 a, .post-body h2 a, .post-body h3 a, .post-body h4 a, .post-body h5 a {
    color: var(--pink);
}

.post-body table td {
    border: 1px solid #CCC;
    padding: 5px;
    line-height: 1.2;
    font-size: 16px;
}
.post-body table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    line-height: 1.2;
}

.wrap-video-container {width: 100%;max-width: 100%;position: relative;height: 0;padding-bottom: 56.25%;margin-bottom:30px;}
.wrap-video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%}

.kicker {
    color: var(--pink);;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom:2px solid var(--pink);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    min-width: 70px;
}
.kicker .parent-category {
    text-decoration: none;
    color: var(--pink);
}
.social-share-buttons {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.social-share-buttons a {
    width: 42px;
    line-height: 0;
    margin: 0 8px;
    height: 42px;
}.social-share-buttons a svg {
    width: 100%;
    height: auto;
}


.single-section-wrap:before {
    content: "";
    background: #eee;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 8px;
    height: 8px;
}

.single-section-title {
    font-size:3.7rem;
    line-height: 1;
    margin: 0;
    display: inline-block;
    color: #000;
    font-weight:800;
}
.single-section-wrap {
    margin-bottom: 2rem;
}

.single-section-title:before {
    content: "";
    margin-bottom:5px;
    position:relative;z-index:1;
    background: var(--pink);
    display: block;
    width: 100%;
    height: 8px;
}
.wp-caption .wp-caption-text {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #CCC;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 6px 0;
    line-height: 1.2;
}

.article-footer{margin-top:6rem}
.article-footer-inner:not(:nth-child(1)) {margin-top: 5rem}
.article-footer-inner {margin-bottom: 5rem}

.tiktok-wrapper{
    background:#121328;
    margin: 0 auto;
    padding:3rem 0;  
}

/* TAGS */

/* TAGS */

.row-tags {
    margin: 4rem 0 3rem;
    clear: both;
}

.ul-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0 !important;
}

.ul-tags .tag-item {
    display: block;
    background-color: #303030;
    padding: 6px 12px;
   
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 700;
    color: #f1c410;
}

.ul-tags .tag-item a {
    color: #f1c410;
    text-decoration: none;
    font-weight: bold;
}

.ul-tags .tag-item:hover {
    background-color: #303030;
    color: #f1c410;
	text-decoration: underline;
}

/* .ul-tags .tag-item a:hover {
    color: black;
} */

.single-post-meta {
    display: flex;
    align-items: center;
}
.single-post-meta .red-c {
    font-size: 14px;
    padding: 0 10px;
    color: var(--pink);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.single-post-meta .red-c:hover {
    text-decoration: underline;
}

.wp-caption,
.wp-embedded-content {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}


/* FOLLOW BOX */

/* FOLLOW BOX */

.follow {
	text-align: center;
    background-color: #f1c410;
/*     border-left: 5px solid yellow; */
    padding: 15px 15px;
    color: black;
    box-shadow: 0px 4px 10px rgba(255, 255, 0, 0.2);
    border-radius: 5px;
}

.follow p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-shadow: none;
    color: black;
}

.follow a {
    color: black;
    text-decoration: underline;
    font-weight: 700;
}

.follow a:visited {
    color: black;
	font-weight: 700;
}

/* .follow a:hover {
    color: white;
    background: yellow;
    padding: 5px;
    border-radius: 5px;
} */

.post-body ul li a, .post-body ol li a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}
.post-body ul li a:hover, .post-body ol li a:hover {
    text-decoration: underline;
}
.related__articles {
    margin-left: 0rem;
    margin-bottom: 3rem;
}
.related__articles .section-title {
    font-weight: 700;
    border-bottom: 3px solid #f1c410;
    background-color: black;
    color: white;
    display: inline-flex;
    padding-bottom: 6px;
    padding: 4px 8px;
    border-radius: 4px;
}

.related__articles .related_list {
	list-style-type: none;
    margin-top: 1.5rem;
    max-width: 700px;
}.related__articles .related_list .list-item {
	background-color: #C8C8C8;
    margin-bottom: 10px;
    line-height: 1.4;
	color: white;
	padding: 5px;
}.internal-link h3 {
    padding-left: 0;
    border: none;
    margin-top: 0;
	color:black;
}

.internal-link{margin-inline:auto;border-right:5px solid var(--pink);margin-top:4rem;border-bottom:1px solid #ddd;margin-bottom:5rem;background-color:#f1c410;}
.internal-link-i{display:flex;text-decoration:none;align-items:center}
.internal-link-i .internal__image{width:150px;height:150px;position:relative}
.wrap-internal-item{flex:1;padding-left:30px}
.post_category{display:inline-block;margin-bottom:12px;letter-spacing:.5px;padding-bottom:1px;line-height:1}
internal-link-i .internal__image .image-container{height:100%;width:100%;position:relative}
.internal-link-i .internal__image .image-container img{height:100%;width:100%;object-fit:cover;position:absolute;top:0;left:0;bottom:0}
.internal-link-i:hover .o-head {
    text-decoration: underline;
}

.wrap-bod{display:flex;}
.shareto {
    width: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-body{flex:1}
.social-column{width:60px;text-align:center;position:relative;display:block;height: 100%;}
.sticky-element{text-align:center;margin:0 auto;width:50px;position:sticky;top:15px;-webkit-position:sticky}
.sticky-element a{display:block;width:40px;height:40px;background-color:var(--pink);border-radius:100%;margin:5px;display:flex;align-items:center;transition:all .3s ease;justify-content:center}
.sticky-element a svg path{fill:#fff}

.sidebar-width{height: 100%;position:relative}
.wrap-sidebar-widget.stx {position: sticky;-webkit-position: sticky;top:20px}

@media screen and (max-width:1023px) {
.wrap-bod{display:block;max-width:100%;}
.shareto{display:flex;width:100%;flex-direction:row}
.social-column{height:auto;width:100%;margin-bottom:0}
.social-column .sticky-element{position:relative;top:initial;display:flex;flex-direction:row;justify-content:flex-start;width:auto}
}


@media screen and (max-width:767px) {
.article-header{padding:0.1rem 0;margin-bottom:0}
.post-body {padding: 0 0}
.internal-link{border-bottom:none;font-size: 10px;}  
.internal-link-i .internal__image{width:100px;height:100px;position:relative}  
.wrap-internal-item{flex:1;padding-left:12px}  
.above-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}  
.wra_post-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 10px;
}
.wra_post-image .post-image {
    padding-bottom: 66.25%;
}  
  
}</pre></body></html>