/* ============================================================
   Action Buttons Block Styling
   ============================================================ */

.action-buttons-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px 10px;
}

.action-buttons-wrap .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  font-family: 'Bree Serif', 'Book Antiqua', Georgia, serif !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: filter 0.2s ease !important;
  text-align: center !important;
}

.action-buttons-wrap .btn:hover,
.action-buttons-wrap .btn:visited,
.action-buttons-wrap .btn:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn-whatsapp,
.btn-call {
  width: 260px;
}

.action-buttons-wrap .btn:hover {
  filter: brightness(0.9);
}

.btn-whatsapp {
  background: #2ecc4a !important;
}

.btn-whatsapp svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-call {
  background: #bca791 !important;
}

.btn-menu {
  background: #bca791 !important;
  width: 180px;
  padding: 8px 14px !important;
  font-size: 13px !important;
}

@media (max-width: 480px) {
  .action-buttons-wrap .btn {
    min-width: 90%;
    width: 90%;
    padding: 14px 20px;
  }
}
