.thy-reviews{--thy-review-gap:24px;width:100%}
.thy-reviews__items{display:grid;grid-template-columns:repeat(var(--thy-review-columns),minmax(0,1fr));gap:var(--thy-review-gap)}
.thy-review-card{display:flex;flex-direction:column;min-width:0;padding:26px;border:1px solid #e7e9ee;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,28,45,.07)}
.thy-review-card__top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.thy-review-card__avatar{width:46px;height:46px;flex:0 0 46px;border-radius:50%;object-fit:cover;background:#eef2f8}
.thy-review-card__avatar--fallback{display:grid;place-items:center;font-weight:700;color:#245fe7}
.thy-review-card__name{font-weight:700;color:#111827;line-height:1.25}
.thy-review-card__source{margin-top:3px;font-size:13px;color:#667085}
.thy-review-card__stars{margin-bottom:14px;color:#f4b400;font-size:20px;letter-spacing:2px;line-height:1}
.thy-review-card__heading{margin:0 0 10px;font-size:20px;line-height:1.3;color:#111827}
.thy-review-card__text{color:#344054;line-height:1.65}
.thy-review-card__text p:first-child{margin-top:0}
.thy-review-card__text p:last-child{margin-bottom:0}
.thy-review-card__link{display:inline-flex;margin-top:auto;padding-top:18px;font-weight:600;color:#245fe7;text-decoration:none}
.thy-review-card__link:hover{text-decoration:underline}
.thy-reviews--list .thy-reviews__items{grid-template-columns:1fr}
.thy-reviews--slider{position:relative}
.thy-reviews--slider .thy-reviews__items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}
.thy-reviews--slider .thy-reviews__items::-webkit-scrollbar{display:none}
.thy-reviews--slider .thy-review-card{flex:0 0:min(420px,85vw);scroll-snap-align:start}
.thy-reviews__controls{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
.thy-reviews__controls button{width:44px;height:44px;border:1px solid #d8dce5;border-radius:50%;background:#fff;color:#111827;font-size:28px;line-height:1;cursor:pointer}
.thy-reviews__controls button:hover{border-color:#245fe7;color:#245fe7}
@media(max-width:900px){.thy-reviews__items{grid-template-columns:repeat(min(2,var(--thy-review-columns)),minmax(0,1fr))}}
@media(max-width:620px){.thy-reviews__items{grid-template-columns:1fr}.thy-review-card{padding:22px}.thy-reviews--slider .thy-review-card{flex-basis:88vw}}


/* Sideinddeling */
.thy-reviews__pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-top:34px}
.thy-reviews__page{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border:1px solid #d8dce5;border-radius:10px;background:#fff;color:#245fe7;font-weight:700;text-decoration:none}
.thy-reviews__page:hover{border-color:#245fe7;background:#f5f8ff}
.thy-reviews__page--current{border-color:#245fe7;background:#245fe7;color:#fff}
.thy-reviews__ellipsis{padding:0 4px;color:#667085}

/* Kundeformular */
.thy-review-form-wrap{width:100%;max-width:820px;margin:0 auto}
.thy-review-form{position:relative;padding:30px;border:1px solid #e7e9ee;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,28,45,.07)}
.thy-review-form__heading h2{margin:0 0 8px;color:#111827;font-size:30px;line-height:1.2}
.thy-review-form__heading p{margin:0 0 24px;color:#667085}
.thy-review-form label>span,.thy-review-form legend{display:block;margin-bottom:8px;color:#111827;font-weight:700}
.thy-review-form input[type=text],.thy-review-form input[type=email],.thy-review-form textarea{width:100%;padding:13px 14px;border:1px solid #cfd5df;border-radius:10px;background:#fff;color:#111827;font:inherit;box-sizing:border-box}
.thy-review-form input:focus,.thy-review-form textarea:focus{outline:3px solid rgba(36,95,231,.16);border-color:#245fe7}
.thy-review-form textarea{resize:vertical}
.thy-review-form small{display:block;margin-top:6px;color:#667085}
.thy-review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}
.thy-review-form>label{display:block;margin-bottom:20px}
.thy-review-form__rating{margin:0 0 20px;padding:0;border:0}
.thy-review-form__stars{display:inline-flex;flex-direction:row-reverse;gap:5px}
.thy-review-form__stars input{position:absolute;opacity:0;pointer-events:none}
.thy-review-form__stars label{margin:0;color:#d5d9e2;font-size:34px;line-height:1;cursor:pointer;transition:transform .15s,color .15s}
.thy-review-form__stars label:hover,.thy-review-form__stars label:hover~label,.thy-review-form__stars input:checked~label{color:#f4b400}
.thy-review-form__stars label:hover{transform:scale(1.08)}
.thy-review-form__consent{display:flex!important;align-items:flex-start;gap:10px}
.thy-review-form__consent input{margin-top:5px;flex:0 0 auto}
.thy-review-form__consent span{margin:0!important;font-weight:400!important;color:#344054!important}
.thy-review-form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:10px;background:#245fe7;color:#fff;font:inherit;font-weight:700;cursor:pointer}
.thy-review-form button[type=submit]:hover{background:#174cc7}
.thy-review-form__note{margin:12px 0 0;color:#667085;font-size:14px}
.thy-review-form__website{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.thy-review-form__message{max-width:820px;margin:0 auto 18px;padding:15px 18px;border-radius:10px;font-weight:600}
.thy-review-form__message--success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}
.thy-review-form__message--error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}
@media(max-width:620px){.thy-review-form{padding:22px}.thy-review-form__row{grid-template-columns:1fr}.thy-review-form__heading h2{font-size:26px}}
