/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section {
  min-width: 252px;
  max-width: 345px;
  border: 1px solid #888;
  border-radius: 8px;
  margin: 0 auto 2rem auto;
}

h4 {
  margin: 0 0 18px 48px;
  padding: 12px;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  border-radius: 0 0 0 8px;
}

h5 {
  margin: 0 0 8px;
}

/* Site Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
  width: 24px;
  height: 24px;
  float: left;
  margin-left: -35px;
  margin-top: 12px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button, button {
  color: #fff;
  background-color: #234;
  border: 0 solid #dd4477;
  border-left-width: 48px;
  border-bottom-width: 4px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 44px;
  height: 44px;
  width: calc(100% - 72px);
}

/* Mini Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button.button-mini {
  width: 0;
  background-color: transparent;
}

.button.button-mini .icon {
  position: relative;
  top:-6px;
}

.service-mini {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 31px;
  top: 14px;
  left: -48px;
  font-size: 11px;
}
/* Changes for light mode
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (prefers-color-scheme: light) {
  body {
    background-color: #f9a
  }

  section,
  h4 {
    border-color: #333;
  }

  .button,
  button {
    color: #000;
    background-color: #fcc;
  }
}
