.post-container {
    transform: scale(0.90);
    transform-origin: top left;
}

.sub-menu {
    display: none !important;
}

.nav-toggle {
    font-size: 0;
    position: relative;
	
}

.nav-toggle::after {
    content: "Categories";
    font-size: 16px;
    position: absolute;
    top: 35%;
    left: 115%;
}

.post {
    background-color: transparent;
}
.posts .post-content p,
.posts .post-content li,
.posts .post-content dt,
.posts .post-content dd,
.posts .post-content address,
.posts .post-content th,
.posts .post-content td,
.has-text-align-center {
    color: #fff;
}
}
.post-content h1 {
    font-size: 2rem;
}

.post-content h2 {
    font-size: 1.7rem;
}

.post-content h3 {
    font-size: 1.5rem;
}

.post-content h4 {
    font-size: 1.3rem;
}

.post-content h5 {
    font-size: 1.1rem;
}

.post-content h6 {
    font-size: 1rem;
}

.tag-archive-meta {
    display: none;
}

.nocomments {
    display: none;
}

.site-description {
    color: #FFFFFF;
}

#infinite-footer {
    visibility: hidden;
}

.credits {
    visibility: hidden;
}

.post-content {
    padding-left: 2%;
}

.bg-graphite {
    background-color: #00000000 !important;
    align-items: center;
}

.bs-blog-category a,
.bs-blog-post .bs-blog-category a,
.post-category a,
.cat-links a,
.entry-meta .cat-links a,
span.bs-post-category a,
.bs-post-category a,
.categories a {
    background: #0f5132 !important;
    background-color: #0f5132 !important;
    color: #ffffff !important;
    border-color: #0f5132 !important;
}

.post-thumbnail img,
.wp-post-image,
.post img {
    width: 100%;
    height: auto;
}

.custom-logo {
    height: 180px !important;
    width: auto !important;
}

.header-search,
.navbar-toggler,
.bs-search-btn,
.bs-menu-toggle {
    background: #0f5132 !important;
}

.header-search,
.header-search *,
.search-btn,
.search-btn *,
.bs-search-btn,
.bs-search-btn *,
.right-nav a,
.right-nav button {
    background: #0f5132 !important;
    border-color: #0f5132 !important;
    color: #ffffff !important;
}

