body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
  display: inline;
}

li {
  display: inline;
  margin: 0 10px;
}

.bg-steel {
  background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #333333;
}

.content-section p,
.content-section label,
.content-section li,
.content-section .form-text {
  color: #333333;
}

.content-section .text-muted {
  color: #6c757d !important;
}

.content-section a:not(.btn) {
  color: #007bff;
}

.content-section .form-control {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}

.content-section .form-group {
  margin-bottom: 1rem;
}

.content-section .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.content-section ul.errorlist {
  display: block;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  color: #dc3545;
  font-size: 0.875rem;
}

.content-section ul:not(.errorlist) {
  display: block;
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.content-section ul:not(.errorlist) li {
  display: list-item;
  margin: 0.25rem 0;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

/* Home purse / prize payouts */
.purse-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin: 0.5rem 0 1.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.18);
}

.purse-strip__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 8rem;
}

.purse-strip__pot {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.purse-strip__entries {
  font-size: 0.85rem;
  opacity: 0.85;
}

.purse-strip__places {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.purse-place {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 5.5rem;
  padding: 0.55rem 0.85rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(255, 255, 255, 0.35);
}

.purse-place--1 {
  border-left-color: #d4af37;
}

.purse-place--2 {
  border-left-color: #c0c0c0;
}

.purse-place--3 {
  border-left-color: #cd7f32;
}

.purse-place__label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

.purse-place__amount {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .purse-strip {
    padding: 0.85rem 1rem;
  }

  .purse-strip__places {
    width: 100%;
  }

  .purse-place {
    flex: 1 1 calc(33.333% - 0.75rem);
    min-width: 4.5rem;
  }
}
