body.single-post {
    background: #fafbff;
    color: #334155;
}

body.single-post .ast-container,
body.single-post #primary,
body.single-post .site-content .ast-container {
    max-width: none;
    padding: 0;
}

.syeda-single-progress {
    position: fixed;
    top: var(--syeda-single-progress-top, 0);
    left: 0;
    right: 0;
    height: 4px;
    z-index: 99999;
    background: rgba(124, 58, 237, 0.08);
}

.syeda-single-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #6d28d9, #ec4899, #fb923c);
    transition: width 120ms linear;
}

.syeda-single-post {
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at 12% 6%, rgba(236, 72, 153, 0.14), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(251, 146, 60, 0.14), transparent 28%),
        #fafbff;
}

.syeda-single-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.syeda-single-decor span {
    position: absolute;
    border-radius: 999px;
    filter: blur(0);
}

.syeda-single-decor span:nth-child(1) {
    width: 190px;
    height: 190px;
    top: 190px;
    left: -70px;
    background: radial-gradient(circle at 35% 25%, #fff, #ec4899 32%, #7c3aed 72%);
    opacity: .28;
}

.syeda-single-decor span:nth-child(2) {
    width: 118px;
    height: 118px;
    right: 7%;
    top: 510px;
    background: radial-gradient(circle at 30% 25%, #fff, #fb923c 32%, #ec4899 70%);
    opacity: .24;
}

.syeda-single-decor span:nth-child(3) {
    width: 260px;
    height: 260px;
    right: -90px;
    bottom: 16%;
    border: 1px solid rgba(124, 58, 237, .12);
    background: repeating-radial-gradient(circle, rgba(124, 58, 237, .08) 0 1px, transparent 2px 15px);
    opacity: .5;
}

.syeda-single-article {
    position: relative;
    z-index: 1;
}

.syeda-single-hero {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(92px, 9vw, 142px) 24px 40px;
    text-align: center;
}

.syeda-single-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto 28px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.syeda-single-breadcrumbs a,
.syeda-single-breadcrumbs span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.syeda-single-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
}

.syeda-single-breadcrumbs a:hover,
.syeda-single-breadcrumbs a:focus-visible {
    color: #7c3aed;
}

.syeda-single-breadcrumbs svg,
.syeda-single-meta svg,
.syeda-single-inline-cta svg,
.syeda-single-author svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.syeda-single-category {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(236, 72, 153, .2);
    box-shadow: 0 18px 45px rgba(109, 40, 217, .08);
    backdrop-filter: blur(16px);
}

.syeda-single-category span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
    box-shadow: 0 0 18px rgba(236, 72, 153, .45);
}

.syeda-single-hero h1 {
    max-width: 1060px;
    margin: 0 auto;
    color: #0f172a;
    font-size: clamp(3.4rem, 6vw, 5.7rem);
    line-height: .98;
    letter-spacing: 0;
    font-weight: 900;
}

.syeda-single-hero h1::after {
    content: "";
    display: block;
    width: 94px;
    height: 4px;
    margin: 28px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-excerpt {
    max-width: 780px;
    margin: 26px auto 0;
    color: #64748b;
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.72;
    font-weight: 600;
}

.syeda-single-meta {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 18px;
    margin: 34px auto 0;
    padding: 10px 16px 10px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(124, 58, 237, .12);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
    backdrop-filter: blur(16px);
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
}

.syeda-single-meta > span,
.syeda-single-meta__author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    text-decoration: none;
}

.syeda-single-meta__author {
    color: #0f172a;
}

.syeda-single-meta img {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 3px solid #fff;
    box-shadow: 0 8px 22px rgba(109, 40, 217, .17);
}

.syeda-single-featured {
    max-width: 1320px;
    margin: 22px auto 88px;
    padding: 10px;
    border-radius: 36px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgba(109, 40, 217, .55), rgba(236, 72, 153, .42), rgba(251, 146, 60, .55)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 36px 90px rgba(15, 23, 42, .13);
}

.syeda-single-featured img,
.syeda-single-featured__fallback {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 28px;
}

