.wmc-blog-page .breadcrumb_wrap {
    display: none;
}

.wmc-blog-page .content_wrap {
    padding-top: 8px;
    padding-bottom: 32px;
    overflow-x: hidden;
}

.wmc-blog-page .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.wmc-blog {
    --wmc-blog-orange: #f15a24;
    --wmc-blog-ink: #101828;
    --wmc-blog-muted: #667085;
    --wmc-blog-line: #eaecf0;
    --wmc-blog-card: #ffffff;
    --wmc-blog-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.2 10.7l4.4 4.5' stroke='%23b6e83a' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.6 15.2L16.8 4.6' stroke='%2316a34a' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    font-family: Mulish, sans-serif;
    color: var(--wmc-blog-ink);
    box-sizing: border-box;
}

.wmc-blog *,
.wmc-blog *::before,
.wmc-blog *::after {
    box-sizing: inherit;
}

.wmc-blog-crumbs {
    margin: 0 0 18px;
}

.wmc-blog-crumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    color: #98a2b3;
}

.wmc-blog-crumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wmc-blog-crumbs li:not(:last-child)::after {
    content: "/";
    color: #d0d5dd;
}

.wmc-blog-crumbs a {
    color: #667085;
    text-decoration: none;
}

.wmc-blog-crumbs a:hover {
    color: var(--wmc-blog-orange);
}

.wmc-blog-crumbs li:last-child span {
    color: var(--wmc-blog-orange);
}

.wmc-blog__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 18px;
}

.wmc-blog__intro h1 {
    margin: 0 0 6px;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.wmc-blog__intro p {
    margin: 0;
    color: var(--wmc-blog-muted);
    font-size: 15px;
    font-weight: 500;
}

.wmc-blog-search {
    position: relative;
    flex: 0 0 280px;
    max-width: 100%;
}

.wmc-blog-search input[type="search"] {
    width: 100%;
    height: 46px;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    padding: 0 46px 0 18px;
    background: #fff;
    font: 600 14px/1 Mulish, sans-serif;
    color: var(--wmc-blog-ink);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.wmc-blog-search button {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #98a2b3;
    cursor: pointer;
}

.wmc-blog-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.wmc-blog-chip {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e4e7ec;
    color: #344054;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.wmc-blog-chip.is-on,
.wmc-blog-chip:hover {
    background: var(--wmc-blog-orange);
    border-color: var(--wmc-blog-orange);
    color: #fff;
}

.wmc-blog-hero {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 28px;
    align-items: center;
    background: var(--wmc-blog-card);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    margin: 0 0 28px;
}

.wmc-blog-hero--noimg {
    grid-template-columns: 1fr;
}

.wmc-blog-hero .wmc-blog-media,
.wmc-blog-article__cover .wmc-blog-media,
.wmc-blog-card .wmc-blog-media,
.wmc-blog-related__item .wmc-blog-media {
    display: block;
    overflow: hidden;
    background: #eef2f6;
}

.wmc-blog-hero .wmc-blog-media {
    border-radius: 18px;
    min-height: 260px;
}

.wmc-blog-hero .wmc-blog-media img,
.wmc-blog-card .wmc-blog-media img,
.wmc-blog-article__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.wmc-blog-media--empty,
.wmc-blog-ph {
    display: none !important;
}

.wmc-blog-post-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
}

.wmc-blog-post-tags__label {
    font-size: 13px;
    font-weight: 800;
    color: var(--wmc-blog-muted);
}

.wmc-blog-hero__title {
    margin: 10px 0 10px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.wmc-blog-hero__title a,
.wmc-blog-card__title a {
    color: inherit;
    text-decoration: none;
}

.wmc-blog-hero__title a:hover,
.wmc-blog-card__title a:hover {
    color: var(--wmc-blog-orange);
}

.wmc-blog-hero__excerpt,
.wmc-blog-card__excerpt {
    margin: 0 0 16px;
    color: var(--wmc-blog-muted);
    font-size: 15px;
    line-height: 1.55;
}

.wmc-blog-hero__meta,
.wmc-blog-card__meta,
.wmc-blog-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #98a2b3;
    font-size: 13px;
    font-weight: 600;
}

.wmc-blog-article__meta {
    align-items: baseline;
    gap: 0 0;
}

.wmc-blog-article__meta time,
.wmc-blog-article__meta span {
    display: inline;
}

.wmc-blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: var(--wmc-blog-orange);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 16px rgba(241, 90, 36, 0.22);
    max-width: 100%;
}

.wmc-blog-btn:hover {
    filter: brightness(1.05);
}

.wmc-blog-btn--ghost {
    background: #fff;
    color: var(--wmc-blog-ink) !important;
    border: 1px solid #e4e7ec;
    box-shadow: none;
}

.wmc-blog-hero .wmc-blog-btn {
    margin-top: 16px;
}

.wmc-blog-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff4ed;
    color: #c4320a;
}

