/*
 Theme Name:   MyTheme Child
 Theme URI:    /mytheme-child
 Description:  Дочерняя тема для MyTheme
 Author:       Мария
 Author URI:   /
 Template:     tutmee
 Version:      1.0.0
*/

/* Здесь можно писать свои стили */






/* Центрируем весь блок в шапке */
.header__top .custom-soc-wrap {
  display: flex !important;
  justify-content: center !important;
  gap: 50px !important; /* расстояние между иконками */
  margin: 20px 0 !important;
}

/* Каждый элемент: иконка + текст */
.header__top .custom-soc-item {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: #000 !important; /* текст чёрный */
}

/* Иконки */
.header__top .custom-soc-icon {
  width: 32px !important;
  height: 32px !important;
  margin-right: 10px !important; /* отступ от текста */
}

/* Текст под иконкой */
.header__top .custom-contact-text {
  display: flex !important;
  flex-direction: column !important;
  color: #000 !important;
  text-align: left !important;
}

.header__top .custom-contact-text .contact-label,
.header__top .custom-contact-text .contact-phone {
  color: #000 !important;
}

body .header__top .custom-soc-wrap {
    display: flex !important;
    justify-content: center !important;
    gap: 50px !important;
    margin: 20px 0 !important;
}

body .header__top .custom-soc-item {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    color: #000 !important;
}

body .header__top .custom-soc-item .custom-soc-icon {
    width: 32px !important;
    height: 32px !important;
    margin-right: 10px !important;
}

body .header__top .custom-soc-item .custom-contact-text {
    display: flex !important;
    flex-direction: column !important;
    color: #000 !important;
    text-align: left !important;
}



