.blog-hero {
    padding: 250px 100px 200px;
    background: #000;
}
.hero-content {
  text-align: center;
}
.blog-hero h1 {
    font-size: 56px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
}
.hero-meta {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: #fff;
    flex-wrap: wrap;
}
.hero-meta .category {
  color: #ff6a00;
  font-weight: 500;
}

.hero-meta .author {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ef7f22;
}

.hero-meta .avatar {
  width: 20px;
  height: 20px;
  background: #d9d9d9;
  border-radius: 50%;
}

.hero-meta .dot {
  width: 4px;
  height: 4px;
  background: #bcbcbc;
  border-radius: 50%;
}



.blog-layout {
    max-width: 1340px;
    margin: 40px auto;
    display: flex;
    gap: 20px;
    padding: 0 15px;
}

/* LEFT SIDE */
.blog-left{
  flex:3;
  background:#fff;
  padding:20px;
  border-radius:10px;
}

.blog-featured-img img{
  width:100%;
  border-radius:10px;
  margin-bottom:25px;
}
.blog-text-area p {
    color: #181818;
    line-height: 1.7;
    margin-bottom: 10px;
}
.blog-text-area h2 {
    margin: 30px 0 10px;
    font-size: 26px;
    line-height: 1.3;
}
.blog-text-area a {
    color: #ef7f22;
}
.blog-text-area h3 {
    font-size: 20px;
    line-height: 1.3;
}
.toc-btn{
  padding:10px 16px;
  border:1px solid #ccc;
  background:#fff;
  border-radius:6px;
  cursor:pointer;
  margin:15px 0;
}
.author-share-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    justify-content: end;
}
ul.social-share li {
    margin-left: 0px;
}
.share-label {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

.social-share {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-share li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-share li a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* RIGHT SIDE */
.blog-right{
  flex:1.2;
}

.sidebar-card{
  background:#fff;
  border-radius:10px;
  padding:20px;
}

.sidebar-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}
.latest-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}
.latest-item img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}
.latest-item h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
    border-bottom: 1px solid rgba(15, 17, 15, .1);
}

.latest-item p{
  font-size:14px;
  color:#333;
}

/* Category */
.category-list {
    list-style: none;
    margin: 0px;
}
.category-list li a{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    margin-left: 0px;
}
.category-list li a{
	color: #333;
}
/* RESPONSIVE */
@media(max-width:768px){
  .blog-layout{
    flex-direction:column;
  }
}


.tk-comment-wrap .tk-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.tk-comment-wrap .tk-row input {
    width: 100%;
    background: #fff;
    padding: 15px 18px;
    font-size: 16px;
}
.tk-field input,
.tk-field textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 14px;
  border: none;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .tk-row {
    flex-direction: column;
  }
}

/* Wrapper */
.tk-comment-wrap {
  max-width: 760px;
  margin: 80px auto;
  padding: 50px;
  background: #fff1e6;
  border-radius: 18px;
  text-align: center;
}

/* Title */
.comment-reply-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: left;
}

/* Note */
.comment-note {
    color: #555;
    text-align: left;
    margin: 20px 0px 30px !important;
    font-size: 18px;
}

/* Fields */
.tk-field input,
.tk-field textarea,
.tk-row input {
  width: 100%;
  padding: 15px 18px;
  border-radius: 14px;
  border: none;
  background: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Name + Email row */
.tk-row {
  display: flex;
  gap: 20px;
}

/* Checkbox */
p.comment-form-cookies-consent {
    margin: 30px 0px;
    text-align: left;
}
p.comment-akismet {
    font-size: 17px;
    text-align: left;
    margin: 0px;
    width: 100%;
    max-width: 100% !important;
}
p.comment-akismet a{
    color: #ef7f22;
}

/* Button */

.tk-submit.small-btn {
    padding: 18px 28px;
    font-size: 18px;
    border-radius: 8px;
    background: #ef7f22;
    text-transform: capitalize;
}
.tk-submit:hover {
    background: #ef7f22cc;
    text-decoration: none;
}
p.form-submit {
    text-align: left;
    margin: 40px 0px;
}

.olbz-author-card {
    background: #f8f8f8;
    border-top: 2px none #cccccc;
    border-bottom: 2px none #cccccc;
    color: #333333;
    padding: 20px 15px;
    margin: 30px 0px;
}
.olbz-author-inner h4 {
    font-size: 27px;
    margin-bottom: 15px;
}
.olbz-author-content p {
    font-size: 17px;
    color: #333;
    margin-bottom: 0px;
}
.olbz-author-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.olbz-author-img img, .olbz-author-img .avatar {
    width: 100px;
    height: 100px;
    max-width: 100px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 3px;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .tk-row {
    flex-direction: column;
  }

  .tk-comment-wrap {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
.blog-hero {
    padding: 200px 50px 140px;
    background: #000;
}
.blog-hero h1 {
    font-size: 26px;
}
.olbz-author-content {
    display: initial;
}
.olbz-author-inner {
    text-align: center;
}
.olbz-author-img {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
}


