.wk-fac-page-title{
  margin: 10px 0 16px;
  text-align: center;
}

.wk-fac-intro{
  margin: 10px 0 18px;
}

.wk-fac-intro p{
  margin: 0 0 12px;
  color: rgba(255,255,255,.90);
  line-height: 1.55;
}

.wk-fac-wrap{
  display: grid;
  gap: 18px;
  margin: 14px 0 24px;
}

.wk-fac-row{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(8, 12, 20, .64);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

.wk-fac-row--rev{
  grid-template-columns: 1fr 320px;
}

.wk-fac-media{
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.24);
}

.wk-fac-media img{
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.wk-fac-content{
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.wk-fac-title{
  margin: 0;
  color: var(--wk-gold);
  font-size: 1.55rem;
  line-height: 1.2;
}

.wk-fac-text{
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.5;
  text-wrap: pretty;
}

.wk-fac-text br{
  display: none;
}

.wk-fac-wrap--centered .wk-fac-title,
.wk-fac-wrap--centered .wk-fac-text{
  text-align: center;
}

.wk-fac-mini-table{
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0,0,0,.20);
}

.wk-fac-mini-table th,
.wk-fac-mini-table td{
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.90);
}

.wk-fac-mini-table th{
  background: rgba(243,197,78,.14);
  color: #fff3cf;
  font-weight: 800;
  text-align: center;
}

.wk-fac-mini-table td:first-child{
  color: var(--wk-gold);
  font-weight: 700;
}

.wk-fac-mini-table td:last-child{
  text-align: center;
  font-weight: 700;
}

.wk-fac-mini-table tbody tr:nth-child(even){
  background: rgba(255,255,255,.03);
}

@media (max-width: 900px){
  .wk-fac-row,
  .wk-fac-row--rev{
    grid-template-columns: 1fr;
  }

  .wk-fac-media img{
    min-height: 150px;
  }

  .wk-fac-title{
    font-size: 1.35rem;
  }
}