.syeda-single-featured__fallback {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 42px;
    color: #fff;
    background:
        radial-gradient(circle at 25% 20%, rgba(255,255,255,.32), transparent 28%),
        linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-featured__fallback span {
    display: block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .85;
}

.syeda-single-featured__fallback strong {
    display: block;
    max-width: 900px;
    margin-top: 14px;
    font-size: clamp(34px, 5vw, 70px);
    line-height: 1;
}

.syeda-single-layout {
    display: grid;
    grid-template-columns: minmax(0, var(--syeda-sidebar-width, 280px)) minmax(0, var(--syeda-article-width, 820px));
    gap: clamp(44px, 5vw, 72px);
    justify-content: center;
    align-items: start;
    width: min(100% - 48px, 1220px);
    margin: 0 auto;
}

.syeda-single-sidebar {
    position: sticky;
    top: calc(var(--syeda-single-sticky-top, 96px) + 28px);
    display: grid;
    gap: 18px;
}

.syeda-single-toc,
.syeda-single-sidecard,
.syeda-single-author,
.syeda-single-nav__card,
.syeda-single-related__card,
.syeda-single-comments,
.syeda-single-inline-cta {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(124, 58, 237, .12);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
    backdrop-filter: blur(18px);
}

.syeda-single-toc {
    padding: 24px;
    border-radius: 26px;
}

.syeda-single-toc h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.2;
}

.syeda-single-toc nav {
    display: grid;
    gap: 7px;
}

.syeda-single-toc a {
    position: relative;
    display: block;
    padding: 8px 8px 8px 15px;
    border-radius: 12px;
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}

.syeda-single-toc a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 999px;
    background: rgba(124, 58, 237, .14);
}

.syeda-single-toc a.is-level-3 {
    margin-left: 12px;
    font-size: 13px;
}

.syeda-single-toc a.is-active,
.syeda-single-toc a:hover,
.syeda-single-toc a:focus-visible {
    color: #0f172a;
    background: linear-gradient(90deg, rgba(109, 40, 217, .08), rgba(236, 72, 153, .06), transparent);
}

.syeda-single-toc a.is-active::before {
    background: linear-gradient(180deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-sidecard {
    display: grid;
    gap: 6px;
    padding: 20px;
    border-radius: 22px;
    color: #64748b;
}

.syeda-single-sidecard span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.syeda-single-sidecard strong {
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
}

.syeda-single-sidecard a {
    color: #7c3aed;
    font-weight: 900;
    text-decoration: none;
}

.syeda-single-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.syeda-single-share__btn {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(124, 58, 237, .14);
    border-radius: 999px;
    color: #7c3aed;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
    cursor: pointer;
    transition: transform .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}

.syeda-single-share__btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.syeda-single-share__btn:hover,
.syeda-single-share__btn:focus-visible {
    transform: translateY(-3px);
    color: #fff;
    background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
    box-shadow: 0 18px 38px rgba(236, 72, 153, .22);
}

.syeda-single-share__status {
    width: 100%;
    min-height: 18px;
    color: #7c3aed;
    font-size: 12px;
    font-weight: 900;
}

.syeda-single-article-content {
    color: #334155;
    font-size: clamp(17px, 1.2vw, 19px);
    line-height: 1.82;
}

.syeda-single-article-content > *:first-child {
    margin-top: 0;
}

.syeda-single-article-content p,
.syeda-single-article-content ul,
.syeda-single-article-content ol {
    margin: 0 0 1.45em;
}

.syeda-single-article-content h2,
.syeda-single-article-content h3,
.syeda-single-article-content h4 {
    color: #0f172a;
    font-weight: 900;
    letter-spacing: 0;
}

.syeda-single-article-content h2 {
    margin: 2.2em 0 .7em;
    font-size: clamp(32px, 3.4vw, 44px);
    line-height: 1.08;
}

.syeda-single-article-content h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-article-content h3 {
    margin: 1.8em 0 .6em;
    font-size: clamp(25px, 2.5vw, 32px);
    line-height: 1.16;
}

.syeda-single-article-content h4 {
    margin: 1.6em 0 .55em;
    font-size: clamp(21px, 2vw, 26px);
}

.syeda-single-article-content a {
    color: #7c3aed;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(236, 72, 153, .45);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.syeda-single-article-content strong {
    color: #0f172a;
}

.syeda-single-article-content ul,
.syeda-single-article-content ol {
    padding-left: 1.35em;
}

.syeda-single-article-content li {
    margin-bottom: .55em;
}

.syeda-single-article-content ul li::marker {
    color: #ec4899;
}

.syeda-single-article-content blockquote,
.syeda-single-article-content .wp-block-quote,
.syeda-single-article-content .wp-block-pullquote {
    position: relative;
    margin: 42px 0;
    padding: 28px 32px;
    border: 0;
    border-left: 5px solid #ec4899;
    border-radius: 24px;
    color: #0f172a;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 22px 58px rgba(15, 23, 42, .08);
}

.syeda-single-article-content img,
.syeda-single-article-content video,
.syeda-single-article-content iframe {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
}

.syeda-single-article-content figure {
    margin: 38px 0;
}

.syeda-single-article-content figcaption {
    margin-top: 12px;
    color: #64748b;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.syeda-single-article-content .alignwide {
    width: min(100vw - 40px, 1040px);
    max-width: none;
    margin-left: calc((var(--syeda-article-width, 820px) - min(100vw - 40px, 1040px)) / 2);
}

.syeda-single-article-content .alignfull {
    width: min(100vw - 32px, 1180px);
    max-width: none;
    margin-left: calc((var(--syeda-article-width, 820px) - min(100vw - 32px, 1180px)) / 2);
}

.syeda-single-article-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(124, 58, 237, .14);
    border-radius: 18px;
    background: #fff;
}

.syeda-single-article-content th,
.syeda-single-article-content td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(124, 58, 237, .1);
    text-align: left;
}

