/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/*電話番号の見せ方*/
.acf-tel-group {
  display: flex !important;
  align-items: center;
  gap: 0.25em !important; /* ← アイコンと数字の間隔 */
  margin: 0 !important;
  padding: 0 !important;
}

.acf-tel-group p {
  margin: 0 !important;
}
