/* Blog detail page styles. Breadcrumb styling remains in breadcrumb.css. */
.dm-blog-details-section {
    background: #f4f8fa;
    overflow: visible;
}

.dm-blog-details-section .row {
    overflow: visible;
}

.dm-blog-article,
.dm-sidebar-card {
    border: 1px solid #e1ebf0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 59, 93, .07);
}

.dm-blog-detail-image-wrap {
    height: 430px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #dcecef;
}

.dm-blog-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dm-blog-detail-content {
    padding: 2.2rem;
}

.dm-blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.3rem;
    margin-bottom: 1rem;
    color: #168b8b;
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.dm-blog-detail-meta i {
    margin-right: .3rem;
}

.dm-blog-detail-title {
    margin-bottom: 1.15rem;
    color: #123b5d;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1px;
}

.dm-blog-detail-content p,
.dm-blog-detail-content li {
    color: #5d6e7c;
    font-size: 1rem;
    line-height: 1.85;
    letter-spacing: 1px;
}

.dm-blog-detail-lead {
    color: #3d596d !important;
    font-size: 1.1rem !important;
    font-weight: 500;
}

.dm-blog-detail-content h3 {
    margin: 1.8rem 0 .65rem;
    color: #123b5d;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.dm-blog-detail-content ul {
    padding-left: 1.2rem;
}

.dm-blog-detail-content li {
    margin-bottom: .45rem;
}

.dm-blog-detail-highlight {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 1.6rem 0;
    padding: 1.2rem 1.3rem;
    border-left: 4px solid #168b8b;
    background: #eaf7f5;
}

.dm-blog-detail-highlight i {
    padding-top: .35rem;
    color: #168b8b;
    font-size: 1.2rem;
}

.dm-blog-detail-highlight p {
    margin: 0;
    color: #36586b;
    font-size: .95rem;
}

.dm-blog-sidebar-column {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 2;
    align-self: flex-start;
    height: fit-content;
}

.dm-blog-sidebar {
    position: static;
}

.dm-sidebar-card {
    margin-bottom: 1.25rem;
    padding: 1.35rem;
}

.dm-sidebar-title {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e4edf1;
    color: #123b5d;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.dm-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dm-sidebar-list li + li {
    border-top: 1px solid #edf2f4;
}

.dm-sidebar-list a {
    display: flex;
    justify-content: space-between;
    padding: .72rem 0;
    color: #607382;
    letter-spacing: 1px;
    font-size: .9rem;
    text-decoration: none;
}

.dm-sidebar-list a:hover {
    color: #168b8b;
}

.dm-recent-blog {
    display: flex;
    gap: .8rem;
    align-items: center;
    padding: .75rem 0;
    border-bottom: 1px solid #edf2f4;
    color: #123b5d;
    text-decoration: none;
}

.dm-recent-blog:last-child {
    border-bottom: 0;
}

.dm-recent-blog img {
    width: 72px;
    height: 62px;
    flex: 0 0 72px;
    border-radius: 4px;
    object-fit: cover;
}

.dm-recent-blog strong,
.dm-recent-blog small {
    display: block;
}

.dm-recent-blog strong {
    font-size: .82rem;
    line-height: 1.4;
    letter-spacing: 1px;
}

.dm-recent-blog small {
    margin-top: .3rem;
    color: #168b8b;
    font-size: .72rem;
    letter-spacing: 1px;
}

.dm-recent-blog:hover strong {
    color: #168b8b;
}

.dm-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.dm-blog-tags a {
    padding: .45rem .65rem;
    border: 1px solid #dce9ed;
    border-radius: 3px;
    color: #607382;
    font-size: .76rem;
    text-decoration: none;
    letter-spacing: 1px;
}

.dm-blog-tags a:hover {
    border-color: #168b8b;
    background: #168b8b;
    color: #fff;
}

.dm-sidebar-cta {
    padding: 1.7rem;
    border-radius: 8px;
    background: #123b5d;
    color: #fff;
    box-shadow: 0 12px 28px rgba(18, 59, 93, .14);
}

.dm-sidebar-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .9rem;
    border-radius: 50%;
    background: rgba(159, 240, 228, .14);
    color: #9ff0e4;
}

.dm-sidebar-cta h3 {
    margin-bottom: .6rem;
    font-size: 1.35rem;
    line-height: 1.35;
    letter-spacing: 1px;
}

.dm-sidebar-cta p {
    margin-bottom: 1.15rem;
    color: #dcebf2;
    font-size: .9rem;
    line-height: 1.65;
    letter-spacing: 1px;
}

.dm-sidebar-cta-button {
    display: inline-block;
    padding: .7rem .9rem;
    border-radius: 4px;
    background: #9ff0e4;
    color: #123b5d;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.dm-sidebar-cta-button i {
    margin-left: .35rem;
}

.dm-sidebar-cta-button:hover {
    background: #fff;
    color: #123b5d;
}

@media (max-width: 991.98px) {
    .dm-blog-sidebar-column {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .dm-blog-detail-image-wrap {
        height: 280px;
    }

    .dm-blog-detail-content {
        padding: 1.35rem;
    }

    .dm-blog-detail-title {
        font-size: 1.75rem;
    }
}