/*
Theme Name: Hairstyle Salon Child
Template: hairstyle-salon
Description: Child theme for Hairstyle Salon
Version: 1.1.0
*/

.post-meta-block {
    margin: 15px 0;
    color: #62646c;
}

.post-meta-block a {
    color: #62646c;
}

.post-meta-block .post-meta__item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    text-decoration: none;
}

.post-meta-block .post-meta__item:not(:last-child) {
    margin-bottom: 5px;
}

.post-meta-block .post-meta__medium {
    font-weight: 500;
}

.post-meta-block .post-meta__highlight {
    color: #f5516d;
}

.post-meta-block svg path {
    fill: #62646c;
}

@media screen and (min-width: 992px) {
    .post-meta-block {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .post-meta-block .post-meta__item:not(:last-child) {
        margin: 0;
    }
}