/* wrapper */
.aes-phone-cta {
  width: 100%;
  text-align: center;
}

/* heading ABOVE button */
.aes-phone-heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* clickable button ONLY */
a.aes-phone-btn {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  background-color: #7d9a3e;
  color: #ffffff !important;
  text-decoration: none !important;

  padding: 18px 32px;
  font-family: inherit;
  line-height: 1.1;

  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* icon + number row */
.aes-phone-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aes-phone-icon {
  font-size: 18px;
}

.aes-phone-number {
  font-size: 18px;
  font-weight: 700;
}

/* label under number */
.aes-phone-label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  opacity: 0.9;
}

a.aes-phone-btn:hover,
a.aes-phone-btn:focus {
  background-color: #546826;
}
