﻿
.content-detail-post th, .content-detail-post td p {
    margin-bottom: 0px;
    line-height: 1.1em;
}
/* --- BLOG SINGLE POST STYLES (TipTap) --- */
.content-detail-post {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.8; /* Increased for better readability */
    color: #333;
    word-wrap: break-word;
}

    /* --- Responsive Headings --- */
    .content-detail-post h1,
    .content-detail-post h2,
    .content-detail-post h3,
    .content-detail-post h4,
    .content-detail-post h5,
    .content-detail-post h6 {
        font-weight: 700;
        line-height: 1.3;
        margin-top: 1.0em;
        margin-bottom: 0.6em;
        color: #111;
    }

    /* --- Responsive Headings --- */
   
    .content-detail-post h2
    {
        text-align:center!important;
    }

    /* Mobile Sizes */
    .content-detail-post h1 {
        font-size: 1.55rem;
    }

    .content-detail-post h2 {
        font-size: 1.35rem;
    }

    .content-detail-post h3 {
        font-size: 1.00rem;
    }

    .content-detail-post h4 {
        font-size: 0.8rem;
    }

    .content-detail-post h5 {
        font-size: 1.1rem;
    }

    .content-detail-post h6 {
        font-size: 1rem;
    }

/* Desktop Upscaling (768px+) */
@media (min-width: 768px) {
    .content-detail-post h1 {
        font-size: 2rem;
    }

    .content-detail-post h2 {
        font-size: 1.8rem;
    }

    .content-detail-post h3 {
        font-size: 1.2rem;
    }

    .content-detail-post h4 {
        font-size: 1.00rem;
    }
}

/* --- Body Text & Formatting --- */
.content-detail-post p {
    margin-bottom: 1.5em;
    font-size: 1.05rem;
}

.content-detail-post blockquote {
    margin: 2em 0;
    padding: 1.2em 1.8em;
    background: #f8fdff;
    border-left: 5px solid #2cd2e5;
    font-style: italic;
    font-size: 1.1rem;
    color: #444;
}

/* --- Links --- */
.content-detail-post a {
    color: #1a75bb;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

    .content-detail-post a:hover {
        color: #2cd2e5;
        text-decoration: none;
    }

/* --- Lists --- */
.content-detail-post ul,
.content-detail-post ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
}

.content-detail-post li {
    margin-bottom: 0.8em;
}

.content-detail-post ul {
    list-style-type: disc;
}

.content-detail-post ol {
    list-style-type: decimal;
}



/* --- Media --- */
.content-detail-post img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2em auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.content-detail-post {
    max-width: 824px;
    margin: auto;
}

    .content-detail-post p {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.75em;
        font-weight: 400;
        color: var(--bs-neutral-700);
    }

    .content-detail-post h1, h2, h3, h4, h5, h6 {
        color: var(--bs-neutral-1000);
    }

    .content-detail-post h6 {
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
        color: var(--bs-neutral-1000);
        margin-bottom: 12px;
    }



    /* --- Tables (Refined & Compact) --- */
    .content-detail-post table {
        width: 100%;
        border-collapse: collapse;
        margin: 2em 0;
        font-size: 0.95rem;
        display: table;
    }

@media (max-width: 767px) {
    .content-detail-post p {
       
        line-height: 1.35em;
      
    }
    .content-detail-post table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* Removed white-space: nowrap; to allow text wrapping inside cells on mobile */
    }
    .content-detail-post .accordion-button p {
        font-size: 14px!important;
        line-height: 17px!important;
    }
   
    .content-detail-post td p {
      
        line-height: 1.1em;
    }
}

.content-detail-post th,
.content-detail-post td {
    border: 1px solid #dee2e6;
    /* Reduced padding: 8px top/bottom, 12px left/right */
    padding: 6px 12px;
    text-align: left;
    /* Centers text vertically within the cell */
    vertical-align: middle;
    line-height: 12.2pt;
}

/* Updated Table Heading Style */
.content-detail-post thead tr,
.content-detail-post tr:first-child {
    background: #e3f0ff; /* Light blue background */
    color: #333; /* Dark text for contrast */
}

.content-detail-post th {
    font-weight: 600;
}

/* Optional: Zebra stripping to make rows easier to read since they are now shorter */
.content-detail-post tr:nth-child(even) {
    background-color: #fcfcfc;
}

.package-page header.stick {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    /* Add any other overrides needed to neutralize the "sticky" behavior */
}

.my-sticky-bar {
    top: 0px !important
}

.content-detail-post .accordion-button p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 700;
    color: var(--bs-neutral-1000);
}

.content-detail-post .accordion-body p {
    font-size: 15px;
    line-height: 15.5pt;
}
.blog-accordian.accordion-button {
    padding-top: 10px!important;
    padding-bottom: 0px!important;
}