/* GDE_CONTACT_BUTTONS_FINAL: единый набор Позвонить / WhatsApp / Telegram / Max в разделе Где работаю */
.gde-rabotayu-page .gde-hero-actions.contact-buttons.messenger-glass-row,
.gde-rabotayu-page .gde-address-actions.contact-buttons.messenger-glass-row{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:760px!important;
  margin-top:22px!important;
}
.gde-rabotayu-page .gde-address-card{
  grid-template-columns:1fr!important;
}
.gde-rabotayu-page .gde-address-actions .messenger-button,
.gde-rabotayu-page .gde-hero-actions .messenger-button{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  white-space:nowrap!important;
}
.gde-rabotayu-page .gde-address-actions .messenger-button span:last-child,
.gde-rabotayu-page .gde-hero-actions .messenger-button span:last-child{
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}
.gde-rabotayu-page .gde-address-actions .messenger-button--call,
.gde-rabotayu-page .gde-hero-actions .messenger-button--call{
  background:linear-gradient(135deg,rgba(34,197,94,.84),rgba(22,163,74,.62))!important;
}
.gde-rabotayu-page .gde-address-actions .messenger-button--wa,
.gde-rabotayu-page .gde-hero-actions .messenger-button--wa{
  background:linear-gradient(135deg,rgba(37,211,102,.82),rgba(5,150,105,.60))!important;
}
.gde-rabotayu-page .gde-address-actions .messenger-button--tg,
.gde-rabotayu-page .gde-hero-actions .messenger-button--tg{
  background:linear-gradient(135deg,rgba(34,158,217,.84),rgba(37,99,235,.62))!important;
}
.gde-rabotayu-page .gde-address-actions .messenger-button--max,
.gde-rabotayu-page .gde-hero-actions .messenger-button--max{
  background:linear-gradient(135deg,rgba(37,99,235,.84),rgba(14,165,233,.58))!important;
}
@media(max-width:760px){
  .gde-rabotayu-page .gde-hero-actions.contact-buttons.messenger-glass-row,
  .gde-rabotayu-page .gde-address-actions.contact-buttons.messenger-glass-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:100%!important;
    gap:10px!important;
  }
}
@media(max-width:420px){
  .gde-rabotayu-page .gde-address-actions .messenger-button,
  .gde-rabotayu-page .gde-hero-actions .messenger-button{
    height:46px!important;
    min-height:46px!important;
    padding-left:8px!important;
    padding-right:8px!important;
    font-size:12px!important;
    gap:6px!important;
  }
  .gde-rabotayu-page .gde-address-actions .messenger-button .social-icon,
  .gde-rabotayu-page .gde-hero-actions .messenger-button .social-icon{
    width:24px!important;
    min-width:24px!important;
    height:24px!important;
  }
}
