/**
 * CMS content (not theme). Keep when replacing site/css/main.css or switching designs.
 * Used by: #call# → partials/call_buttons.html
 */

.content-area.call-buttons-block .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 25px 0;
}

.content-area.call-buttons-block .Whatsapp-btn,
.content-area.call-buttons-block .Call-btn {
  padding: 10px 20px;
  background-color: #2a3f66;
  border-radius: 20px;
}

.content-area.call-buttons-block .Whatsapp-btn a,
.content-area.call-buttons-block .Call-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
