

.mda-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px
}

.mda-title {
    margin: 0;
    font-size: 1.35em;
    line-height: 1.25
}

.mda-author-link {
    font-size: .9em;
    text-decoration: none;
    white-space: nowrap
}

.mda-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px
}

.mda-item {
    display: grid;
    grid-template-columns: 112px minmax(0,1fr);
    gap: 13px;
    align-items: start
}

.mda-thumb {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 10px;
    background: #f1f1f1
}

.mda-thumb img,.mda-no-thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mda-no-thumb {
    background: #f1f1f1
}

.mda-item-title {
    font-size: 1em;
    line-height: 1.35;
    margin: 0 0 6px
}

.mda-item-title a {
    text-decoration: none;
    color: inherit
}

.mda-date {
    font-size: .82em;
    opacity: .68
}

@media(max-width: 700px) {
    .mda-grid {
        grid-template-columns:1fr
    }

    .mda-item {
        grid-template-columns: 96px minmax(0,1fr)
    }
}

.mda-profile-content {
    margin: 0 0 20px;
    line-height: 1.65
}

.mda-profile-content>:first-child {
    margin-top: 0
}

.mda-profile-content>:last-child {
    margin-bottom: 0
}

.mda-profile-content img {
    max-width: 100%;
    height: auto
}

.mda-author-card {
    display: grid;
    grid-template-columns: 96px minmax(0,1fr);
    gap: 18px;
    align-items: start;
    margin: 0 0 20px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 12px
}

 

.mda-author-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mda-author-name {
    margin: 0 0 7px;
    font-size: 1.08em;
    line-height: 1.25
}

.mda-author-bio {
    font-size: .94em;
    line-height: 1.55;
    opacity: .82
}

.mda-author-bio>:first-child {
    margin-top: 0
}

.mda-author-bio>:last-child {
    margin-bottom: 0
}
.perfilitop p{
    margin-bottom: 0px !important;
}
@media(max-width: 540px) {
    .mda-author-card {
        grid-template-columns:70px minmax(0,1fr);
        gap: 13px;
        padding: 13px
    }

    .mda-author-photo {
        width: 70px;
        height: 70px
    }
}
