/*
 * Countries We Serve — styles beyond what the host page's Bootstrap 3 provides.
 */

.cws-map-wrap {
  position: relative;
  margin-bottom: 15px;
}

.cws-map {
  width: 100%;
  height: 460px;
}

/* Phones: the world is only about half as tall as it is wide. */
@media (max-width: 767px) {
  .cws-map {
    height: 320px;
  }
}

.cws-loading {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.cws-pin {
  display: block;
  cursor: pointer;
}

.cws-popup {
  line-height: 1.5;
}

/* Region headers are buttons that fill the Bootstrap 3 panel heading,
   so the whole heading is clickable. */
.cws-accordion .panel-heading {
  padding: 0;
}

.cws-region-toggle {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

/* Country names: link-styled buttons that wrap like the old two-column links. */
.cws-country.btn-link {
  padding: 2px 0;
  white-space: normal;
  text-align: left;
}
