.author_content_module .post_details {
  display: flex;
  align-items: center;
  gap: 15px; }
  .author_content_module .post_details .author_initials {
    width: 60px;
    height: 60px;
    background: #FDF0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    .author_content_module .post_details .author_initials .initials {
      font-size: 1.5rem;
      color: #e06a20; }
  .author_content_module .post_details .author_name.light_text {
    color: #F6F3EE; }
  .author_content_module .post_details .date_section {
    margin: 0 30px;
    padding: 5px 30px;
    border-left: 1px solid;
    border-right: 1px solid; }
