.emefka-redakcia {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #1f1f1f;
    justify-content: space-between;
    row-gap: 4em;
}

.emefka-redakcia a:focus-visible {
    outline: 2px solid #c60000;
}

.redakcia__item {
    width: 100%;
    margin-right: 0;
    text-align: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .redakcia__item {
        width: calc( 50% - 10px);
    }
}

@media (min-width: 1024px) {
    .redakcia__item {
        width: calc( 33.33% - 10px);
    }
}

@media (min-width: 1200px) {
    .redakcia__item {
        width: calc( 25% - 10px);
    }
}

.redakcia__avatar {
    width: 145px;
    height: 145px;
    border-radius: 145px;
    border: 4px solid #000;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 1em;
}

.redakcia__avatar {
    display: block;
    width: 145px;
    height: 145px;
}

.redakcia__avatar img {
    display: block;
    width: 137px;
    height: 137px;
}

.redakcia__avatar img {
    object-fit: cover;
}


.redakcia__avatar:focus-within {
    border: 4px solid #c60000;
}

.redakcia__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: 1.07;
}

.redakcia__title a {
    color: #1f1f1f;
}

.redakcia__title a:hover {
    text-decoration: underline;
}

.redakcia__role {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.redakcia__description {
    margin-top: 1em;
}

.redakcia__social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1.2em;
}

.redakcia__social a {
    display: flex;
    justify-content: center;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 10px;
}