.post-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fb923c 0%, #f97316 45%, #f97316 55%, #fb7185 100%);
    color: #fff;
}

.post-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image: url('data:image/svg+xml,%3Csvg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect opacity="0.2" x="40" width="40" height="40" fill="white"/%3E%3Crect opacity="0.2" y="40" width="40" height="40" fill="white"/%3E%3Crect opacity="0.2" x="80" y="40" width="40" height="40" fill="white"/%3E%3Crect opacity="0.2" x="120" width="40" height="40" fill="white"/%3E%3Crect opacity="0.2" x="40" y="80" width="40" height="40" fill="white"/%3E%3Crect opacity="0.2" y="120" width="40" height="40" fill="white"/%3E%3Crect opacity="0.2" x="80" y="120" width="40" height="40" fill="white"/%3E%3Crect opacity="0.2" x="120" y="80" width="40" height="40" fill="white"/%3E%3C/svg%3E');
    pointer-events: none;
}

.post-hero .iconify {
    font-size: 1rem;
}

.post-hero h1 {
    color: #fff;
    text-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
}

.post-hero a {
    color: #fff;
}

.post-hero .text-white\/90,
.post-hero .text-white\/90 * {
    color: rgba(255, 255, 255, 0.92);
}

.single-post .entry-content {
    color: #1f2937;
    font-size: 1.125rem;
    line-height: 1.85;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    color: #111827;
    margin-top: 2.75rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.single-post .entry-content h2 {
    font-size: clamp(2.25rem, 2.6vw, 2.75rem);
}

.single-post .entry-content h3 {
    font-size: clamp(1.85rem, 2.1vw, 2.3rem);
}

.single-post .entry-content h4 {
    font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}

.single-post .entry-content h5 {
    font-size: clamp(1.35rem, 1.6vw, 1.6rem);
}

.single-post .entry-content h6 {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.single-post .entry-content p {
    margin-bottom: 1.5rem;
}

.single-post .entry-content a {
    color: #ea580c;
    font-weight: 600;
    text-decoration: underline;
}

.single-post .entry-content a:hover {
    color: #c2410c;
}

.single-post .entry-content blockquote {
    border-left: 4px solid #fb923c;
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    background-color: #fff7ed;
    font-style: italic;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    padding-left: 1.75rem;
    margin-bottom: 1.75rem;
}

.single-post .entry-content ul {
    list-style-type: disc;
}

.single-post .entry-content ul ul {
    list-style-type: circle;
}

.single-post .entry-content ul ul ul {
    list-style-type: square;
}

.single-post .entry-content ol {
    list-style-type: decimal;
}

.single-post .entry-content ol ol {
    list-style-type: lower-alpha;
}

.single-post .entry-content ol ol ol {
    list-style-type: lower-roman;
}

.single-post .entry-content li {
    margin-bottom: 0.65rem;
    position: relative;
}

.single-post .entry-content li::marker {
    color: #fb923c;
    font-weight: 600;
}

.single-post .entry-content figure {
    margin: 2rem 0;
}

.single-post .entry-content figcaption {
    font-size: 0.9rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.5rem;
}

.post-summary-inline {
    margin: 2rem 0 2.5rem;
    font-size: 1.15rem;
    line-height: 1.85;
    color: #1f2937;
}

.post-summary-inline p {
    margin-bottom: 1rem;
}

.post-summary-inline p:last-child {
    margin-bottom: 0;
}

.post-toc-region {
    padding: 0.35rem 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-toc-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 40px -30px rgba(15, 23, 42, 0.55);
}

.post-toc__title {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f172a;
}

.post-toc__list-static {
    list-style: none;
    margin: 0;
    padding: 0;
}


.post-toc__item-static {
    margin: 0;
}

.post-toc__item--depth-1 {
    padding-left: 1.25rem;
}

.post-toc__item--depth-2 {
    padding-left: 2.25rem;
}

.post-toc__link-static {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.65rem;
    border-radius: 9999px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.post-toc__link-static::before {
    content: '';
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(251, 146, 60, 0.35);
}

.post-toc__item--depth-1 .post-toc__link-static::before {
    background: rgba(59, 130, 246, 0.35);
}

.post-toc__item--depth-2 .post-toc__link-static::before {
    background: rgba(16, 185, 129, 0.35);
}

.post-toc__link-static:hover,
.post-toc__link-static:focus-visible {
    color: #fb923c;
    background: rgba(251, 146, 60, 0.12);
    outline: none;
}

.single-post .author-box {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 1.5rem;
    border: 1px solid #e5e7eb;
}

.single-post .author-box__avatar {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #fb923c, #f97316);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
}

.single-post .author-box__meta h3 {
    margin: 0 0 0.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
}

.single-post .author-box__meta p {
    margin: 0;
    color: #4b5563;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .post-hero {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .single-post .author-box {
        flex-direction: column;
        text-align: center;
    }

    .single-post .author-box__avatar {
        width: 64px;
        height: 64px;
    }
}
.swiper-pagination {
    display: none !important;
}
.related-distance .distance-value {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}