.syeda-single-article-content th {
    color: #0f172a;
    background: linear-gradient(90deg, rgba(109, 40, 217, .08), rgba(236, 72, 153, .07));
}

.syeda-single-article-content pre,
.syeda-single-article-content code {
    border-radius: 12px;
    background: #0f172a;
    color: #f8fafc;
}

.syeda-single-article-content code {
    padding: 2px 7px;
}

.syeda-single-article-content pre {
    overflow-x: auto;
    padding: 22px;
}

.syeda-single-inline-cta {
    position: relative;
    overflow: hidden;
    margin: 48px 0;
    padding: clamp(28px, 4vw, 40px);
    border-radius: 30px;
}

.syeda-single-inline-cta::before {
    content: "";
    position: absolute;
    right: -48px;
    top: -54px;
    width: 160px;
    height: 160px;
    border-radius: 44px;
    background: linear-gradient(135deg, rgba(109, 40, 217, .16), rgba(236, 72, 153, .14), rgba(251, 146, 60, .15));
    transform: rotate(19deg);
}

.syeda-single-inline-cta > * {
    position: relative;
    z-index: 1;
}

.syeda-single-inline-cta span,
.syeda-single-section-head span,
.syeda-single-author span {
    color: #7c3aed;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.syeda-single-inline-cta h2 {
    margin: 10px 0 10px;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.08;
}

.syeda-single-inline-cta p {
    max-width: 620px;
    margin: 0 0 22px;
    color: #64748b;
    font-weight: 650;
}

.syeda-single-inline-cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
    box-shadow: 0 20px 40px rgba(236, 72, 153, .24);
    text-decoration: none;
}

.syeda-single-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 22px;
    margin-top: 48px;
    padding-top: 30px;
    border-top: 1px solid rgba(124, 58, 237, .12);
}

.syeda-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.syeda-single-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: #64748b;
    font-weight: 850;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(124, 58, 237, .12);
}

.syeda-single-tags a:hover,
.syeda-single-tags a:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-author {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    margin-top: 48px;
    padding: 28px;
    border-radius: 30px;
}

.syeda-single-author img {
    width: 96px;
    height: 96px;
    border-radius: 999px;
    padding: 4px;
    background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-author h2 {
    margin: 8px 0 8px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.1;
}

.syeda-single-author p {
    margin: 0 0 14px;
    color: #64748b;
}

.syeda-single-author a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7c3aed;
    font-weight: 900;
    text-decoration: none;
}

.syeda-single-nav,
.syeda-single-related,
.syeda-single-comments {
    width: min(100% - 48px, 1220px);
    margin: 72px auto 0;
}

.syeda-single-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.syeda-single-nav__card {
    display: grid;
    gap: 8px;
    min-height: 150px;
    padding: 26px;
    border-radius: 26px;
    color: #0f172a;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.syeda-single-nav__card:hover,
.syeda-single-nav__card:focus-visible,
.syeda-single-related__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(236, 72, 153, .14);
}

.syeda-single-nav__card span {
    color: #7c3aed;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.syeda-single-nav__card strong {
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.15;
}

.syeda-single-nav__card.is-next {
    text-align: right;
}

.syeda-single-section-head {
    margin-bottom: 24px;
}

.syeda-single-section-head h2 {
    margin: 8px 0 0;
    color: #0f172a;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
}

