.single-post {
    background-color: #ffffff;
    min-height: 100vh;
    padding-top: 85px;
}

.single-hero {
    position: relative;
    width: 1400px;
    height: 500px;
    margin: 0 auto 40px auto;
    padding: 0 0px;
    overflow: hidden;
}

.hero-single-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.single-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 00px;
    background-color: #ffffff;
}

.single-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.single-title {
    font-size: 2.5rem;
    font-weight: 700;
    padding: 0 40px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.title-main {
    color: #2f4269;
}

.title-accent {
    color: #eb610e;
}

.single-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 1rem;
    padding: 0 40px;
    color: #636363;
}

.meta-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.meta-text {
    color: #636363;
}

.meta-text strong {
    color: #2f4269;
    font-weight: 600;
}

.meta-date {
    color: #636363;
    font-weight: 500;
}

.single-share {
    display: flex;
    align-items: center;
    gap: 20px;
}

.share-label {
    font-weight: 600;
    color: #2f4269;
    font-size: 1rem;
}

.share-buttons {
    display: flex;
    gap: 15px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    background: none;
    border: none;
}

.share-btn:hover {
    opacity: 0.7;
    transform: translateY(-1px);
}



.orange-separator {
  
    height: 1px;
    background-color: #FF6B35;
    margin: 30px 0;
    max-width: 1400px;
    position: relative;
}

.single-post-content {
    line-height: 1.8;
    color: #636363;
    padding: 0 40px;
    font-size: 1.1rem;
    margin-bottom: 60px;
}

.single-post-content p {
    margin-bottom: 20px;
    color: #636363;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    color: #2f4269;
    margin: 30px 0 15px 0;
    font-weight: 600;
}

.single-post-content h2 {
    font-size: 1.8rem;
}

.single-post-content h3 {
    font-size: 1.5rem;
}

.single-post-content h4 {
    font-size: 1.3rem;
}

.single-post-content ul,
.single-post-content ol {
    margin: 20px 0;
    padding-left: 30px;
    color: #636363;
}

.single-post-content li {
    margin-bottom: 8px;
}

.single-post-content blockquote {
    border-left: 4px solid #eb610e;
    padding: 20px;
    margin: 30px 0;
    background-color: #f8f9fa;
    font-style: italic;
    color: #636363;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.single-post-content a {
    color: #eb610e;
    text-decoration: underline;
}

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

.single-post-content strong {
    color: #2f4269;
    font-weight: 600;
}

.share-btn i,
.share-btn .fas,
.share-btn .fab,
.share-btn .far {
    color: #2F4269 !important;
    font-size: 18px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-btn:hover i,
.share-btn:hover .fas,
.share-btn:hover .fab,
.share-btn:hover .far {
    color: #2F4269 !important;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #eb610e;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(235, 97, 14, 0.3);
}

.scroll-to-top:hover {
    background-color: #d4550a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(235, 97, 14, 0.4);
}

.recommended-articles-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.recommended-articles-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0;
}

.recommended-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #2F4269;
    text-align: left;
    margin: 0 0 50px 0;
}

.recommended-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.category-post-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.category-post {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 400px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.category-post-link:hover .category-post {
    border-color: #eb610e;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.category-post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.category-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-post-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999999;
}

.category-post-placeholder i {
    font-size: 40px;
    margin-bottom: 10px;
}

.category-post-placeholder span {
    font-size: 14px;
}

.category-post-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-post-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 12px 0;
}

.category-post-excerpt {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.category-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.post-date {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #999999;
}

.read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2F4269;
    transition: color 0.3s ease;
}

.read-more svg {
    transition: transform 0.3s ease;
}

.category-post-link:hover .read-more {
    color: #eb610e;
}

.category-post-link:hover .read-more svg {
    transform: translateX(4px);
}

.next-post-container {
    text-align: right;
    margin-top: 30px;
}

.next-post-btn {
    display: inline-block;
    background-color: #eb610e;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #eb610e;
}

.next-post-btn:hover {
    background-color: transparent;
    color: #eb610e;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(235, 97, 14, 0.3);
}

@media (max-width: 1024px) {
    .orange-separator {
        width: calc(100vw - 40px);
        max-width: 1360px;
    }
    
    .recommended-articles-container {
        max-width: 1200px;
        padding: 0 16px;
    }
    
    .recommended-posts-grid {
        gap: 24px;
    }
    
    .category-post {
        height: 380px;
    }
    
    .category-post-content {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .single-hero {
        height: 400px;
    }
    
    .single-container {
        padding: 40px 30px;
    }
    
    .orange-separator {
        width: calc(100vw - 60px);
    }
}

@media (max-width: 768px) {
    .single-hero {
        height: 300px;
    }
    
    .single-container {
        padding: 30px 20px;
    }
    
    .single-title {
        font-size: 2rem;
    }
    
    .single-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .meta-left {
        gap: 15px;
    }
    
    .single-share {
        gap: 15px;
    }
    
    .single-post-content {
        font-size: 1rem;
    }
    
    .orange-separator {
        width: calc(100vw - 40px);
    }
    
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .recommended-articles-section {
        padding: 60px 0;
    }
    
    .recommended-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .recommended-posts-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .category-post {
        height: 360px;
    }
    
    .category-post-image {
        height: 180px;
    }
    
    .category-post-content {
        padding: 20px;
    }
    
    .category-post-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .single-hero {
        height: 250px;
    }
    
    .single-container {
        padding: 20px 5px;
    }
    
    .single-title {
        font-size: 1.8rem;
    }
    
    .single-meta {
        font-size: 0.9rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .meta-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .share-btn {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
    
    .orange-separator {
        width: calc(100vw - 30px);
    }
    
    .scroll-to-top {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .recommended-articles-section {
        padding: 40px 0;
    }
    
    .recommended-articles-container {
        padding: 0 12px;
    }
    
    .recommended-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    .single-post{

        padding-top: 0;
    }
    .recommended-posts-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .category-post {
        height: 340px;
    }
    
    .category-post-image {
        height: 160px;
    }
    
    .category-post-content {
        padding: 16px;
    }
    
    .category-post-title {
        font-size: 16px;
    }
    
    .category-post-excerpt {
        font-size: 13px;
    }
    
    .category-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .next-post-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}