.wmc-blog-badge--news { background: #eff8ff; color: #175cd3; }
.wmc-blog-badge--exchange { background: #fff6ed; color: #c4320a; }
.wmc-blog-badge--safe { background: #ecfdf3; color: #067647; }
.wmc-blog-badge--guide { background: #f0f9ff; color: #026aa2; }
.wmc-blog-badge--promo { background: #fff6ed; color: #c4320a; }
.wmc-blog-badge--learn { background: #fef3f2; color: #b42318; }

.wmc-blog__section {
    margin: 8px 0 16px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.wmc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 22px;
}

.wmc-blog-card {
    display: flex;
    flex-direction: column;
    background: var(--wmc-blog-card);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
    min-height: 100%;
}

.wmc-blog-card--noimg .wmc-blog-card__body {
    padding-top: 16px;
}

.wmc-blog-card .wmc-blog-media {
    height: 168px;
}

.wmc-blog-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px 16px;
    flex: 1;
}

.wmc-blog-card__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.wmc-blog-card__excerpt {
    margin: 0;
    font-size: 13px;
    flex: 1;
}

.wmc-blog-card__meta {
    margin-top: 6px;
    align-items: center;
}

.wmc-blog-card__meta a {
    margin-left: auto;
    color: var(--wmc-blog-orange);
    text-decoration: none;
    font-weight: 800;
}

.wmc-blog-topics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    margin: 0 0 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
}

.wmc-blog-topics__label {
    font-size: 13px;
    font-weight: 800;
}

.wmc-blog-topics__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wmc-blog-topics__list a {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f8fafc;
    color: #344054;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.wmc-blog-topics__list a:hover {
    background: #fff4ed;
    color: var(--wmc-blog-orange);
}

.wmc-blog-pager {
    display: flex;
    justify-content: center;
    margin: 8px 0 22px;
}

.wmc-blog-pager .pagenavi {
    display: flex;
    gap: 8px;
    margin: 0;
}

.wmc-blog-pager .pagenavi span,
.wmc-blog-pager .pagenavi a {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-weight: 800;
    text-decoration: none;
}

.wmc-blog-pager .pagenavi span {
    background: var(--wmc-blog-orange);
    color: #fff;
}

.wmc-blog-pager .pagenavi a {
    background: #fff;
    color: #344054;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.05);
}

.wmc-blog-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    padding: 18px 22px;
    border-radius: 18px;
    background: linear-gradient(90deg, #fff7ed, #fff);
    border: 1px solid #ffead5;
}

.wmc-blog-cta__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 220px;
    flex: 1;
}

.wmc-blog-cta__copy strong {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.wmc-blog-cta__copy span {
    color: var(--wmc-blog-muted);
    font-size: 14px;
    font-weight: 600;
}

.wmc-blog-cta__points {
    display: flex;
    gap: 14px;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    color: #067647;
    font-size: 13px;
    font-weight: 800;
}

.wmc-blog-cta__points li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wmc-blog-cta__points li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--wmc-blog-check) center / contain no-repeat;
    flex: 0 0 auto;
}

.wmc-blog-empty {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    margin: 0 0 18px;
    color: var(--wmc-blog-muted);
}

.wmc-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
    gap: 24px;
    align-items: start;
}

.wmc-blog-article {
    background: #fff;
    border-radius: 24px;
    padding: 28px 32px 24px;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
}

.wmc-blog-article h1 {
    margin: 10px 0 10px;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.wmc-blog-article__lead {
    margin: 0 0 14px;
    color: var(--wmc-blog-muted);
    font-size: 16px;
    line-height: 1.55;
}

.wmc-blog-article__cover {
    margin: 18px 0 22px;
}

.wmc-blog-article__cover .wmc-blog-media {
    border-radius: 18px;
    min-height: 220px;
}

.wmc-blog-article__content {
    font-size: 16px;
    line-height: 1.7;
    color: #1d2939;
}

.wmc-blog-article__content h2 {
    margin: 28px 0 12px;
    font-size: 24px;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.wmc-blog-article__content h3 {
    margin: 20px 0 8px;
    font-size: 18px;
    font-weight: 800;
}

.wmc-blog-article__content .wmc-blog-anchor {
    scroll-margin-top: 96px;
}

.wmc-blog-article__content p {
    margin: 0 0 14px;
}

.wmc-blog-article__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 0 0 1px #eaecf0;
}

.wmc-blog-article__content th,
.wmc-blog-article__content td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaecf0;
}

.wmc-blog-article__content th {
    background: #f8fafc;
    font-size: 13px;
    color: #667085;
}

.wmc-blog-article__content tr:last-child td {
    border-bottom: 0;
}

.wmc-blog-article__content ol {
    counter-reset: wmc-step;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.wmc-blog-article__content ol li {
    position: relative;
    padding: 0 0 14px 44px;
    counter-increment: wmc-step;
}

.wmc-blog-article__content ol li::before {
    content: counter(wmc-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--wmc-blog-orange);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wmc-blog-article__content ul {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.wmc-blog-article__content ul li {
    position: relative;
    padding: 0 0 10px 28px;
}

.wmc-blog-article__content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 18px;
    height: 18px;
    background: var(--wmc-blog-check) center / contain no-repeat;
}

.wmc-blog-article__content details {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 12px 16px;
    margin: 0 0 8px;
    background: #fff;
}

.wmc-blog-article__content summary {
    cursor: pointer;
    font-weight: 800;
}

.wmc-blog-share {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin: 18px 0 0;
    padding: 16px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
}

.wmc-blog-share__author {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
}

.wmc-blog-share__author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff4ed;
}

.wmc-blog-share__author strong,
.wmc-blog-share__author span {
    display: block;
}

.wmc-blog-share__author span {
    color: var(--wmc-blog-muted);
    font-size: 13px;
    font-weight: 600;
}

.wmc-blog-share__updated {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--wmc-blog-muted);
    font-size: 13px;
    font-weight: 700;
    padding: 0 16px;
    border-left: 1px solid #eaecf0;
    border-right: 1px solid #eaecf0;
}

.wmc-blog-share__updated::before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2398a2b3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E");
}

