/* Scoped to the VTO telephone service page. */
#content .vto-modern-phone {
  padding: 20px 0 34px;
  color: #536176;
  font: 14px/1.75 Boston, Arial, sans-serif;
}
#content .vto-modern-phone .headline-social {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}
#content .vto-modern-phone h1 {
  float: none;
  width: auto;
  margin: 0;
  color: #0f1b2d;
  font: 800 22px/1.25 Boston, Arial, sans-serif;
}
#content .vto-modern-phone .social { display: none; }
#content .vto-modern-phone .vto-phone-contact,
#content .vto-modern-phone .page {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 18px;
  padding: 24px;
  border: 1px solid #e2e7ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(23, 36, 59, .04);
}
#content .vto-modern-phone .vto-phone-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  align-items: center;
  gap: 24px;
  background: linear-gradient(120deg, #fff7f8, #fff 75%);
}
#content .vto-modern-phone h2 {
  margin: 0 0 16px;
  color: #17243b;
  font: 700 18px/1.4 Boston, Arial, sans-serif;
}
#content .vto-modern-phone p {
  margin: 0;
  font: inherit;
}
#content .vto-modern-phone .vto-phone-contact p { margin: 12px 0 8px; }
#content .vto-modern-phone strong { color: #26344a; }
#content .vto-modern-phone a {
  color: #db0028;
  text-decoration: none;
  overflow-wrap: anywhere;
}
#content .vto-modern-phone .vto-phone-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #db0028;
  color: #fff;
  font: 700 20px/1.4 Boston, Arial, sans-serif;
}
#content .vto-modern-phone .fa { margin-right: 4px; }
#content .vto-modern-phone .vto-phone-contact img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#content .vto-modern-phone a:hover { text-decoration: underline; }
#content .vto-modern-phone a:focus-visible {
  outline: 2px solid #db0028;
  outline-offset: 3px;
}
@media (max-width: 820px) {
  #content .vto-modern-phone { padding: 16px 12px 28px; }
  #content .vto-modern-phone .vto-phone-contact,
  #content .vto-modern-phone .page { padding: 18px; }
}
@media (max-width: 600px) {
  #content .vto-modern-phone .vto-phone-contact { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  #content .vto-modern-phone .vto-phone-call { font-size: 18px; }
}
