/* Target the WhatsApp column */
.whatsapp-column {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 2em;
  background-color: #f8f9fa;
  border-radius: 12px;
}

/* Make the heading larger */
.whatsapp-column h2.wp-block-heading {
  font-size: 2rem;
  text-align: center;
}

/* Make the icon bigger */
.whatsapp-contact-icon svg {
  width: 64px !important;
  height: 64px !important;
  margin-top: 1em;
}

/* Center-align everything inside the column */
.whatsapp-column.is-vertically-aligned-center {
  text-align: center;
}
