/* Production compact button sizing: button heights reduced by ~20%.
   Main layout, typography and colors stay unchanged. */

.header_links {
  padding: 5px;
}

.header_links a {
  min-height: 40px;
  padding: 7px 12px;
}

.header_phone,
.slider_section .detail-box .btn-box a,
.blog_section .box .detail-box a,
.about_section .detail-box a,
.contact_section .form_container button,
.info_section .info_form button {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.map_open_link {
  min-height: 35px;
  padding: 5px 13px;
}

.contact_social a {
  width: 37px;
  height: 37px;
  border-radius: 13px;
  font-size: var(--font-base);
}

.contact_item i {
  width: 37px;
  height: 37px;
  border-radius: 12px;
}
