/* 13. Automatic Table of Contents (TOC) Styles */
.kj-toc-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #FF7A00 !important; /* Warm orange accent line */
    padding: 20px 24px !important;
    border-radius: 8px !important;
    margin: 35px 0 !important;
    transition: all 0.3s ease;
}
.kj-toc-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 12px !important;
    margin-bottom: 15px !important;
}
.kj-toc-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0F4C81 !important; /* Theme primary blue */
    font-family: var(--font-heading) !important;
}
.kj-toc-toggle-btn {
    background: none !important;
    border: none !important;
    color: #FF7A00 !important; /* Warm orange accent */
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 0 !important;
}
.kj-toc-toggle-btn:hover {
    color: #e06b00 !important;
    text-decoration: underline !important;
}
.kj-toc-list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.kj-toc-list li {
    margin-bottom: 8px !important;
    padding-left: 0 !important;
    list-style-type: none !important;
}
.kj-toc-list li::before {
    content: none !important;
}
.kj-toc-list li.toc-item a {
    color: #475569 !important; /* Slate 600 */
    font-size: 15px !important;
    font-weight: 550 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: inline-block !important;
}
.kj-toc-list li.toc-item a:hover {
    color: #FF7A00 !important; /* Warm orange accent */
    text-decoration: underline !important;
}
.kj-toc-list li.toc-h2 {
    padding-left: 0 !important;
}
.kj-toc-list li.toc-h3 {
    padding-left: 20px !important;
    font-size: 14px !important;
}
.kj-toc-collapsed .kj-toc-list {
    display: none !important;
}
.kj-toc-collapsed .kj-toc-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* 14. Warm Orange Accent Palette Styles */
.entry-categories a {
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.08) 0%, rgba(255, 122, 0, 0.04) 100%) !important;
    color: #FF7A00 !important;
    border: 1px solid rgba(255, 122, 0, 0.1) !important;
}
.entry-categories a:hover {
    background: #FF7A00 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.2) !important;
}
.sidebar-area .widget-title {
    border-bottom: 3px solid #FF7A00 !important;
}
.sidebar-area .widget ul li::before {
    color: #FF7A00 !important;
}
.sidebar-area .widget ul li a:hover {
    color: #FF7A00 !important;
}
.post-navigation-links .nav-prev a:hover,
.post-navigation-links .nav-next a:hover {
    border-color: #FF7A00 !important;
    color: #FF7A00 !important;
    box-shadow: 0 10px 15px -3px rgba(255, 122, 0, 0.05) !important;
}

/* ===== 15. Premium Blog Card Layout Styles (v4.9.56) ===== */
.blog-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01) !important;
    height: 100% !important;
}
.blog-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.06), 0 10px 10px -5px rgba(15, 23, 42, 0.02) !important;
    border-color: rgba(255, 122, 0, 0.2) !important;
}
.blog-card-img {
    height: 200px !important;
    max-height: 200px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    background-color: #f1f5f9 !important;
    flex-shrink: 0 !important;
}
.blog-card-img img {
    width: 100% !important;
    height: 100% !important;
    max-height: 200px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}
.blog-card:hover .blog-card-img img {
    transform: scale(1.05) !important;
}
.blog-card-body {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}
.blog-card-meta {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 12px !important;
    color: #64748b !important;
    margin-bottom: 12px !important;
}
.blog-card-meta svg {
    color: #94a3b8 !important;
}
.blog-card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 0 12px 0 !important;
    font-family: var(--font-heading) !important;
}
.blog-card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.blog-card-title a:hover {
    color: #FF7A00 !important; /* Warm orange accent */
}
.blog-card-excerpt {
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    flex-grow: 1 !important;
}
.blog-card-excerpt p {
    margin: 0 !important;
}
.blog-card-btn {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #FF7A00 !important; /* Warm orange accent */
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: color 0.2s ease !important;
}
.blog-card-btn:hover {
    color: #e06b00 !important;
}
.blog-card-btn:hover svg {
    transform: translateX(4px) !important;
}

/* ===== 16. Sidebar Tour Package Cards (v4.9.57) ===== */
.recommended-tours-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-top: 15px !important;
}
.sidebar-tour-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.25s ease-in-out !important;
}
.sidebar-tour-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04) !important;
    border-color: #FF7A00 !important;
}
.sidebar-tour-card-link {
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
}
.sidebar-tour-img {
    width: 80px !important;
    height: 80px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}
.sidebar-tour-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}
.sidebar-tour-card:hover .sidebar-tour-img img {
    transform: scale(1.06) !important;
}
.sidebar-tour-body {
    padding: 12px 16px !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
}
.sidebar-tour-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-family: var(--font-heading) !important;
}
.sidebar-tour-card:hover .sidebar-tour-title {
    color: #FF7A00 !important;
}
.sidebar-tour-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
}
.sidebar-tour-duration {
    font-size: 11px !important;
    color: #64748b !important;
}
.sidebar-tour-price {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: var(--primary) !important;
}
.sidebar-tour-price small {
    font-size: 9px !important;
    font-weight: 500 !important;
    color: #94a3b8 !important;
    margin-left: 2px !important;
}

/* 11. Cross-Sell Widget (Below Single Post) */
.kj-cross-sell-widget {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.kj-cross-sell-header {
    text-align: center;
    margin-bottom: 30px;
}

.kj-cross-sell-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
}

.kj-cross-sell-header p {
    color: #64748b;
    font-size: 15px;
}

.kj-cross-sell-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.kj-cross-sell-item {
    display: block;
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.kj-cross-sell-item:hover {
    background: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.kj-cs-thumb {
    position: relative;
    height: 160px;
    background: #e2e8f0;
}

.kj-cs-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kj-cs-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 14px;
}

.kj-cs-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--secondary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.kj-cs-content {
    padding: 15px;
}

.kj-cs-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.kj-cs-price {
    font-size: 12px;
    color: #64748b;
}

.kj-cs-price span {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary);
    display: block;
}

/* Mobile responsive for cross sell */
@media (max-width: 767px) {
    .kj-cross-sell-grid {
        grid-template-columns: 1fr;
    }
}