.syeda-single-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.syeda-single-related__card {
    overflow: hidden;
    border-radius: 28px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.syeda-single-related__media {
    display: block;
    padding: 10px 10px 0;
}

.syeda-single-related__media img,
.syeda-single-related__fallback {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 20px;
}

.syeda-single-related__fallback {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-related__body {
    padding: 20px 22px 24px;
}

.syeda-single-related__body p {
    display: flex;
    gap: 12px;
    margin: 0 0 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 850;
}

.syeda-single-related__body h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.syeda-single-related__body h3 a {
    color: #0f172a;
    text-decoration: none;
}

.syeda-single-related__body div {
    color: #64748b;
    font-weight: 650;
    line-height: 1.6;
}

.syeda-single-comments {
    margin-bottom: 96px;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 30px;
}

.syeda-single-comments h2,
.syeda-single-comments h3 {
    color: #0f172a;
}

.syeda-single-comments input,
.syeda-single-comments textarea {
    width: 100%;
    border: 1px solid rgba(124, 58, 237, .16);
    border-radius: 16px;
    background: #fff;
}

.syeda-single-comments input:focus,
.syeda-single-comments textarea:focus {
    border-color: #ec4899;
    box-shadow: 0 0 0 4px rgba(236, 72, 153, .12);
}

.syeda-single-comments .submit {
    width: auto;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
}

.syeda-single-mobile-share,
.syeda-single-share-sheet {
    display: none;
}

@media (max-width: 1024px) {
    .syeda-single-layout {
        grid-template-columns: 1fr;
        width: min(100% - 36px, 820px);
    }

    .syeda-single-sidebar {
        position: static;
        order: -1;
        margin-top: 28px;
    }

    .syeda-single-toc nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .syeda-single-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .syeda-single-hero {
        padding: 66px 18px 30px;
        text-align: left;
    }

    .syeda-single-breadcrumbs {
        justify-content: flex-start;
        margin-bottom: 22px;
    }

    .syeda-single-hero h1 {
        font-size: clamp(36px, 11vw, 44px);
        line-height: 1.04;
    }

    .syeda-single-hero h1::after {
        margin-left: 0;
    }

    .syeda-single-excerpt {
        font-size: 17px;
    }

    .syeda-single-meta {
        justify-content: flex-start;
        width: 100%;
        border-radius: 24px;
        padding: 12px;
    }

    .syeda-single-featured {
        width: calc(100% - 30px);
        margin: 10px auto 46px;
        border-radius: 26px;
    }

    .syeda-single-featured img,
    .syeda-single-featured__fallback {
        border-radius: 19px;
    }

    .syeda-single-layout,
    .syeda-single-nav,
    .syeda-single-related,
    .syeda-single-comments {
        width: calc(100% - 30px);
    }

    .syeda-single-toc nav {
        grid-template-columns: 1fr;
    }

    .syeda-single-sidebar {
        margin-top: 22px;
    }

    .syeda-single-article-content {
        font-size: 17px;
        line-height: 1.76;
    }

    .syeda-single-article-content .alignwide,
    .syeda-single-article-content .alignfull {
        width: 100%;
        margin-left: 0;
    }

    .syeda-single-author {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .syeda-single-nav,
    .syeda-single-related__grid {
        grid-template-columns: 1fr;
    }

    .syeda-single-nav__card.is-next {
        text-align: left;
    }

    .syeda-single-share--desktop {
        display: none;
    }

    .syeda-single-mobile-share {
        position: fixed;
        right: 18px;
        bottom: 86px;
        z-index: 9998;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 15px;
        border: 0;
        border-radius: 999px;
        color: #fff;
        background: linear-gradient(135deg, #6d28d9, #ec4899, #fb923c);
        box-shadow: 0 18px 38px rgba(236, 72, 153, .28);
    }

    .syeda-single-mobile-share svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
    }

    .syeda-single-share-sheet[hidden] {
        display: none;
    }

    .syeda-single-share-sheet {
        position: fixed;
        inset: 0;
        z-index: 100000;
        display: grid;
        align-items: end;
        background: rgba(15, 23, 42, .36);
    }

    .syeda-single-share-sheet__panel {
        padding: 24px;
        border-radius: 26px 26px 0 0;
        background: #fff;
    }

    .syeda-single-share-sheet__panel h2 {
        margin: 0 0 18px;
        color: #0f172a;
    }

    .syeda-single-share-sheet__close {
        float: right;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid rgba(124, 58, 237, .12);
        border-radius: 999px;
        color: #7c3aed;
        background: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
