/*
 Theme Name:   Woodmart Child
 Template:     woodmart
 Version:      1.0.4
 Text Domain:  woodmart-child
*/

  
  .article-header {
    padding: 24px 32px;
    border-bottom: 1px solid #eee;
  }
  
  .article-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
  }
  
  .article-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  
  .author-info-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    border-left: 1px solid #e0e0e0;
  }
  
  .author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .dates {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #666;
    padding-left: 16px;
    border-left: 1px solid #e0e0e0;
  }
  
  .date-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .date-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
  }
  
  .article-category {
    background-color: #f0f7ff;
    color: #0066cc;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 13px;
  }
  
  .read-time {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
  }
  
  .read-time-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
  }
  
  .article-image {
    width: 100%;
    border-radius:20px;
    display: block;
    max-height: 650px;
  }
  
  .article-content {
    padding: 32px;
    line-height: 1.8;
    border-bottom: 1px solid #eee;
  }
  
  .article-content p {
    margin-bottom: 16px;
    color: #333;
  }
  
  .article-content p:last-child {
    margin-bottom: 0;
  }
  
  .author-bio {
    padding: 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background-color: #fafafa;
    border-radius:20px;
  }
  
  .author-bio-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .author-bio-content {
    flex: 1;
  }
  
  .author-bio-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
  }
  
  .author-bio-text {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
  }
  


