/* public_html/assets/css/app.min.css */

body {
  background: #f7f7fb;
}

a {
  text-decoration: none;
}

.navbar-brand {
  letter-spacing: .2px;
}

.bg-white.border.rounded-3 {
  border-color: rgba(0,0,0,.08) !important;
}

.shadow-sm {
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.05) !important;
}

/* Form */
.input-group-lg .form-control {
  border-radius: .75rem 0 0 .75rem;
}

.input-group-lg .btn {
  border-radius: 0 .75rem .75rem 0;
}

/* FAQ accordion spacing */
.accordion-button {
  font-weight: 600;
}

/* AdSense blocks spacing safety */
.adsbygoogle {
  overflow: hidden;
  border-radius: 12px;
}

/* Footer */
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
