/* Shopbewertungen – modern layout & interactive star inputs */

body.shopbewertung-modern {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  background: #eef1f4;
}

body.shopbewertung-modern .bewertungstop {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px 8px 0 0;
  padding: 8px 16px;
  font-size: 12px;
}

body.shopbewertung-modern .bewertungsoverbox {
  border: 1px solid #dee2e6;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  margin: 0 auto 32px;
  padding: 20px 24px 32px;
  max-width: 1140px;
}

body.shopbewertung-modern .bewertungstop {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

body.shopbewertung-modern .detailBewertungsboxMiddle h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

body.shopbewertung-modern .detailBewertungsboxMiddle span {
  font-size: 1rem;
  color: #6c757d;
}

body.shopbewertung-modern .bewertDetailLeft .boxheaders,
body.shopbewertung-modern .bewertDetailRight h2 {
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

body.shopbewertung-modern .bDetailTab {
  border-radius: 8px;
  overflow: hidden;
  border-color: #dee2e6;
}

body.shopbewertung-modern .bDetailTab th {
  background: #f8f9fa;
  font-weight: 600;
}

body.shopbewertung-modern .btn-success {
  background: #495057;
  border-color: #495057;
  border-radius: 6px;
  padding: 8px 18px;
  font-weight: 500;
  transition: background 0.15s ease, border-color 0.15s ease;
}

body.shopbewertung-modern .btn-success:hover,
body.shopbewertung-modern .btn-success:focus {
  background: #343a40;
  border-color: #343a40;
}

body.shopbewertung-modern .anzeigebox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

body.shopbewertung-modern .anzeigebox li {
  width: auto;
  float: none;
  flex: 1 1 120px;
}

body.shopbewertung-modern .anzeigebox a {
  display: block;
  border-radius: 8px;
  padding: 10px 8px;
  border: 1px solid #dee2e6;
  background: #fff;
  min-height: 52px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.shopbewertung-modern .anzeigebox a.bactive {
  border-color: #495057;
  box-shadow: 0 0 0 1px #495057;
  background: #f8f9fa;
}

body.shopbewertung-modern .anzeigebox a.bnonactive {
  border: 1px solid #dee2e6;
}

body.shopbewertung-modern .shopbewertbox {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  background: #fff;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.shopbewertung-modern .shopbewertungsbox {
  margin-bottom: 28px;
}

body.shopbewertung-modern .shopbewertungsbox,
body.shopbewertung-modern .votingcommentbox {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px 24px;
  border: 1px solid #dee2e6;
}

body.shopbewertung-modern .sv-form-fields {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 8px;
}

body.shopbewertung-modern .sv-rating-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.shopbewertung-modern .sv-rating-row {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 16px 20px;
}

body.shopbewertung-modern .sv-rating-row-main {
  background: #fff;
  border-color: #ced4da;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

body.shopbewertung-modern .sv-rating-section-title {
  margin: 6px 0 2px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  color: #495057;
}

body.shopbewertung-modern .sv-rating-label {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

body.shopbewertung-modern .sv-rating-stars {
  margin-bottom: 8px;
}

body.shopbewertung-modern .sv-rating-hint {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.45;
  margin-top: 2px;
}

body.shopbewertung-modern .bewertDetailRight h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

body.shopbewertung-modern .shopbewertungLoginBox > form > h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

body.shopbewertung-modern .sv-rating-row .pflichtfeld {
  float: none;
  display: inline;
  padding: 0;
  font-size: 11px;
}

body.shopbewertung-modern .shopbewertungsbox table,
body.shopbewertung-modern .votingcommentbox table {
  background: #fff;
  border-radius: 8px;
}

body.shopbewertung-modern .shopbewertungsbox td,
body.shopbewertung-modern .votingcommentbox td {
  padding: 10px 12px;
  vertical-align: middle;
}

body.shopbewertung-modern .shoppflichtgesamt {
  border-radius: 8px;
  overflow: hidden;
}

body.shopbewertung-modern input[type="text"],
body.shopbewertung-modern input[type="password"],
body.shopbewertung-modern input[type="email"],
body.shopbewertung-modern input[type="tel"],
body.shopbewertung-modern textarea,
body.shopbewertung-modern select {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.shopbewertung-modern input[type="text"]:focus,
body.shopbewertung-modern textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

body.shopbewertung-modern .shopreviewok {
  border-radius: 8px;
  padding: 12px;
}

body.shopbewertung-modern .voteerrorbox {
  border-radius: 8px;
  margin-bottom: 12px;
}

/* Interactive star rating – CSS hover (no JS required) */
.sv-star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  vertical-align: middle;
  min-height: 44px;
  flex-wrap: nowrap;
}

.sv-star-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sv-star-label {
  cursor: pointer;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: transform 0.12s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.sv-star-label::before {
  content: "★";
  font-size: 38px;
  line-height: 1;
  color: #dde1e6;
  transition: color 0.1s ease, text-shadow 0.1s ease, transform 0.1s ease;
}

.sv-star-label:hover {
  transform: scale(1.06);
}

/* Hover: highlight hovered star + all lower stars (visual left) */
.sv-star-label:hover::before,
.sv-star-label:hover ~ .sv-star-label::before {
  color: #f5b301;
  text-shadow: 0 1px 3px rgba(245, 179, 1, 0.4);
}

/* Selected: same pattern via checked radio */
.sv-star-input:checked + .sv-star-label::before,
.sv-star-input:checked ~ .sv-star-label::before {
  color: #f5b301;
  text-shadow: 0 1px 3px rgba(245, 179, 1, 0.4);
}

/* When hovering group, preview overrides selected until mouse leaves */
.sv-star-rating:hover .sv-star-input:checked + .sv-star-label::before,
.sv-star-rating:hover .sv-star-input:checked ~ .sv-star-label::before {
  color: #dde1e6;
  text-shadow: none;
}

.sv-star-rating:hover .sv-star-label:hover::before,
.sv-star-rating:hover .sv-star-label:hover ~ .sv-star-label::before {
  color: #f5b301;
  text-shadow: 0 1px 3px rgba(245, 179, 1, 0.4);
}

.shoppflichtgesamt.borderred .sv-star-label::before,
.sv-rating-row.borderred .sv-star-label::before {
  color: #f1aeb5;
}

.sv-rating-row.borderred .sv-star-label:hover::before,
.sv-rating-row.borderred .sv-star-label:hover ~ .sv-star-label::before,
.sv-rating-row.borderred .sv-star-input:checked + .sv-star-label::before,
.sv-rating-row.borderred .sv-star-input:checked ~ .sv-star-label::before {
  color: #f5b301;
  text-shadow: 0 1px 3px rgba(245, 179, 1, 0.4);
}

body.shopbewertung-modern .sv-field-group {
  padding: 0;
  margin: 0;
}

body.shopbewertung-modern .sv-field-group + .sv-field-group {
  margin-top: 4px;
}

body.shopbewertung-modern .sv-field-group-top {
  margin-top: 8px;
}

body.shopbewertung-modern .pflichtinfo {
  margin: 8px 0 0;
  font-size: 12px;
  color: #6c757d;
  line-height: 1.5;
}

/* Desktop layout */
@media (min-width: 768px) {
  body.shopbewertung-modern .bewertDetailRight {
    padding-left: 12px;
  }

  body.shopbewertung-modern .bewertDetailLeft {
    padding-right: 16px;
  }

  body.shopbewertung-modern .sv-rating-row:not(.sv-rating-row-main) {
    display: grid;
    grid-template-columns: minmax(100px, 130px) minmax(220px, 1fr);
    grid-template-rows: auto auto;
    column-gap: 24px;
    row-gap: 6px;
    align-items: center;
  }

  body.shopbewertung-modern .sv-rating-row-main {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) auto;
    column-gap: 24px;
    align-items: center;
  }

  body.shopbewertung-modern .sv-rating-row-main .sv-rating-label {
    margin-bottom: 0;
  }

  body.shopbewertung-modern .sv-rating-row-main .sv-rating-stars {
    margin-bottom: 0;
    justify-self: start;
  }

  body.shopbewertung-modern .sv-rating-row:not(.sv-rating-row-main) .sv-rating-label {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
    align-self: center;
  }

  body.shopbewertung-modern .sv-rating-row:not(.sv-rating-row-main) .sv-rating-stars {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  body.shopbewertung-modern .sv-rating-row:not(.sv-rating-row-main) .sv-rating-hint {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }

  body.shopbewertung-modern .detailBewertungsboxMiddle {
    padding: 0 20px;
  }

  body.shopbewertung-modern .hidden-xs.row {
    align-items: flex-start;
  }
}

body.shopbewertung-modern .shopbewertung-logo-link {
  display: inline-block;
  line-height: 0;
}

body.shopbewertung-modern .shopbewertung-shop-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

body.shopbewertung-modern .detailBewertungsboxRight {
  padding-bottom: 8px;
}

/* Rating summary box – scale background image with container */
body.shopbewertung-modern .detailBewertungsBox {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

body.shopbewertung-modern .detailBewertungsBox .ratingheading,
body.shopbewertung-modern .detailBewertungsBox .ratingValue,
body.shopbewertung-modern .detailBewertungsBox .bewertungNote {
  position: relative;
  z-index: 1;
}

body.shopbewertung-modern .detailBewertungsBox .bewertungNote {
  height: auto;
  overflow: visible;
}

body.shopbewertung-modern .bewertDetailLeft .bright {
  margin-top: 20px;
  margin-bottom: 28px;
}

body.shopbewertung-modern .bewertDetailRight > form {
  padding-bottom: 8px;
}

body.shopbewertung-modern .bewert-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  margin-bottom: 36px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}

body.shopbewertung-modern .bewertungsoverbox > .row:last-child {
  margin-bottom: 8px;
}

/* Form field groups (desktop + mobile) */
body.shopbewertung-modern .sv-field-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

body.shopbewertung-modern .sv-name-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.shopbewertung-modern .sv-name-inputs input {
  flex: 1 1 140px;
  min-width: 0;
}

body.shopbewertung-modern .sv-form-table input[type="text"],
body.shopbewertung-modern .sv-form-table textarea,
body.shopbewertung-modern .sv-form-fields input[type="text"],
body.shopbewertung-modern .sv-form-fields textarea,
body.shopbewertung-modern .sv-comment-textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

body.shopbewertung-modern .sv-comment-textarea {
  min-height: 160px;
  resize: vertical;
}

body.shopbewertung-modern .sv-char-count {
  margin-top: 8px;
  font-size: 12px;
  color: #6c757d;
}

body.shopbewertung-modern .sv-captcha-img {
  max-width: 100%;
  height: auto;
}

body.shopbewertung-modern .sv-review-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dee2e6;
}

body.shopbewertung-modern .sv-review-meta {
  text-align: right;
}

body.shopbewertung-modern .sv-review-meta .shopbewertautor,
body.shopbewertung-modern .sv-review-meta .shopbewerttop {
  float: none;
  margin: 0;
  padding: 2px 0;
}

/* Mobile – compact layout, keep tables & star rows minimal */
@media (max-width: 767px) {
  body.shopbewertung-modern {
    font-size: 14px;
  }

  body.shopbewertung-modern .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.shopbewertung-modern .bewertungstop,
  body.shopbewertung-modern .bewertungsoverbox {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    border-radius: 8px;
  }

  body.shopbewertung-modern .bewertungsoverbox {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }

  body.shopbewertung-modern .bewertungsoverbox .row {
    margin-left: 0;
    margin-right: 0;
  }

  body.shopbewertung-modern .bewertungsoverbox [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  body.shopbewertung-modern .bewertungsoverbox > .row:last-child {
    display: block;
  }

  body.shopbewertung-modern .detailBewertungsboxMiddle h1 {
    font-size: 1.35rem;
  }

  body.shopbewertung-modern .detailBewertungsBox {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 190 / 105;
    min-height: 0;
    margin: 0 0 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 10px 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  body.shopbewertung-modern .detailBewertungsBox .ratingheading {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
  }

  body.shopbewertung-modern .detailBewertungsBox .ratingValue {
    height: auto;
    font-size: 15px;
    padding-bottom: 2px;
  }

  body.shopbewertung-modern .detailBewertungsBox .starBlock {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 27px;
  }

  body.shopbewertung-modern .detailBewertungsBox .bewertungNote {
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
    height: auto;
    overflow: visible;
  }

  body.shopbewertung-modern .shopbewertung-shop-logo {
    max-width: min(200px, 70vw);
  }

  body.shopbewertung-modern .bewertDetailRight {
    padding: 0;
    width: 100%;
    float: none;
  }

  body.shopbewertung-modern .bewertDetailLeft {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
  }

  body.shopbewertung-modern .bewertDetailLeft h2 {
    font-size: 1rem;
    margin: 12px 0 8px;
  }

  body.shopbewertung-modern .bewertDetailLeft h2:first-child {
    margin-top: 0;
  }

  /* Sidebar tables – stay as tables (no card stacking) */
  body.shopbewertung-modern table.bDetailTab {
    width: 100%;
    font-size: 13px;
    margin-bottom: 8px;
  }

  body.shopbewertung-modern table.bDetailTab th,
  body.shopbewertung-modern table.bDetailTab td {
    padding: 6px 8px !important;
    vertical-align: middle;
  }

  body.shopbewertung-modern table.bDetailTab-detail td .starBlockSmall {
    margin: 0 auto;
  }

  body.shopbewertung-modern .bewertDetailLeft > p {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.45;
    margin: 8px 0;
  }

  /* Star form – one box, rows with label left / stars right */
  body.shopbewertung-modern form .shopbewertungsbox {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    padding: 14px 14px 6px;
  }

  body.shopbewertung-modern form .votingcommentbox {
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #dee2e6;
    padding: 14px;
    gap: 16px;
  }

  body.shopbewertung-modern .shopbewertungsbox:not(form .shopbewertungsbox),
  body.shopbewertung-modern .votingcommentbox:not(form .votingcommentbox) {
    padding: 12px;
  }

  body.shopbewertung-modern .sv-rating-list {
    gap: 0;
  }

  body.shopbewertung-modern .sv-rating-row,
  body.shopbewertung-modern .sv-rating-row-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 2px;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e9ecef;
  }

  body.shopbewertung-modern .sv-rating-row:last-child {
    border-bottom: 0;
  }

  body.shopbewertung-modern .sv-rating-section-title {
    margin: 10px 0 4px;
    padding-top: 4px;
    font-size: 0.95rem;
  }

  body.shopbewertung-modern .sv-rating-label {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.25;
  }

  body.shopbewertung-modern .sv-rating-hint {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 0;
  }

  body.shopbewertung-modern .sv-rating-stars {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-bottom: 0;
    align-self: center;
    justify-self: end;
  }

  body.shopbewertung-modern .sv-rating-row-main .sv-rating-stars {
    grid-row: 1;
  }

  body.shopbewertung-modern .sv-rating-row-main .sv-rating-label {
    align-self: center;
  }

  body.shopbewertung-modern table.sv-rating-table,
  body.shopbewertung-modern table.sv-rating-table tbody,
  body.shopbewertung-modern table.sv-rating-table tr {
    display: block;
    width: 100%;
  }

  body.shopbewertung-modern table.sv-rating-table tr {
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
  }

  body.shopbewertung-modern table.sv-rating-table tr:last-child {
    border-bottom: 0;
  }

  body.shopbewertung-modern table.sv-rating-table td {
    display: block;
    width: 100% !important;
    border: 0 !important;
    padding: 4px 0 !important;
  }

  body.shopbewertung-modern table.sv-rating-table .starinfo {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.4;
  }

  body.shopbewertung-modern .pflichtfeld {
    float: none;
    padding: 0;
    font-size: 10px;
  }

  body.shopbewertung-modern .sv-star-rating {
    justify-content: flex-end;
    min-height: 36px;
  }

  body.shopbewertung-modern .anzeigebox li {
    flex: 1 1 calc(50% - 4px);
    min-width: calc(50% - 4px);
  }

  body.shopbewertung-modern .anzeigebox a {
    font-size: 13px;
    min-height: 52px;
  }

  body.shopbewertung-modern .sv-top-action,
  body.shopbewertung-modern .bewertDetailLeft .bright {
    text-align: left;
  }

  body.shopbewertung-modern .sv-top-action .btn-success,
  body.shopbewertung-modern .bewertDetailLeft .btn-success {
    display: block;
    width: 100%;
    text-align: center;
  }

  body.shopbewertung-modern .bewert-form-actions {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 24px;
    padding-top: 16px;
  }

  body.shopbewertung-modern .bewert-form-actions .btn-success,
  body.shopbewertung-modern .bewert-form-actions input.btn-success {
    width: 100%;
    margin: 0;
  }

  body.shopbewertung-modern .shopbewertungLoginBox label p {
    float: none;
    width: 100%;
    margin-bottom: 6px;
  }

  body.shopbewertung-modern .shopbewertungLoginBox input[type="text"],
  body.shopbewertung-modern .shopbewertungLoginBox input[type="password"] {
    width: 100%;
    box-sizing: border-box;
  }

  body.shopbewertung-modern .sv-review-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  body.shopbewertung-modern .sv-review-meta {
    text-align: left;
    width: 100%;
  }

  body.shopbewertung-modern .betweenbox {
    float: none;
    padding: 0;
  }

  body.shopbewertung-modern .admincomment {
    margin-left: 0;
  }

  .sv-star-label {
    width: 34px;
    height: 34px;
  }

  .sv-star-label::before {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  body.shopbewertung-modern .anzeigebox li {
    flex: 1 1 100%;
    min-width: 100%;
  }

  body.shopbewertung-modern .sv-name-inputs input {
    flex: 1 1 100%;
  }
}


/* Review list pagination (text links – no Font Awesome dependency) */
body.shopbewertung-modern .bewertungPagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #dee2e6;
}

body.shopbewertung-modern .bewertungPaginationCount {
  font-size: 13px;
  color: #6c757d;
}

body.shopbewertung-modern .bewertungPaginationLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

body.shopbewertung-modern .bewertungPaginationLinks .page-link,
body.shopbewertung-modern .bewertungPaginationLinks a.pageResults {
  display: inline-block;
  min-width: 2rem;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  color: #a81a2a;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
}

body.shopbewertung-modern .bewertungPaginationLinks .page-link:hover,
body.shopbewertung-modern .bewertungPaginationLinks a.pageResults:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}

body.shopbewertung-modern .bewertungPaginationLinks .page-link.active,
body.shopbewertung-modern .bewertungPaginationLinks strong {
  color: #fff;
  background: #024BB6;
  border-color: #024BB6;
  font-weight: 600;
}

@media (max-width: 480px) {
  body.shopbewertung-modern .anzeigebox li {
    flex: 1 1 100%;
    min-width: 100%;
  }

  body.shopbewertung-modern .sv-name-inputs input {
    flex: 1 1 100%;
  }

  body.shopbewertung-modern .bewertungPagination {
    flex-direction: column;
    align-items: flex-start;
  }
}
