/* Wertgutachten Portal Core 0.9.12 – Fachseiten-Bausteine */
.wg-core-table-wrap{
  width:100%;
  overflow-x:auto;
  margin:1.4rem 0 2rem;
  -webkit-overflow-scrolling:touch;
}
.wg-core-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  border-spacing:0;
  line-height:1.45;
}
.wg-core-table th,
.wg-core-table td{
  padding:.85rem 1rem;
  border-bottom:1px solid #d8d3c9;
  text-align:left;
  vertical-align:top;
}
.wg-core-table thead th{
  background:#f1eee6;
  font-size:.9rem;
  font-weight:800;
}
.wg-core-table tbody tr:nth-child(even){background:#faf8f3;}
.wg-core-table--comparison th:first-child,
.wg-core-table--comparison td:first-child{
  width:16%;
  min-width:135px;
  font-weight:750;
}
.wg-core-table--comparison th:nth-child(2),
.wg-core-table--comparison td:nth-child(2),
.wg-core-table--comparison th:nth-child(3),
.wg-core-table--comparison td:nth-child(3){width:42%;}
.wg-core-sample{
  margin:1.35rem 0;
}
.wg-core-sample img{
  display:block;
  width:100%;
  height:auto;
  border:1px solid #d8d3c9;
  border-radius:12px;
}
.wg-core-sample figcaption{
  margin-top:.55rem;
  font-size:.86rem;
  line-height:1.5;
  opacity:.78;
}
.wg-sample-compare{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  align-items:start;
  margin:1.35rem 0;
}
.wg-single-sample{margin:1.35rem 0;}
@media(max-width:760px){
  .wg-core-table{min-width:680px;}
  .wg-sample-compare{grid-template-columns:1fr;}
}