.single-post img:not(.avatar):not([class*="avatar"]) {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

[class*="search"] {
    background-color: #111 !important;
    color: #fff !important;
}

.autocomplete-suggestion img {
    display: block !important;
}

.custom-embed-card {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-decoration: none;
}

.custom-embed-card img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.custom-embed-card h3 {
    margin-top: 14px;
}

.bs-default .navbar-nav > li:focus,
.bs-default .navbar-nav > li:active,
.bs-default .navbar-nav > li > a:focus,
.bs-default .navbar-nav > li > a:active {
    background-color: #0b5d2a !important;
    color: #ffffff !important;
}

.bs-default .dropdown-menu > li > a:hover {
    background-color: #0b5d2a !important;
    color: #ffffff !important;
}

strong,
a {
    font-size: inherit;
}

.scrollup,
.scroll-up,
#scrollUp,
#return-to-top,
.bs_upscr,
.bs-scroll-top,
a[href="#top"] {
    background: #0f5132 !important;
    background-color: #0f5132 !important;
    border-color: #0f5132 !important;
}

.post-tags,
.tag-links,
.entry-tags,
.bs-post-tag,
.post-tag,
.tags-links {
    display: none !important;
}

.bs-blog-meta img,
.bs-blog-meta .avatar {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .mobile-social-clone {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        position: relative !important;
        margin: 0 0 0 12px !important;
        padding: 8px 0 !important;
        z-index: 999999 !important;
        list-style: none !important;
    }
}

.single-post h1 {
    font-size: 1.8rem !important;
}

.single-post h2 {
    font-size: 1.6rem !important;
}

.single-post h3 {
    font-size: 1.45rem !important;
}

.single-post h4 {
    font-size: 1.3rem !important;
}

.single-post h5 {
    font-size: 1.15rem !important;
}

.single-post h6 {
    font-size: 1rem !important;
}

@media screen and (min-width: 1200px) {
    .single-post .container,
    .single-post .container-fluid,
    .single-post .content-area,
    .single-post .site-main,
    .single-post .row,
    .single-post .col-lg-12,
    .single-post .col-md-12,
    .single-post article.post,
    .single-post .post,
    .single-post .type-post,
    .single-post .bs-card-box {
        width: 95% !important;
        max-width: 100% !important;
        flex: 0 0 65% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    .single-post .bs-post-title,
    .single-post .post-content,
    .single-post .entry-content,
    .single-post .post-thumbnail {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .single-post .post-thumbnail img,
    .single-post .entry-content img,
    .single-post .post-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
}
.single-post .post-thumbnail,
.single-post .wp-post-image,
.single-post .post-image {
    display: none !important;
}
.entry-content u,
.entry-content ins,
.entry-content strong,
.entry-content b,
.entry-content strong u,
.entry-content u strong,
.entry-content b u,
.entry-content u b,
.entry-content a u,
.entry-content u a,
.entry-content a strong,
.entry-content strong a,
.entry-content a b,
.entry-content b a,
.editor-styles-wrapper u,
.editor-styles-wrapper ins,
.editor-styles-wrapper strong,
.editor-styles-wrapper b,
.editor-styles-wrapper strong u,
.editor-styles-wrapper u strong,
.editor-styles-wrapper b u,
.editor-styles-wrapper u b,
.editor-styles-wrapper a u,
.editor-styles-wrapper u a,
.editor-styles-wrapper a strong,
.editor-styles-wrapper strong a,
.editor-styles-wrapper a b,
.editor-styles-wrapper b a {
	color: #ffffff !important;
	text-decoration-color: #ffffff !important;
}

.entry-content a u:hover,
.entry-content u a:hover,
.entry-content a strong:hover,
.entry-content strong a:hover,
.entry-content a b:hover,
.entry-content b a:hover,
.entry-content a u:focus,
.entry-content u a:focus,
.entry-content a strong:focus,
.entry-content strong a:focus,
.entry-content a b:focus,
.entry-content b a:focus,
.entry-content a u:visited,
.entry-content u a:visited,
.entry-content a strong:visited,
.entry-content strong a:visited,
.entry-content a b:visited,
.entry-content b a:visited,
.editor-styles-wrapper a u:hover,
.editor-styles-wrapper u a:hover,
.editor-styles-wrapper a strong:hover,
.editor-styles-wrapper strong a:hover,
.editor-styles-wrapper a b:hover,
.editor-styles-wrapper b a:hover,
.editor-styles-wrapper a u:focus,
.editor-styles-wrapper u a:focus,
.editor-styles-wrapper a strong:focus,
.editor-styles-wrapper strong a:focus,
.editor-styles-wrapper a b:focus,
.editor-styles-wrapper b a:focus,
.editor-styles-wrapper a u:visited,
.editor-styles-wrapper u a:visited,
.editor-styles-wrapper a strong:visited,
.editor-styles-wrapper strong a:visited,
.editor-styles-wrapper a b:visited,
.editor-styles-wrapper b a:visited {
	color: #ffffff !important;
	text-decoration-color: #ffffff !important;
}

.single-post .entry-content strong,
.single-post .entry-content b,
.single-post .entry-content strong a,

.single-post .related a::before,
.single-post .related a::after,
.single-post .related-posts a::before,
.single-post .related-posts a::after,
.single-post .bs-widget a::before,
.single-post .bs-widget a::after,
.single-post .bs-blog-post a::before,
.single-post .bs-blog-post a::after,
.single-post .small-post a::before,
.single-post .small-post a::after {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}
.single-post .post-content a,
.single-post .post-content a:link,
.single-post .post-content a:visited,
.single-post .post-content a:hover,
.single-post .post-content a:focus,
.single-post .post-content a:active,
.single-post .entry-content a,
.single-post .entry-content a:link,
.single-post .entry-content a:visited,
.single-post .entry-content a:hover,
.single-post .entry-content a:focus,
.single-post .entry-content a:active,
.single-post .post-content h1 a,
.single-post .post-content h2 a,
.single-post .post-content h3 a,
.single-post .post-content h4 a,
.single-post .post-content h5 a,
.single-post .post-content h6 a,
.single-post .entry-content h1 a,
.single-post .entry-content h2 a,
.single-post .entry-content h3 a,
.single-post .entry-content h4 a,
.single-post .entry-content h5 a,
.single-post .entry-content h6 a {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    text-decoration-color: currentColor !important;
}
.single-post .post-content,
.single-post .entry-content {
    color: #ffffff;
}
/* Blogtimes / Blogus single post background to transparent */
body.single-post article,
body.single article,
body.single-post .post,
body.single .post,
body.single-post .mg-posts-sec,
body.single .mg-posts-sec,
body.single-post .mg-blog-post-box,
body.single .mg-blog-post-box,
body.single-post .mg-card-box,
body.single .mg-card-box,
body.single-post .mg-blog-detail,
body.single .mg-blog-detail,
body.single-post .entry-content,
body.single .entry-content,
body.single-post .entry-header,
body.single .entry-header,
body.single-post .post-content,
body.single .post-content,
body.single-post .single-post-content,
body.single .single-post-content {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

/* Remove grey overlay layers */
body.single-post article::before,
body.single article::before,
body.single-post article::after,
body.single article::after,
body.single-post .post::before,
body.single .post::before,
body.single-post .post::after,
body.single .post::after,
body.single-post .mg-posts-sec::before,
body.single .mg-posts-sec::before,
body.single-post .mg-posts-sec::after,
body.single .mg-posts-sec::after,
body.single-post .mg-blog-post-box::before,
body.single .mg-blog-post-box::before,
body.single-post .mg-blog-post-box::after,
body.single .mg-blog-post-box::after,
body.single-post .mg-card-box::before,
body.single .mg-card-box::before,
body.single-post .mg-card-box::after,
body.single .mg-card-box::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
    box-shadow: none !important;
}

/* Keep inner Gutenberg groups transparent too */
body.single-post .wp-block-group,
body.single .wp-block-group,
body.single-post .wp-block-columns,
body.single .wp-block-columns,
body.single-post .wp-block-cover,
body.single .wp-block-cover {
    background: transparent !important;
    background-color: transparent !important;
}

/* Optional: make author box, related posts, and comments transparent too */
body.single-post .author-box,
body.single .author-box,
body.single-post .related-posts,
body.single .related-posts,
body.single-post .comments-area,
body.single .comments-area,
body.single-post .comment-body,
body.single .comment-body {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
/* Make linked text inside single posts use the same colour as the surrounding text */
body.single-post .entry-content a,
body.single-post .entry-content a:link,
body.single-post .entry-content a:visited,
body.single-post .entry-content a:hover,
body.single-post .entry-content a:focus,
body.single-post .entry-content a:active,
body.single-post .post-content a,
body.single-post .post-content a:link,
body.single-post .post-content a:visited,
body.single-post .post-content a:hover,
body.single-post .post-content a:focus,
body.single-post .post-content a:active,
body.single-post .single-post-content a,
body.single-post .single-post-content a:link,
body.single-post .single-post-content a:visited,
body.single-post .single-post-content a:hover,
body.single-post .single-post-content a:focus,
body.single-post .single-post-content a:active,
body.single-post article p a,
body.single-post article li a,
body.single-post article h1 a,
body.single-post article h2 a,
body.single-post article h3 a,
body.single-post article h4 a,
body.single-post article h5 a,
body.single-post article h6 a {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    text-decoration-color: currentColor !important;
}

/* Make nested text inside links inherit too */
body.single-post .entry-content a span,
body.single-post .entry-content a strong,
body.single-post .entry-content a em,
body.single-post .entry-content a b,
body.single-post .entry-content a i,
body.single-post .post-content a span,
body.single-post .post-content a strong,
body.single-post .post-content a em,
body.single-post .post-content a b,
body.single-post .post-content a i,
body.single-post .single-post-content a span,
body.single-post .single-post-content a strong,
body.single-post .single-post-content a em,
body.single-post .single-post-content a b,
body.single-post .single-post-content a i {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
}

/* Keep links visible without forcing the theme colour */
body.single-post .entry-content a,
body.single-post .post-content a,
body.single-post .single-post-content a {
    text-decoration: underline !important;
    text-underline-offset: 0.12em;
}
/* Remove all earlier search and social CSS first */

/* Keep the backdrop below the search modal */
body.modal-open .modal-backdrop,
body.modal-open .modal-backdrop.show {
    z-index: 1040 !important;
}

/* Keep the search modal above everything and fully clickable */
body.modal-open .bs_model,
body.modal-open .bs_model.show {
    z-index: 1060 !important;
    pointer-events: auto !important;
}

body.modal-open .bs_model .modal-dialog,
body.modal-open .bs_model .modal-content,
body.modal-open .bs_model .modal-header,
body.modal-open .bs_model .modal-body,
body.modal-open .bs_model form,
body.modal-open .bs_model input,
body.modal-open .bs_model button,
body.modal-open .bs_model .search-form,
body.modal-open .bs_model .search-field,
body.modal-open .bs_model .search-submit {
    position: relative !important;
    z-index: 1061 !important;
    pointer-events: auto !important;
}

/* Hide only the actual social links on this site while search is open */
body.modal-open a[href*="discord.gg"],
body.modal-open a[href*="tiktok.com"],
body.modal-open a[href*="gofund.me"],
body.modal-open a[href*="gofundme.com"] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Remove empty wrappers on browsers that support :has() */
body.modal-open li:has(> a[href*="discord.gg"]),
body.modal-open li:has(> a[href*="tiktok.com"]),
body.modal-open li:has(> a[href*="gofund.me"]),
body.modal-open li:has(> a[href*="gofundme.com"]),
body.modal-open .wp-block-social-link:has(a[href*="discord.gg"]),
body.modal-open .wp-block-social-link:has(a[href*="tiktok.com"]),
body.modal-open .wp-block-social-link:has(a[href*="gofund.me"]),
body.modal-open .wp-block-social-link:has(a[href*="gofundme.com"]) {
    display: none !important;
}
@media (max-width: 991px) {
  .bs_upscr,
  .ta_upscr {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: 16px !important;
    bottom: 16px !important;
    width: 48px !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    transform: none !important;
  }

  .bs_upscr i,
  .ta_upscr i {
    line-height: 1 !important;
  }
}
p,
.post-content {
    opacity: 1;
}

body.single-post .entry-content,
body.page .entry-content {
    font-size: 11px !important;
    line-height: 1.7 !important;
}

body.single-post .entry-content p,
body.single-post .entry-content ul,
body.single-post .entry-content ol,
body.single-post .entry-content li,
body.page .entry-content p,
body.page .entry-content ul,
body.page .entry-content ol,
body.page .entry-content li {
    font-size: inherit !important;
    line-height: inherit !important;
}
p,
.post-content {
    opacity: 1;
}
body.single-post .post-content p,
body.single-post .post-content ul,
body.single-post .post-content ol,
body.single-post .post-content li,
body.single-post .post-content .wp-block-list,
body.single-post .post-content .wp-block-list li,
body.single-post .post-content li p,
body.single-post .post-content li a,
body.single-post .post-content li span,
body.single-post .post-content li strong,
body.single-post .post-content li em,
body.single-post .entry-content p,
body.single-post .entry-content ul,
body.single-post .entry-content ol,
body.single-post .entry-content li,
body.single-post .entry-content .wp-block-list,
body.single-post .entry-content .wp-block-list li,
body.single-post .entry-content li p,
body.single-post .entry-content li a,
body.single-post .entry-content li span,
body.single-post .entry-content li strong,
body.single-post .entry-content li em,
body.page .post-content p,
body.page .post-content ul,
body.page .post-content ol,
body.page .post-content li,
body.page .post-content .wp-block-list,
body.page .post-content .wp-block-list li,
body.page .post-content li p,
body.page .post-content li a,
body.page .post-content li span,
body.page .post-content li strong,
body.page .post-content li em,
body.page .entry-content p,
body.page .entry-content ul,
body.page .entry-content ol,
body.page .entry-content li,
body.page .entry-content .wp-block-list,
body.page .entry-content .wp-block-list li,
body.page .entry-content li p,
body.page .entry-content li a,
body.page .entry-content li span,
body.page .entry-content li strong,
body.page .entry-content li em,
body.blog .post-content p,
body.blog .post-content ul,
body.blog .post-content ol,
body.blog .post-content li,
body.blog .entry-content p,
body.blog .entry-content ul,
body.blog .entry-content ol,
body.blog .entry-content li,
body.archive .post-content p,
body.archive .post-content ul,
body.archive .post-content ol,
body.archive .post-content li,
body.archive .entry-content p,
body.archive .entry-content ul,
body.archive .entry-content ol,
body.archive .entry-content li {
    font-size: inherit !important;
    line-height: inherit !important;
}

body.single-post .post-content li::marker,
body.single-post .entry-content li::marker,
body.page .post-content li::marker,
body.page .entry-content li::marker,
body.blog .post-content li::marker,
body.blog .entry-content li::marker,
body.archive .post-content li::marker,
body.archive .entry-content li::marker {
    font-size: 1em !important;
}
body.single-post .mg-breadcrumb-section,
body.single-post .bs-breadcrumb-section,
body.single-post .breadcrumb-section,
body.single-post .page-breadcrumb,
body.single-post .breadcrumb-area {
    display: none !important;
}

body.single-post #content,
body.single-post .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
html, body {
  max-width: 100%;
  overflow-x: hidden !important;
}
.single .entry-content,
.single-post .entry-content,
.post-content,
.wp-block-post-content,
article .entry-content,
.blog-post-single .entry-content,
.blog-details-content,
.post-single-content,
.single article,
.single-post article {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.single .entry-content > *,
.single-post .entry-content > *,
.post-content > *,
.wp-block-post-content > *,
article .entry-content > *,
.blog-post-single .entry-content > *,
.blog-details-content > *,
.post-single-content > * {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* All links and long text inside posts */
.single .entry-content a,
.single-post .entry-content a,
.post-content a,
.wp-block-post-content a,
article .entry-content a,
.blog-post-single .entry-content a,
.blog-details-content a,
.post-single-content a,
.single .entry-content p,
.single-post .entry-content p,
.post-content p,
.wp-block-post-content p,
article .entry-content p,
.single .entry-content li,
.single-post .entry-content li,
.post-content li,
.wp-block-post-content li,
article .entry-content li,
.single .entry-content span,
.single-post .entry-content span,
.post-content span,
.wp-block-post-content span,
article .entry-content span {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
  max-width: 100% !important;
}

/* WordPress embed blocks and preview cards */
.single .entry-content .wp-block-embed,
.single-post .entry-content .wp-block-embed,
.post-content .wp-block-embed,
.wp-block-post-content .wp-block-embed,
article .entry-content .wp-block-embed,
.single .entry-content .wp-block-embed__wrapper,
.single-post .entry-content .wp-block-embed__wrapper,
.post-content .wp-block-embed__wrapper,
.wp-block-post-content .wp-block-embed__wrapper,
article .entry-content .wp-block-embed__wrapper,
.single .entry-content figure,
.single-post .entry-content figure,
.post-content figure,
.wp-block-post-content figure,
article .entry-content figure,
blockquote.wp-embedded-content,
.wp-embedded-content,
.wp-embedded-content-wrapper,
iframe.wp-embedded-content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Any iframe, video, object, embed inside posts */
.single .entry-content iframe,
.single-post .entry-content iframe,
.post-content iframe,
.wp-block-post-content iframe,
article .entry-content iframe,
.single .entry-content video,
.single-post .entry-content video,
.post-content video,
.wp-block-post-content video,
article .entry-content video,
.single .entry-content object,
.single-post .entry-content object,
.post-content object,
.wp-block-post-content object,
article .entry-content object,
.single .entry-content embed,
.single-post .entry-content embed,
.post-content embed,
.wp-block-post-content embed,
article .entry-content embed {
  display: block !important;
  inline-size: 100% !important;
  width: 100% !important;
  max-inline-size: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  height: auto !important;
}

/* Make video or rich embeds responsive */
.single .entry-content .wp-block-embed iframe,
.single-post .entry-content .wp-block-embed iframe,
.post-content .wp-block-embed iframe,
.wp-block-post-content .wp-block-embed iframe,
article .entry-content .wp-block-embed iframe,
iframe.wp-embedded-content {
  aspect-ratio: 16 / 9 !important;
  border: 0 !important;
}

/* WordPress preview cards */
.wp-block-embed.is-provider-wordpress,
.wp-block-embed-wordpress,
.wp-block-embed.is-type-rich,
blockquote.wp-embedded-content {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* Images inside posts and embed cards */
.single .entry-content img,
.single-post .entry-content img,
.post-content img,
.wp-block-post-content img,
article .entry-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
:root {
    --post-font-size: 15.9px;
    --post-line-height: 1.5;
}

body.single-post :is(
    .entry-content,
    .post-content,
    .single-post-content,
    .wp-block-post-content,
    article
),
body.page :is(
    .entry-content,
    .post-content,
    .wp-block-post-content
) {
    font-size: var(--post-font-size) !important;
    line-height: var(--post-line-height) !important;
}

body.single-post :is(
    .entry-content,
    .post-content,
    .single-post-content,
    .wp-block-post-content,
    article
) :is(
    p,
    li,
    span,
    a,
    strong,
    b,
    em,
    i,
    u
),
body.page :is(
    .entry-content,
    .post-content,
    .wp-block-post-content
) :is(
    p,
    li,
    span,
    a,
    strong,
    b,
    em,
    i,
    u
) {
    font-size: var(--post-font-size) !important;
    line-height: var(--post-line-height) !important;
}
body a[href*="instagram.com"],
body a[href*="www.instagram.com"] {
  --aa-social-size: 43px;
  --aa-icon-size: 25px;

  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: var(--aa-social-size) !important;
  height: var(--aa-social-size) !important;
  min-width: var(--aa-social-size) !important;
  min-height: var(--aa-social-size) !important;
  max-width: var(--aa-social-size) !important;
  max-height: var(--aa-social-size) !important;

  padding: 0 !important;
  margin: 0 4px !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;

  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 6%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  text-decoration: none !important;
  overflow: hidden !important;
  vertical-align: middle !important;
}

body a[href*="instagram.com"] *,
body a[href*="www.instagram.com"] *,
body a[href*="instagram.com"] i,
body a[href*="www.instagram.com"] i,
body a[href*="instagram.com"] span,
body a[href*="www.instagram.com"] span,
body a[href*="instagram.com"] svg,
body a[href*="www.instagram.com"] svg,
body a[href*="instagram.com"] img,
body a[href*="www.instagram.com"] img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

body a[href*="instagram.com"]::after,
body a[href*="www.instagram.com"]::after {
  content: none !important;
  display: none !important;
}

body a[href*="instagram.com"]::before,
body a[href*="www.instagram.com"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;

  width: var(--aa-icon-size) !important;
  height: var(--aa-icon-size) !important;
  margin: auto !important;
  padding: 0 !important;

  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.25' y='3.25' width='17.5' height='17.5' rx='5' stroke='%23ffffff' stroke-width='2.2'/%3E%3Ccircle cx='12' cy='12' r='4' stroke='%23ffffff' stroke-width='2.2'/%3E%3Ccircle cx='17.35' cy='6.65' r='1.35' fill='%23ffffff'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: var(--aa-icon-size) var(--aa-icon-size) !important;

  font-family: initial !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body a[href*="instagram.com"]:hover,
body a[href*="www.instagram.com"]:hover,
body a[href*="instagram.com"]:focus,
body a[href*="www.instagram.com"]:focus {
  opacity: 0.9 !important;
  color: transparent !important;
  text-decoration: none !important;
  outline: none !important;
}