/**
 * User guides landing page (/guides).
 */

.pratst-guides-page {
  max-width: 720px;
  margin: 0 auto 3rem;
  padding: 0 15px;
}

.pratst-guides-intro {
  margin: 0 0 2.5rem;
  font-size: 22px;
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.pratst-guides-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pratst-guides-item {
  margin: 0 0 1.25rem;
  padding: 1.5rem 1.75rem;
  background: #111;
  border: 1px solid #363636;
  border-radius: 4px;
}

.pratst-guides-item-title {
  margin: 0 0 0.75rem;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.pratst-guides-item-description {
  margin: 0 0 1.25rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.pratst-guides-download {
  margin: 0;
}

.pratst-guides-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}

.path-guides .page-header,
.path-guides h1.page-header {
  display: none;
}

.path-guides .special-page-title {
  text-align: center;
  margin-bottom: 1rem;
}
