
.author-meta {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.author-avatar-name {
    display: flex;
    align-items: center;
    gap: 5px;
}

.author-avatar-name img {
    border-radius: 50%;
    margin-right: 5px;
}

.author-name {
    color: #e2401c;
    font-weight: 500;
}

.author-date, .author-time {
    color: #666;
}

.author-date i, .author-time i {
    margin-right: 5px;
    color: #999;
}

/**/
.author-info-box {
    display: flex;
    background-color: rgba(0,0,0,.05);
    color: white;
    padding: 15px;
    border-radius: 5px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.author-image {
    margin-right: 15px;
    flex-shrink: 0;
}
.author-image img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
}
.author-details {
    flex-grow: 1;
}
.author-details span.heading3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.author-details span.heading3 a {
    color: #000;
    text-decoration: none;
}
.author-details span.heading3 a:hover {
    text-decoration: underline;
}
.author-label {
    margin-top: 0;
    margin-bottom: 8px;
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}
.author-specialty {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 14px;
}
.author-bio {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
	color:#000000;
}
.author-social {
    margin-top: 10px;
    display: flex;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #FFF!important;
    transition: opacity 0.3s;
}
.social-icon:hover {
    opacity: 0.8;
}
.facebook-icon {
    background-color: #4267B2;
}
.website-icon {
    background-color: #666;
}

.installment {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    background: #d80019;
    padding: 5px;
    border-radius: 5px;
}
.op-7 {
    display: none;
}


.ak-meta-bar{
  display:flex; align-items:center; flex-wrap:wrap;
  gap:.5rem; font-size:14px; margin:.5rem 0 1rem;
}
.ak-user-chip{
  display:inline-flex; align-items:center; gap:.3rem;
  text-decoration:none; color:inherit;
}
.ak-user-chip__avatar{
  width:28px; height:28px; border-radius:50%; object-fit:cover;
}
.ak-user-chip__name{ font-weight:600; }
.ak-meta-bar__sep{ opacity:.6; }
.ak-meta-bar__label{ font-weight:500; opacity:.8; }
.ak-meta-bar__date i{ margin-right:.25rem; }