.wmc-blog-share__links {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--wmc-blog-muted);
    font-size: 13px;
    font-weight: 700;
    margin-left: auto;
}

.wmc-blog-share__links a,
.wmc-blog-share__copy {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7;
    color: #344054;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
}

.wmc-blog-share__links a:hover,
.wmc-blog-share__copy:hover {
    background: #fff4ed;
    color: var(--wmc-blog-orange);
}

.wmc-blog-share__copy.is-on {
    background: #ecfdf3;
    color: #067647;
}

.wmc-blog-related {
    margin-top: 22px;
}

.wmc-blog-related__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin: 0 0 16px;
}

.wmc-blog-related__head h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.wmc-blog-related__sub {
    margin: 4px 0 0;
    color: var(--wmc-blog-muted);
    font-size: 14px;
    font-weight: 600;
}

.wmc-blog-related__all {
    color: var(--wmc-blog-orange);
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
}

.wmc-blog-related__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    grid-template-rows: auto auto;
    gap: 14px;
    align-items: stretch;
}

.wmc-blog-related__grid--solo {
    grid-template-columns: 1fr;
}

.wmc-blog-related__item {
    display: grid;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
    min-width: 0;
}

.wmc-blog-related__item--feat {
    grid-column: 1;
    grid-row: 1 / span 2;
    grid-template-columns: minmax(168px, 1fr) minmax(0, 1.12fr);
    min-height: 260px;
}

.wmc-blog-related__item--mini {
    grid-column: 2;
    grid-template-columns: 136px minmax(0, 1fr);
    min-height: 124px;
}

.wmc-blog-related__item .wmc-blog-media,
.wmc-blog-related__art {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 12px;
    box-sizing: border-box;
    background: #eef4fb;
}

.wmc-blog-related__item--mini .wmc-blog-media,
.wmc-blog-related__item--mini .wmc-blog-related__art {
    padding: 10px;
}

.wmc-blog-related__item .wmc-blog-media picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.wmc-blog-related__item .wmc-blog-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

