.hero-section {
    padding: 80px 20px;
    background: linear-gradient(90deg, #CCDEE9 0%, #B3D3E3 100%);
    margin-bottom: 40px;
}

.hero-title {
    font-size: clamp(2rem, 1.2813rem + 2.3958vw, 3.4375rem);
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
    color: var(--accent);
}

.hero-description {
    font-size: 20px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    color: var(--accent);
}

.breadcrumbs a {
    text-decoration: none;
    color: var(--accent);
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    font-weight: 700;
}

.single-content {
    padding: 40px 20px;
    color: var(--accent);
}

.single-content h2 {
    margin-bottom: 20px;
}

.single-content h3 {
    margin-bottom: 15px;
}

.single-content h4 {
    margin-bottom: 12px;
}

.single-content p {
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 15px;
}

.single-content p:last-child {
    margin-bottom: 0;
}

.single-content ul {
    list-style-position: inside;
}

.single-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.single-content blockquote {
    border-left: 4px solid #ccc;
    padding-left: 16px;
    margin-left: 0;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
}

.single-content figure.wp-block-image:not(.mt-0) {
    margin: 40px 0;
}

.single-content figure.wp-block-image.mt-0 {
    margin: 0 0 40px;
}

.single-content figure.wp-block-image figcaption {
    margin-top: 8px;
    font-size: 14px;
    color: #7c7c7c;
    text-align: right;
}

.single-content .wp-block-image.is-rounded img {
    border-radius: 15px;
}

.single-content ul {
    list-style-position: inside;
}

.single-content .wp-block-embed-youtube iframe {
    max-width: 947px;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: flex;
    margin: 0 auto 30px;
}

.single-content hr:not(.is-style-dots) {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.single-content hr.is-style-dots {
    margin: 40px 0;
    border: none;
}

.single-metadata {
    padding: 0 20px 40px;
}

.single-metadata-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-tag-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 999px;
    background-color: var(--primary-color);
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.single-tag-pill:hover {
    background-color: var(--accent);
}

.single-share {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-size: 14px;
}

.single-share-label {
    margin-right: 6px;
}

.single-share-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--primary-color);
    text-decoration: none;
    transition: 200ms ease;
}

.single-share-icon:hover {
    color: #1e5c9f;
    transform: translateY(-1px);
}

.other-posts-section {
    padding: 40px 20px 80px;
}

.other-posts-heading {
    text-align: center;
    margin-bottom: 32px;
}

.other-posts-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
}

.other-posts-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: var(--yellow);
}

.other-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}


.post-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 2px 5px 3px rgba(115, 176, 207, 0.1);
    cursor: pointer;
}

.post-card:hover {
    box-shadow: 3px 2px 5px 3px rgba(115, 176, 207, 0.5);
}

.post-link {
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.post-image {
    margin-bottom: 24px;
}

.post-thumb {
    display: block;
    width: 100%;
    height: 217px;
    object-fit: cover;
    border-radius: 15px;
}

.post-content {
    padding: 0 4px;
}

.post-date {
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
    letter-spacing: -0.01em;
    margin-bottom: 7px;
}

.post-title {
    font-size: 18px;
    font-weight: 500;
    color: #1e5c9f;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}

.post-excerpt {
    font-size: 16px;
    font-weight: 400;
    color: #04375f;
    letter-spacing: -0.01em;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .other-posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .other-posts-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .other-posts-title {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .hero-section-heading {
        /* max-width: 580px; */
        width: 100%;
    }
}

@media (max-width: 768px) {
    .single-metadata-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-share {
        margin-left: 0;
    }
}