/* Общие стили для иконок */
.icon-extra {
    display: inline-flex;
    align-items: center;
    color: #777; /* Цвет текста по умолчанию */
    text-decoration: none;
}

/* Стили для иконок в блоке .bottom-extras */


.bottom-extras .icon-extra {
    display: flex;
    padding: .7em 0;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse; /* Иконка справа от текста */
}

.bottom-extras .icon-extra svg {
    margin-right: 10px; /* Отступ между иконкой и текстом */
}