.wmc-blog-related__art {
    position: relative;
    background:
        radial-gradient(circle at 28% 58%, #f7b733 0 18px, transparent 19px),
        radial-gradient(circle at 62% 48%, #14b8a6 0 16px, transparent 17px),
        linear-gradient(160deg, #ffe8d2 0%, #fff6ed 55%, #ffe0c2 100%);
}

.wmc-blog-related__art--safe {
    background:
        radial-gradient(circle at 70% 42%, #38bdf8 0 16px, transparent 17px),
        linear-gradient(160deg, #e0f2fe 0%, #f0f9ff 100%);
}

.wmc-blog-related__art--exchange,
.wmc-blog-related__art--guide {
    background:
        radial-gradient(circle at 30% 60%, #f7b733 0 18px, transparent 19px),
        radial-gradient(circle at 64% 46%, #2dd4bf 0 16px, transparent 17px),
        linear-gradient(160deg, #ffe8d2 0%, #fff6ed 100%);
}

.wmc-blog-related__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px 16px 16px;
    min-width: 0;
}

.wmc-blog-related__item--mini .wmc-blog-related__copy {
    padding: 12px 14px 12px 12px;
    gap: 6px;
}

.wmc-blog-related__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.wmc-blog-related__item--mini .wmc-blog-related__title {
    font-size: 15px;
    letter-spacing: -0.02em;
}

.wmc-blog-related__excerpt {
    color: var(--wmc-blog-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wmc-blog-related__item--mini .wmc-blog-related__excerpt {
    font-size: 13px;
    -webkit-line-clamp: 2;
}

.wmc-blog-related__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: auto;
    color: var(--wmc-blog-muted);
    font-size: 13px;
    font-weight: 700;
}

.wmc-blog-related__time::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    vertical-align: -2px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2398a2b3' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.wmc-blog-related__upd {
    padding-left: 12px;
    border-left: 1px solid #eaecf0;
}

.wmc-blog-related__more {
    color: var(--wmc-blog-orange);
    font-weight: 800;
}

.wmc-blog-related__go {
    margin-left: auto;
    color: var(--wmc-blog-orange);
    font-size: 18px;
    line-height: 1;
}

.wmc-blog-related__item:hover .wmc-blog-related__title,
.wmc-blog-related__item:hover .wmc-blog-related__more {
    color: var(--wmc-blog-orange);
}

.wmc-blog-aside {
    position: sticky;
    top: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    max-width: 100%;
}

.wmc-blog-aside__card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.wmc-blog-aside__card strong {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
}

.wmc-blog-aside__card p {
    margin: 0 0 12px;
    color: var(--wmc-blog-muted);
    font-size: 14px;
    line-height: 1.5;
}

.wmc-blog-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wmc-blog-toc a {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 8px 0;
    color: #344054;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.wmc-blog-toc a span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f2f4f7;
    color: #667085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex: 0 0 auto;
}

.wmc-blog-toc a.is-on,
.wmc-blog-toc a:hover {
    color: var(--wmc-blog-orange);
}

.wmc-blog-toc a.is-on span {
    background: var(--wmc-blog-orange);
    color: #fff;
}

.wmc-blog-aside__ex ul {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.wmc-blog-aside__ex li {
    position: relative;
    padding: 0 0 8px 26px;
    font-size: 14px;
    font-weight: 700;
}

.wmc-blog-aside__ex li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 18px;
    height: 18px;
    background: var(--wmc-blog-check) center / contain no-repeat;
}

.wmc-blog-aside__ex .wmc-blog-btn,
.wmc-blog-aside__sup .wmc-blog-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.wmc-blog-page #comments,
.wmc-blog-page .comments_wrap,
.wmc-blog-page .comment_form,
.wmc-blog-page .commentlist,
.wmc-blog-page .comment-respond {
    display: none !important;
}

.wmc-blog-next {
    margin: 18px 0 0;
}

.wmc-blog-next h2 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 800;
}

.wmc-blog-next__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.wmc-blog-next__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
}

.wmc-blog-next__card strong {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.wmc-blog-next__card span {
    color: var(--wmc-blog-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wmc-blog-next__card:hover strong {
    color: var(--wmc-blog-orange);
}

.wmc-blog-convert {
    display: grid;
    grid-template-columns: auto minmax(0, 1.1fr) minmax(0, 1.2fr) auto;
    gap: 16px 20px;
    align-items: center;
    margin: 18px 0 0;
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, #fff7ed, #fff);
    border: 1px solid #ffead5;
}

.wmc-blog-convert__ico {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 58%, #f7b733 0 11px, transparent 12px),
        radial-gradient(circle at 68% 42%, #2dd4bf 0 10px, transparent 11px),
        #fff4ed;
    box-shadow: inset 0 0 0 6px rgba(241, 90, 36, 0.06);
}

.wmc-blog-convert__copy strong {
    display: block;
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.02em;
}

.wmc-blog-convert__copy p {
    margin: 4px 0 0;
    color: var(--wmc-blog-muted);
    font-size: 14px;
    font-weight: 600;
}

.wmc-blog-convert__points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wmc-blog-convert__points li {
    position: relative;
    padding: 0 0 0 22px;
    font-size: 13px;
    font-weight: 700;
    color: #344054;
}

.wmc-blog-convert__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 16px;
    height: 16px;
    background: var(--wmc-blog-check) center / contain no-repeat;
}

.wmc-blog-convert__acts {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-width: 168px;
}

.wmc-blog-convert__acts .wmc-blog-btn {
    justify-content: center;
    height: 44px;
}

.wmc-blog-convert__ask {
    text-align: center;
    color: var(--wmc-blog-orange);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.wmc-blog-convert--safe .wmc-blog-convert__note {
    grid-column: 1 / -1;
    margin: 0;
}

.wmc-blog-convert__note {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.wmc-blog-convert__note a {
    color: #667085;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wmc-blog-txid__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 10px;
}

.wmc-blog-txid__input {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 13px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.wmc-blog-txid__input.is-bad {
    border-color: #f97066;
}

.wmc-blog-txid__err {
    margin: 0 0 10px;
    color: #d92d20;
    font-size: 13px;
    font-weight: 700;
}

.wmc-blog-txid__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 10px;
}

.wmc-blog-txid__links .wmc-blog-btn {
    width: 100%;
}

.wmc-blog-txid__disc {
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 600;
}

.wmc-blog-popular ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wmc-blog-popular li + li {
    margin-top: 8px;
}

.wmc-blog-popular a {
    color: #344054;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.wmc-blog-popular a:hover {
    color: var(--wmc-blog-orange);
}

.wmc-blog-page .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media all and (max-width: 1100px) {
    .wmc-blog-layout,
    .wmc-blog-hero,
    .wmc-blog-grid,
    .wmc-blog-next__grid {
        grid-template-columns: 1fr 1fr;
    }

    .wmc-blog-layout {
        grid-template-columns: 1fr;
    }

    .wmc-blog-aside {
        position: static;
    }

    .wmc-blog-hero--noimg {
        grid-template-columns: 1fr;
    }

    .wmc-blog-convert {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .wmc-blog-convert__points {
        grid-column: 1 / -1;
    }
}

@media all and (max-width: 900px) {
    .wmc-blog-related__grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .wmc-blog-related__item--feat,
    .wmc-blog-related__item--mini {
        grid-column: auto;
        grid-row: auto;
    }

    .wmc-blog-related__item--feat {
        min-height: 0;
    }

    .wmc-blog-share__updated {
        border-right: 0;
    }
}

@media all and (max-width: 760px) {
    .wmc-blog__head,
    .wmc-blog-cta,
    .wmc-blog-share {
        flex-direction: column;
        align-items: stretch;
    }

    .wmc-blog-share__updated {
        border: 0;
        padding: 0;
    }

    .wmc-blog-share__links {
        margin-left: 0;
    }

    .wmc-blog-related__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .wmc-blog-related__head h2 {
        font-size: 22px;
    }

    .wmc-blog-related__item--feat,
    .wmc-blog-related__item--mini {
        grid-template-columns: 1fr;
    }

    .wmc-blog-related__item .wmc-blog-media,
    .wmc-blog-related__art {
        min-height: 148px;
    }

    .wmc-blog-related__item--mini .wmc-blog-media,
    .wmc-blog-related__item--mini .wmc-blog-related__art {
        min-height: 112px;
    }

    .wmc-blog-related__title {
        font-size: 18px;
    }

    .wmc-blog__intro h1,
    .wmc-blog-article h1,
    .wmc-blog-hero__title {
        font-size: 26px;
    }

    .wmc-blog-search,
    .wmc-blog-cta__points {
        flex: 1 1 auto;
        margin: 0;
    }

    .wmc-blog-hero,
    .wmc-blog-grid,
    .wmc-blog-next__grid {
        grid-template-columns: 1fr;
    }

    .wmc-blog-article {
        padding: 18px 16px;
    }

    .wmc-blog-convert {
        grid-template-columns: 1fr;
    }

    .wmc-blog-convert__acts {
        min-width: 0;
    }

    .wmc-blog-convert__ico {
        display: none;
    }
}
