body,
.header,
.blog {
    background-color: #f8f9fa;
}

body::selection {
    background: #DA3A79;
    color: #fff;
}

.blog-return-section {
    background: linear-gradient(180deg, #f8f9fa 0, #fff 120px);
    background-color: #fff;
}

.footer-front-end {
    background-color: #fff;
}

.blog-muted-link,
.blog-muted-link:hover {
    color: #DA3A79;
    background: #fef4f8;
    border-color: #DA3A79 !important;
    padding: 6px 14px;
    font-weight: 500 !important;
}

.blog p.lead:not(.blog-card-meta-category) {
    color: inherit;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.0225rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem;
}

.blog-breadcrumbs {
    margin-bottom: 1rem;
}

.blog-breadcrumbs .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 1rem;
    padding: 0;
}

.blog-breadcrumbs .breadcrumb-item,
.blog-breadcrumbs .breadcrumb-item a {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.blog-breadcrumbs .breadcrumb-item a:hover {
    color: #DA3A79;
    text-decoration: none;
}

.blog-breadcrumbs .breadcrumb-item.active {
    color: #6c757d;
}

.blog-breadcrumbs .breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
}

.blog-share-link {
    background-color: #DA3A79;
    border: 1px solid #DA3A79;
    height: 32px;
    width: 32px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.blog-share-link:hover,
.blog-share-link:focus {
    border-color: #DA3A79;
    outline: none;
    transform: translateY(-1px);
}

.blog-share-link img {
    filter: brightness(0) invert(1);
    height: 16px;
    width: 18px;
    max-width: 20px;
    object-fit: contain;
}

.blog-single-hero-media img {
    height: 520px;
    object-fit: cover;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.blog-content p {
    margin-bottom: 1.2rem;
    font-size: 1.1em;
}

.blog-content ul,
.blog-content ol {
    font-size: 1.1em;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
}

.blog-content a {
    color: #DA3A79;
}

.blog-content li ul,
.blog-content li ol {
    font-size: 1em;
}

.blog-content ul>li {
    font-size: inherit;
    list-style: disc inside;
    margin-bottom: 0.5rem;
}

.blog-content ol>li {
    font-size: inherit;
    list-style: decimal inside;
    margin-bottom: 0.5rem;
}

.blog-content li p {
    font-size: 1em;
}

.blog-content li::marker {
    color: #DA3A79;
}

.blog-content img {
    border-radius: 0.375rem;
    display: block;
    height: clamp(220px, 42vw, 460px);
    margin: 2.5rem 0;
    object-fit: cover;
    width: 100%;
}

.blog-content-figure {
    margin: 2.5rem 0;
}

.blog-content-figure img {
    margin: 0;
}

.blog-youtube {
    margin: 2.5rem 0;
}

.blog-youtube-frame {
    aspect-ratio: 16 / 9;
    background-color: #000;
    border-radius: 0.375rem;
    overflow: hidden;
    width: 100%;
}

.blog-youtube-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.blog-list-section {
    padding: 0 0 30px;
}

.blog-category-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
}

.blog-filter-link {
    font-size: 14px;
    margin: 0 5px 10px;
}

.blog-filter-link.active,
.blog-filter-link.active:hover,
.blog-filter-link.active:focus {
    background-color: #000;
    border-color: #000 !important;
    color: #fff;
}

.blog-card-image {
    height: 250px;
    object-fit: cover;
}

.blog-featured-image {
    object-fit: cover;
}

.blog-card-grid .overlay:after {
    pointer-events: none;
}

.blog-similar-control {
    height: 40px;
    line-height: 1;
    position: relative;
    width: 40px;
}

.blog-similar-control:before {
    border-color: #fff;
    border-style: solid;
    content: "";
    display: block;
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 12px;
}

.blog-similar-control-prev:before {
    border-width: 0 0 4px 4px;
    transform: translate(-42%, -50%) rotate(45deg);
}

.blog-similar-control-next:before {
    border-width: 4px 4px 0 0;
    transform: translate(-58%, -50%) rotate(45deg);
}

.blog-card-excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    line-clamp: 4;
    min-height: 6em;
    text-overflow: ellipsis;
}

.blog-card-meta-category {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    min-width: 0;
}

.blog-card-category-link {
    max-width: 100%;
}

.blog-post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.blog-content u,
.blog-toc u,
.blog-quote u {
    text-decoration: #da3a79 solid underline;
    text-underline-offset: 0.18em;
}

.blog-toc-toggle {
    align-items: center;
    color: #212529;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    justify-content: start;
    list-style: none;
    text-align: center;
}

.blog-toc-toggle::-webkit-details-marker {
    display: none;
}

.blog-toc-toggle::marker {
    content: "";
}

.blog-toc-icon {
    display: inline-block;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
    position: relative;
    transition: ease-in-out, transform 0.1s cubic-bezier(0, 0, 0.44, 1.18);
    width: 1.25rem;
}

.blog-toc-icon:before,
.blog-toc-icon:after {
    background-color: #DA3A79;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
}

.blog-toc-icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-toc[open] .blog-toc-icon {
    transform: rotate(45deg);
}

.blog-toc-list {
    font-size: 1em;
    padding-left: 1.5rem;
    padding-top: 1rem;
}

.blog-toc-list li {
    margin-bottom: 0.75rem;
}

.blog-toc-list li:last-child {
    margin-bottom: 0;
}

.blog-toc-list a {
    color: #6c757d;
}

.blog-toc-list a:hover {
    color: #DA3A79;
}

.blog-quote {
    border-left: 4px solid #DA3A79;
    box-shadow: none;
    margin: 3rem 0;
}

.blog-quote-body p:last-child {
    margin-bottom: 0;
}

.blog-quote-source {
    color: #6c757d;
    display: block;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: bold;
    margin-top: 1rem;
    text-transform: uppercase;
}

.blog-quote-source span {
    color: #6c757d;
    font-weight: 500;
}

.blog-table-wrap {
    margin: 2rem 0;
}

.blog-faq-section {
    background-color: #fff;
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 3rem calc(50vw - 50%);
}

.blog-faq-heading {
    margin-top: 0;
}

.blog-faq-section .card-body p:last-child {
    margin-bottom: 0;
}

.blog-author-section {
    margin-top: 4rem;
}

.blog-author-box {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
}

.blog-author-image {
    flex: 0 0 96px;
    margin: 0;
}

.blog-author-image img {
    border: 4px solid #da3a79;
    display: block;
    height: 96px;
    object-fit: cover;
    width: 96px;
}

.blog-author-copy {
    max-width: 760px;
}

.blog-author-label {
    color: #DA3A79;
    font-size: 0.78rem;
    font-weight: bold;
    letter-spacing: 0.04rem;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.blog-author-name {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.blog-author-bio {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.blog-author-link {
    color: #DA3A79;
    display: inline-block;
    font-weight: bold;
    margin-top: 0.75rem;
}

.blog-author-link:hover {
    color: #DA3A79;
}

@media (max-width: 767.98px) {
    .blog-single-hero-media img {
        height: 320px;
    }

    .blog-author-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.5rem;
    }
}