 .blog-details-section {
padding: 80px 0;
background: linear-gradient(180deg, #ffffff 0%, #fffaf3 48%, #ffffff 100%);
}
.blog-details-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 360px;
gap: 30px;
align-items: start;
}
.blog-details-card,
.blog-sidebar-widget,
.blog-comment-form,
.blog-comments-box,
.blog-prev-next {
border-radius: 24px;
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}
.blog-details-card {
overflow: hidden;
}
.blog-details-thumb {
position: relative;
height: 430px;
overflow: hidden;
}
.blog-details-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-details-content {
padding: 32px;
}
.blog-details-meta {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 18px;
color: #64748b;
font-size: 14px;
font-weight: 750;
}
.blog-details-meta span,
.blog-details-meta a {
display: inline-flex;
align-items: center;
gap: 7px;
color: #64748b;
text-decoration: none;
}
.blog-details-meta i {
color: #f97316;
}
.blog-details-title {
color: #172033;
margin-top: 16px;
margin-bottom: 12px;
font-weight: 900;
font-size: 22px;

}
.blog-details-content .article-content {
color: #475467;
font-size: 14px;
font-weight: 500;
line-height: 1.9;
}
.blog-details-content .article-content h2,
.blog-details-content .article-content h3,
.blog-details-content .article-content h4 {
color: #172033;
margin-top: 26px;
margin-bottom: 12px;
font-weight: 900;
font-size: 17px;

}
.blog-share-box {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
flex-wrap: wrap;
margin-top: 28px;
padding-top: 24px;
border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.blog-share-title {
color: #172033;
font-size: 17px;
font-weight: 900;
}
.blog-share-links {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.blog-share-links a,
.blog-share-links button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
color: #ffffff;
background: linear-gradient(135deg, #ff9f1c, #f97316);
border: 0;
box-shadow: 0 10px 24px rgba(249, 115, 22, 0.24);
cursor: pointer;
transition: all 0.22s ease;
}
.blog-share-links a:hover,
.blog-share-links button:hover {
color: #ffffff;
transform: translateY(-3px);
}
.blog-prev-next {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0;
overflow: hidden;
margin-top: 28px;
}
.blog-prev-next a {
display: flex;
align-items: center;
gap: 14px;
padding: 22px;
text-decoration: none;
color: #172033;
}
.blog-prev-next a + a {
border-left: 1px solid rgba(15, 23, 42, 0.08);
}
.blog-prev-next img {
width: 72px;
height: 58px;
border-radius: 14px;
object-fit: cover;
}
.blog-prev-next span {
display: block;
color: #f97316;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 5px;
}
.blog-prev-next strong {
display: block;
font-size: 15px;
line-height: 1.4;
}
.blog-sidebar {
position: sticky;
top: 100px;
}
.blog-sidebar-widget {
padding: 24px;
margin-bottom: 22px;
}
.blog-sidebar-title {
position: relative;
margin: 0 0 20px;
padding-bottom: 12px;
color: #172033;
font-size: 21px;
font-weight: 950;
}
.blog-sidebar-title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 52px;
height: 3px;
border-radius: 999px;
background: linear-gradient(90deg, #ff9f1c, #f97316);
}
.blog-sidebar-search {
display: flex;
gap: 8px;
}
.blog-sidebar-search input {
flex: 1;
height: 48px;
border-radius: 14px;
border: 1px solid rgba(15, 23, 42, 0.10);
padding: 0 14px;
color: #172033;
font-weight: 700;
}
.blog-sidebar-search button {
width: 52px;
height: 48px;
border: 0;
border-radius: 14px;
color: #ffffff;
background: linear-gradient(135deg, #ff9f1c, #f97316);
}
.blog-sidebar-cats,
.blog-sidebar-posts {
margin: 0;
padding: 0;
list-style: none;
}
.blog-sidebar-cats li + li,
.blog-sidebar-posts li + li {
margin-top: 12px;
}
.blog-sidebar-cats a {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 12px 14px;
border-radius: 14px;
color: #172033;
background: rgba(249, 115, 22, 0.06);
text-decoration: none;
font-size: 14px;
font-weight: 850;
}
.blog-sidebar-cats a span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 30px;
height: 30px;
border-radius: 999px;
color: #ffffff;
background: #f97316;
font-size: 12px;
}
.blog-sidebar-posts a {
display: flex;
gap: 12px;
text-decoration: none;
color: #172033;
}
.blog-sidebar-posts img {
width: 76px;
height: 64px;
border-radius: 14px;
object-fit: cover;
}
.blog-sidebar-posts strong {
display: block;
font-size: 14px;
font-weight: 900;
line-height: 1.42;
}
.blog-sidebar-posts small {
display: block;
color: #64748b;
font-size: 12px;
font-weight: 750;
margin-top: 5px;
}
.blog-comments-box,
.blog-comment-form {
margin-top: 28px;
padding: 28px;
}
.blog-section-title {
margin: 0 0 22px;
color: #172033;
font-size: 25px;
font-weight: 950;
}
.blog-comment-item {
padding: 18px;
border-radius: 18px;
background: rgba(249, 115, 22, 0.06);
}
.blog-comment-item + .blog-comment-item {
margin-top: 14px;
}
.blog-comment-item strong {
display: block;
color: #172033;
font-size: 16px;
font-weight: 900;
margin-bottom: 4px;
}
.blog-comment-item small {
display: block;
color: #64748b;
font-size: 12px;
font-weight: 750;
margin-bottom: 10px;
}
.blog-comment-item p {
margin: 0;
color: #475467;
font-size: 14px;
line-height: 1.7;
}
.blog-form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.blog-form-group {
margin-bottom: 14px;
}
.blog-form-group.full {
grid-column: 1 / -1;
}
.blog-form-group label {
display: block;
margin-bottom: 7px;
color: #172033;
font-size: 14px;
font-weight: 850;
}
.blog-form-group input,
.blog-form-group textarea {
width: 100%;
border-radius: 14px;
border: 1px solid rgba(15, 23, 42, 0.10);
padding: 13px 14px;
color: #172033;
font-weight: 700;
}
.blog-form-group textarea {
min-height: 140px;
resize: vertical;
}
.blog-submit-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 26px;
border: 0;
border-radius: 999px;
color: #ffffff;
background: linear-gradient(135deg, #ff9f1c, #f97316);
font-size: 15px;
font-weight: 900;
box-shadow: 0 12px 28px rgba(249, 115, 22, 0.26);
}
.blog-not-found {
padding: 60px 20px;
text-align: center;
}
.blog-not-found h1 {
color: #172033;
font-size: 36px;
font-weight: 950;
}
@media (max-width: 1199px) {
.blog-details-layout {
grid-template-columns: 1fr;
}
.blog-sidebar {
position: static;
}
}
@media (max-width: 767px) {
.blog-details-section {
padding: 50px 0;
}
.blog-details-thumb {
height: 260px;
}
.blog-details-content {
padding: 22px;
}
.blog-details-title {
font-size: 29px;
}
.blog-prev-next,
.blog-form-grid {
grid-template-columns: 1fr;
}
.blog-prev-next a + a {
border-left: 0;
border-top: 1px solid rgba(15, 23, 42, 0.08);
}
}
