.alert-primary.text-center.sticky-top.w-100 {
    display: none;
}

.blog-post p {
    line-height: 35px;
}

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4 {
    margin-top: 1.5em;
    font-weight: 900;
    letter-spacing: -2px;
}

.blog-post h1 {
    font-size: 2.4em;
    line-height: 40px;
}

.blog-post li {
    margin-top: 1em;
}

.post-content .post-title {
    font-weight: 900;
    line-height: 1.2em;
}
.post-content p {
    margin-top: max(3.2vmin, 24px);
}

::marker {
    color: #f80ce5;
    font-size: 20px;
}

.post-content ul {
    margin-top: 4vmin;
    margin-bottom: 0;
}

.post-content .alert {
    margin-top: 3vmin;
}

.blog-post p,
.blog-post ul,
.blog-post li {
    font-size: 18px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    color: #333333 !important;
    line-height: 29px;
    margin-top: max(3vmin, 20px);
}
.post-content strong {
    color: #000;
}

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6  {
    margin-top: 2em;
    margin-bottom: 0.7em;
    font-weight: 900;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.01em !important;
}

a:not([class]) {
    text-decoration: underline;
    font-weight: 600;
}

/* .blog-post>[id]:not(:first-child) {
    margin: 2.1em 0 0;
} */

.blog-post > [id]+* {
    margin-top: 2rem !important;
}

.blog-post > hr {
    position: relative;
    margin-top: max(5vmin, 2em);
}

.blog-post > hr+* {
    margin-top: max(5vmin, 2em) !important;
}


/* General */

.menu-bar {
    background: #ffffff;
    z-index: 1;
}

.single-thumbnail {
    margin-bottom: 3em;
}
.lead.text-secondary {
    font-size: 22px;
}

svg:not(:root) {
    overflow: hidden;
}
::selection {
    text-shadow: none;
    background: #daf2fd;
}
svg {
    vertical-align: middle;
}

:disabled {
    cursor: default;
}
.post-caption {
    color: #999;
    margin-bottom: 3em;
}
.social-item {
    margin: -1em 10px 0.8em;
    display: flex;
}
.social-share-ul {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
@media(min-width: 1200px) {
    .social-share-ul {
        flex: 0 1 0;
        position: sticky;
        top: 100px;
        width: 36px;
        float: right;
        margin-right: -180px;
        margin-left: -180px;
    }
    .social-item {
        display: block;
        margin: 0 0.8em 20px !important;
    }
}

@media(max-width: 768px) {
    .post-content .post-title {
        font-size: 2em;
    }
}
.social-item-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}
.social-item-link svg {
    width: 16px;
}
.social-item-link svg path {
    fill: #000;
}
.social-item-link:hover {
    background: #FD018C;
}
.social-item-link:hover svg path {
    fill: white;
}
.social-item-link.twitter svg {
    width: 18px;
}
.social-item-link.facebook svg {
    width: 11px;
}
.social-item-link.linkedin svg {
    width: 20px;
}
@media only screen and(max-width: 750px) {
    .social-item {
        margin-top: 0;
    }
}
.post-image {
    max-width: 100%;
    height: auto;
}
.content-block-image {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}
blockquote {
    margin: 50px auto;
    font-size: 24px;
    font-style: italic;
    color: #000;
    padding: 1.2em 30px 1.2em 75px;
    line-height: 1.6;
    position: relative;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #f40de1;
    font-size: 5em;
    position: absolute;
    left: 0;
    top: -40px;
}

.btn:hover {
    color: #fff;
    border-color: var(--bs-btn-hover-border-color);
}

  /* .menu-bar {
    position: fixed;
    top: 0;
    width: 100%;
    transition: background-color 0.3s ease;  
  } */

body.blog{
  background: radial-gradient(circle at 70% top, #ff00ff55 0%, transparent 50%) 5% -60% / 100% 50% no-repeat !important;
  height: 100vh !important;
}

.related-posts-container {
    background: #faf8f7;
    border-radius: 10px;
}

.card-related-posts {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.card-related-posts img {
  height: 100px;
  width: auto!important;
  max-width: 100%;
  object-fit: contain;
  margin-right: 1em;
  margin-bottom: 1em;
}