.author-details .author{display: flex ; gap: 30px; justify-content: center; align-items: center; padding-top: 20px;}
.author-details .author p{font-size: 16px; font-weight: 600; line-height: 22px; color: var(--wp--preset--color--base-2) !important;}

.author-details .date{display: flex ; justify-content: center; align-items: center; padding-top: 20px; gap: 20px;}
.author-details .date .d,.author-details .date .r{display: flex ; align-items: center; justify-content: center; gap: 10px; font-size: 15px; font-weight: 400; line-height: 24px; color: var(--wp--preset--color--base-2) !important; text-transform: uppercase;}
.author-details .date p{line-height:1;}

.author-details{    display: flex;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;}




.author-details .date .d img, .author-details .date .r img{max-width:20px;}

.author-details .author p span{    text-transform: uppercase;}









