/* Light modernization pass for the member dashboard and material pages.
   Additive only: existing global/page-specific styles keep working, this
   layer adds card framing, spacing and table polish on top. */

.wv-page-header{
  padding-bottom: 8px;
}
.wv-page-header h3{
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.wv-page-header h4,
.wv-page-header h5{
  font-weight: 400;
  color: #6c757d;
}

.wv-card{
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  margin-bottom: 28px;
}
.wv-card > .block-header,
.wv-card > .row.block-header,
.wv-card > .card-header{
  margin: 0;
}
.wv-card-body{
  padding: 20px;
}
.wv-card-body.px-3{
  padding-left: 20px;
  padding-right: 20px;
}

.wv-section-title{
  font-weight: 600;
  margin-bottom: 16px;
}

.wv-table thead th{
  border-top: none !important;
  color: #6c757d;
  font-size: 0.78em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.wv-table td,
.wv-table th{
  padding: 0.85rem 1rem;
}
.wv-table tbody tr{
  transition: background-color 0.15s ease;
}
.wv-table tbody tr:hover{
  background-color: #f7f9fb;
}

.wv-badge{
  border-radius: 50px;
  padding: 0.35em 0.9em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .wv-card-body{
    padding: 16px;
  }
}
