* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

/* Header */
.ts-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #e5e7eb;
}

.ts-header-top {
  background: #fff;
  padding: 16px 0;
}

.ts-header-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ts-header-bar {
  background: #ffdc0f;
  border-radius: 50px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.ts-header-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.ts-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.ts-logo img {
  height: 28px;
}

.ts-search {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 10px 18px;
  gap: 10px;
  border: none;
  width: 575px;
  margin: 0 auto;
}

.ts-search:focus-within {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.ts-search input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #333;
}

.ts-search input::placeholder {
  color: #888;
}

.ts-search i {
  color: #888;
}

.ts-header-right {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
}

.ts-header-right-pill {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 0;
  gap: 8px;
}

.ts-header-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  border: none;
}

.ts-header-seal-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: #333;
}

.ts-header-company {
  background: #fff;
  padding: 20px 0 24px;
}

.ts-header-company-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ts-header-company-name {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ts-header-company-stats {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 12px;
}

.ts-header-company-stats strong {
  color: #1a1a1a;
}

.ts-header-company-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ts-header-stars {
  color: #f59e0b;
  font-size: 22px;
  display: flex;
  gap: 2px;
}

.ts-header-rating-value {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.ts-header-rating-text {
  font-size: 16px;
  color: #6b7280;
}

/* Main Content */
.ts-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
}

@media (max-width: 900px) {
  .ts-main {
    grid-template-columns: 1fr;
  }
}

/* Company Header */
.ts-company-header {
  background: white;
  padding: 28px 24px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.ts-company-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.ts-company-name img {
  width: 28px;
  height: 28px;
}

.ts-company-stats {
  color: #4b5563;
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.ts-company-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ts-stars {
  color: #f59e0b;
  font-size: 20px;
  display: flex;
  gap: 2px;
}

.ts-rating-value {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
}

.ts-rating-text {
  color: #4b5563;
  font-size: 15px;
}

.ts-rating-dropdown {
  color: #9ca3af;
  cursor: pointer;
  font-size: 12px;
}

/* Bewertungsübersicht */
.ts-overview {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}

.ts-overview-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.ts-overview-title i {
  color: #f59e0b;
}

.ts-overview-text {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
}

.ts-overview-more {
  color: #dc6803;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 16px;
}

.ts-overview-note {
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
}

.ts-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ts-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
  color: #333;
}

.ts-tag i {
  color: #666;
  font-size: 11px;
}

.ts-helpful {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 13px;
  color: #666;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

.ts-helpful-icons {
  display: flex;
  gap: 8px;
}

.ts-helpful-icons i {
  cursor: pointer;
  padding: 4px;
}

/* Digital Trust Banner */
.ts-trust-banner {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #333;
}

.ts-trust-banner i {
  color: #0ea5e9;
  font-size: 18px;
}

.ts-trust-banner a {
  color: #0ea5e9;
  text-decoration: none;
}

/* Reviews Section */
.ts-reviews-header {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.ts-reviews-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ts-search-reviews {
  flex: 1;
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 16px;
  gap: 10px;
}

.ts-search-reviews input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
}

.ts-filter-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 1px solid #0ea5e9;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  color: #0ea5e9;
  cursor: pointer;
}

.ts-sort-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  color: #666;
}

.ts-relevanz-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* Review Card */
.ts-review {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 12px;
}

.ts-review-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.ts-review-avatar {
  width: 48px;
  height: 48px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 20px;
  flex-shrink: 0;
}

.ts-review-avatar.initials {
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.ts-review-avatar.blue {
  background: #3b82f6;
}

.ts-review-avatar.green {
  background: #10b981;
}

.ts-review-avatar.purple {
  background: #8b5cf6;
}

.ts-review-avatar.orange {
  background: #f97316;
}

.ts-review-avatar.pink {
  background: #ec4899;
}

.ts-review-avatar.teal {
  background: #14b8a6;
}

.ts-review-avatar.red {
  background: #ef4444;
}

.ts-review-avatar.indigo {
  background: #6366f1;
}

.ts-review-meta {
  flex: 1;
}

.ts-review-author {
  font-size: 14px;
  color: #666;
}

.ts-review-author-name {
  font-weight: 600;
  color: #1a1a1a;
}

.ts-review-count {
  font-size: 13px;
  color: #888;
}

.ts-review-date-verified {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.ts-review-stars {
  color: #f59e0b;
  font-size: 14px;
}

.ts-review-date {
  font-size: 13px;
  color: #888;
}

.ts-review-verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #10b981;
}

.ts-review-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.ts-review-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
}

.ts-review-actions {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #666;
}

.ts-review-actions span {
  cursor: pointer;
}

/* Sidebar */
.ts-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ts-sidebar-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
}

.ts-sidebar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.ts-seal-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ts-seal-img {
  width: 48px;
  height: 48px;
}

.ts-seal-text {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.ts-seal-badge {
  background: #dcfce7;
  color: #16a34a;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.ts-seal-sub {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

.ts-certified {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.ts-certified i {
  color: #888;
}

.ts-seal-desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 16px;
}

.ts-quality-title {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.ts-quality-title a {
  color: #0ea5e9;
  text-decoration: none;
}

.ts-quality-list {
  list-style: none;
}

.ts-quality-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.ts-quality-list i {
  color: #10b981;
}

/* Käuferschutz */
.ts-protection {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.ts-protection-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.ts-protection-title i {
  color: #f59e0b;
}

.ts-protection-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.ts-protection-link {
  color: #0ea5e9;
  font-size: 14px;
  text-decoration: none;
}

/* About Section */
.ts-about-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.ts-about-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 16px;
}

.ts-website-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.ts-website-btn i {
  font-size: 12px;
}

/* Contact Section */
.ts-contact-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 20px;
  margin-bottom: 12px;
}

.ts-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.ts-contact-item i {
  color: #888;
  width: 16px;
  text-align: center;
}

.ts-contact-item a {
  color: #0ea5e9;
  text-decoration: none;
}

/* Company Info Section */
.ts-company-info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.ts-company-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.ts-company-address {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.ts-contact-item .ts-address-block {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.ts-register-section {
  margin-top: 20px;
}

.ts-register-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.ts-register-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.ts-ceo-section {
  margin-top: 16px;
}

.ts-ceo-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.ts-ceo-name {
  font-size: 14px;
  color: #444;
}

.ts-profiles-box {
  margin-top: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
}

.ts-profiles-box p {
  font-size: 14px;
  color: #374151;
  margin: 0 0 12px 0;
  line-height: 1.5;
}

.ts-profiles-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: 1px solid #0ea5e9;
  border-radius: 20px;
  color: #0ea5e9;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: white;
  width: 100%;
  justify-content: center;
}

.ts-profiles-btn:hover {
  background: #f0f9ff;
}

.ts-categories-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.ts-categories-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.ts-category-link {
  color: #0ea5e9;
  font-size: 14px;
  text-decoration: none;
}

.ts-category-link:hover {
  text-decoration: underline;
}

/* Über Section */
.ts-about-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.ts-about-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Footer */
.ts-footer {
  background: #1e293b;
  padding: 40px 20px;
  margin-top: 40px;
}

.ts-footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 768px) {
  .ts-footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ts-footer-title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.ts-footer-links {
  list-style: none;
}

.ts-footer-links li {
  margin-bottom: 10px;
}

.ts-footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
}

.ts-footer-links a:hover {
  color: white;
}

.ts-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* Verified Popup */
.ts-verified-popup {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background: #1e293b;
  border-radius: 8px;
  padding: 16px;
  width: 320px;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ts-popup-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  color: white;
  font-size: 13px;
  line-height: 1.5;
}

.ts-popup-item:last-child {
  margin-bottom: 0;
}

.ts-popup-item i {
  flex-shrink: 0;
  margin-top: 2px;
}

.ts-popup-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.ts-popup-item p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.ts-popup-item ul {
  color: rgba(255, 255, 255, 0.8);
}

.ts-popup-item li {
  margin-bottom: 4px;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* trusted widget */
.ts-widget-container {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
}

.ts-widget {
  background: white;
  border-radius: 10px;
  padding: 8px 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e5e7eb;
  min-width: 90px;
}

.ts-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.ts-widget .ts-seal-img {
  width: 55px;
  height: 55px;
}

.ts-widget .ts-label {
  font-size: 11px;
}

.ts-widget .ts-stars i {
  font-size: 12px;
}

.ts-widget .ts-rating {
  font-size: 16px;
}

.ts-widget .ts-status {
  font-size: 10px;
}

.ts-widget .ts-reviews-count {
  font-size: 9px;
}

#trustedPopup {
  padding: 20px !important;
  align-items: center !important;
  justify-content: center !important;
}

#trustedPopup>div#browserWidget {
  max-width: 92% !important;
  width: 340px !important;
  height: auto !important;
  max-height: 70vh !important;
  border-radius: 10px !important;
  margin: 0 !important;
  position: relative !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
}

@keyframes browserLoad {
  0% {
    width: 0%;
  }

  20% {
    width: 30%;
  }

  50% {
    width: 60%;
  }

  80% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

@keyframes fadeInContent {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInReview {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.browser-loading-bar {
  animation: browserLoad 0.8s ease-out forwards;
}

.browser-content-fade {
  animation: fadeInContent 0.3s ease-out 0.6s forwards;
  opacity: 0;
}

.review-fade-in {
  animation: fadeInReview 0.4s ease-out forwards;
}

.load-more-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #e5e7eb;
  border-top-color: #22c55e;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 16px auto;
}

/* Safari Browser Design */
[data-browser="safari"] .browser-header {
  background: radial-gradient(at 40% 20%, rgba(139, 92, 246, 0.25) 0px, transparent 50%), radial-gradient(at 80% 0%, rgba(249, 115, 22, 0.25) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(236, 72, 153, 0.25) 0px, transparent 50%), radial-gradient(at 80% 50%, rgba(34, 197, 94, 0.25) 0px, transparent 50%), radial-gradient(at 0% 100%, rgba(59, 130, 246, 0.25) 0px, transparent 50%), url('assets/ai-banner_10.png');
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 10px 12px;
  border-bottom: 1px solid #b8b8b8;
}

[data-browser="safari"] .browser-controls {
  display: flex;
  gap: 8px;
  order: 0;
}

[data-browser="safari"] .browser-url-bar {
  background: white;
  border-radius: 8px;
  border: 1px solid #c0c0c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

[data-browser="safari"] .browser-close {
  background: #ff5f57;
}

[data-browser="safari"] .browser-minimize {
  background: #febc2e;
}

[data-browser="safari"] .browser-maximize {
  background: #28c840;
}

/* Chrome Browser Design */
[data-browser="chrome"] .browser-header {
  background: radial-gradient(at 40% 20%, rgba(139, 92, 246, 0.25) 0px, transparent 50%), radial-gradient(at 80% 0%, rgba(249, 115, 22, 0.25) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(236, 72, 153, 0.25) 0px, transparent 50%), radial-gradient(at 80% 50%, rgba(34, 197, 94, 0.25) 0px, transparent 50%), radial-gradient(at 0% 100%, rgba(59, 130, 246, 0.25) 0px, transparent 50%), url('assets/ai-banner_10.png');
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 6px 8px 0 8px;
  border-bottom: none;
}

[data-browser="chrome"] .browser-tab-bar {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}

[data-browser="chrome"] .browser-tab {
  background: #f1f3f4;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  color: #5f6368;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 200px;
}

[data-browser="chrome"] .browser-tab-close {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: #5f6368;
}

[data-browser="chrome"] .browser-tab-close:hover {
  background: #dadce0;
}

[data-browser="chrome"] .browser-controls {
  display: none;
}

[data-browser="chrome"] .browser-url-section {
  background: #f1f3f4;
  padding: 6px 12px;
  border-top: 1px solid #dadce0;
}

[data-browser="chrome"] .browser-url-bar {
  background: white;
  border-radius: 20px;
  border: 1px solid #dfe1e5;
}

.trusted-shop-logo {
  object-fit: contain;
  transition: transform 0.2s;
  transform: scale(1);
}

.trusted-shop-logo:hover {
  transform: scale(1.05);
}

ul.benefit-lists {
  padding-left: 0px;
}

.benefit-lists li{
  list-style-type: none;
  display: flex;
  gap: 10px;
}

.trusted-shop-icon {
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.icon-block {
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-block i {
  color: #000;
  font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  [data-browser] .browser-url-bar span {
    font-size: 11px;
  }
}

/* Mobile fullscreen browser popup - use same styles as desktop */
@media (max-width: 768px) {
  #browserWidget {
    border-radius: 0 !important;
  }
}

@media (min-width: 768px) {
  .ts-widget-container {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .ts-widget {
    padding: 12px 20px;
    min-width: 140px;
    border-radius: 12px;
  }

  .ts-widget .ts-seal-img {
    width: 70px;
    height: 70px;
  }

  .ts-widget .ts-label {
    font-size: 12px;
  }

  .ts-widget .ts-stars i {
    font-size: 14px;
  }

  .ts-widget .ts-rating {
    font-size: 22px;
  }

  .ts-widget .ts-status {
    font-size: 12px;
  }

  .ts-widget .ts-reviews-count {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .ts-widget-container {
    bottom: 2rem;
    right: 2rem;
  }

  .ts-widget {
    padding: 14px 24px;
    min-width: 160px;
    border-radius: 14px;
  }

  .ts-widget .ts-seal-img {
    width: 80px;
    height: 80px;
  }

  .ts-widget .ts-label {
    font-size: 13px;
  }

  .ts-widget .ts-stars i {
    font-size: 16px;
  }

  .ts-widget .ts-rating {
    font-size: 26px;
  }

  .ts-widget .ts-status {
    font-size: 13px;
  }

  .ts-widget .ts-reviews-count {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .ts-widget-container {
    bottom: 1rem;
    right: 0.5rem;
  }

  /* Compact widget on mobile */
  .ts-widget {
    padding: 6px 8px;
    min-width: 70px;
    border-radius: 8px;
  }

  .ts-widget .ts-seal-img {
    width: 40px;
    height: 40px;
  }

  .ts-widget .ts-label {
    font-size: 9px;
  }

  .ts-widget .ts-stars i {
    font-size: 9px;
  }

  .ts-widget .ts-rating {
    font-size: 14px;
  }

  .ts-widget .ts-status {
    font-size: 8px;
  }

  .ts-widget .ts-reviews-count {
    display: none;
  }

  .ts-widget > div > div:nth-child(4) {
    display: none; /* Hide divider line */
  }
}

@media (max-width: 480px) {
  .ts-widget-container {
    bottom: 1rem;
    right: 0.5rem;
  }

  .ts-widget {
    padding: 5px 6px;
    min-width: 60px;
  }

  .ts-widget .ts-seal-img {
    width: 35px;
    height: 35px;
  }

  .ts-widget .ts-label {
    font-size: 8px;
  }

  .ts-widget .ts-stars i {
    font-size: 8px;
  }

  .ts-widget .ts-rating {
    font-size: 12px;
  }

  .ts-widget .ts-status {
    font-size: 7px;
  }

  .ts-widget .ts-reviews-count {
    display: none;
  }

}

@media (min-width: 481px) {
  .ts-widget-close {
    display: none;
  }

  .ts-widget-container.expanded .ts-widget-close {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #6b7280;
    border: none;
  }

  .ts-widget-container.expanded .ts-widget-close:hover {
    background: #e5e7eb;
    color: #374151;
  }
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .ts-header-top {
    padding: 12px 0;
  }

  .ts-header-top-inner {
    padding: 0 12px;
  }

  .ts-header-bar {
    flex-wrap: wrap;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 30px;
  }

  .ts-logo img {
    height: 22px;
  }

  .ts-search {
    width: 100%;
    order: 3;
    margin-top: 4px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .ts-search input {
    font-size: 13px;
  }

  .ts-header-right {
    margin-left: auto;
  }

  .ts-header-icon,
  .ts-header-seal-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .ts-header-company {
    padding: 14px 0 16px;
    border-bottom: 1px solid #e5e5e5;
  }

  .ts-header-company-content {
    padding: 0 12px;
  }

  .ts-header-company-name {
    font-size: 18px;
    font-weight: 600;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
  }

  .ts-header-company-name img {
    width: 18px;
    height: 18px;
  }

  .ts-header-company-stats {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .ts-header-company-stats strong {
    font-weight: 600;
  }

  .ts-header-company-rating {
    flex-wrap: wrap;
    gap: 8px;
  }

  .ts-header-stars {
    font-size: 16px;
  }

  .ts-header-rating-value {
    font-size: 15px;
  }

  .ts-header-rating-text {
    font-size: 13px;
  }

  .ts-main {
    padding: 12px;
    gap: 12px;
  }

  .ts-overview {
    padding: 14px;
    border-radius: 8px;
  }

  .ts-overview-title {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .ts-overview-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .ts-overview-tags {
    gap: 6px;
    margin-top: 12px;
  }

  .ts-overview-tag {
    font-size: 11px;
    padding: 5px 10px;
  }

  .ts-review-card {
    padding: 14px;
    border-radius: 8px;
  }

  .ts-review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .ts-review-user {
    width: 100%;
  }

  .ts-review-user-avatar {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .ts-review-user-name {
    font-size: 13px;
  }

  .ts-review-user-meta {
    font-size: 11px;
  }

  .ts-review-stars {
    font-size: 14px;
  }

  .ts-review-title {
    font-size: 14px;
    margin-top: 10px;
  }

  .ts-review-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .ts-review-actions {
    margin-top: 12px;
    padding-top: 10px;
  }

  .ts-review-actions button {
    font-size: 12px;
    padding: 6px 10px;
  }

  .ts-sidebar {
    margin-top: 8px;
  }

  .ts-sidebar-card {
    padding: 14px;
    border-radius: 8px;
  }

  .ts-seal-img {
    width: 40px;
    height: 40px;
  }

  .ts-about-title {
    font-size: 13px;
  }

  .ts-about-text {
    font-size: 12px;
  }

  .ts-footer {
    padding: 20px 12px;
  }

  .ts-footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ts-verified-popup {
    width: 260px;
    left: -80px;
  }

  .ts-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ts-nav-inner {
    padding: 0 12px;
    display: flex;
    gap: 0;
  }

  .ts-nav-link {
    padding: 12px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .ts-header-bar {
    padding: 6px 10px;
  }

  .ts-logo img {
    height: 20px;
  }

  .ts-header-icon,
  .ts-header-seal-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .ts-search {
    padding: 6px 12px;
  }

  .ts-header-company-name {
    font-size: 16px;
  }

  .ts-header-company-stats {
    font-size: 11px;
  }

  .ts-header-company-stats strong {
    display: inline;
  }

  .ts-header-stars {
    font-size: 14px;
  }

  .ts-header-rating-value {
    font-size: 14px;
  }

  .ts-header-rating-text {
    font-size: 12px;
  }

  .ts-review-stars {
    font-size: 12px;
  }

  .ts-overview-tag {
    font-size: 10px;
    padding: 4px 8px;
  }
}

/* Extended Mobile Fixes */
@media (max-width: 768px) {
  .mobile-close-btn {
    display: flex !important;
    top: 8px !important;
    right: 8px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 20px !important;
  }

  .ts-reviews-controls {
    flex-wrap: wrap;
    gap: 8px;
  }

  .ts-search-reviews {
    width: 100%;
    flex: none;
    order: 1;
  }

  .ts-filter-btn,
  .ts-sort-btn,
  .ts-relevanz-btn {
    flex: 1;
    min-width: 0;
    justify-content: center;
    padding: 8px 10px;
    font-size: 12px;
  }

  .ts-filter-btn span,
  .ts-sort-btn span {
    display: none;
  }

  .ts-trust-banner {
    flex-direction: column;
    text-align: center;
    padding: 12px;
    font-size: 13px;
  }

  .ts-review-text {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .ts-tags {
    gap: 6px;
  }

  .ts-tag {
    font-size: 11px;
    padding: 4px 10px;
  }

  .ts-helpful {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .ts-company-header {
    padding: 16px;
  }

  .ts-company-name {
    font-size: 20px;
    flex-wrap: wrap;
  }

  .ts-company-stats {
    font-size: 12px;
  }

  .ts-company-rating {
    flex-wrap: wrap;
    gap: 6px;
  }

  /* Mobile: Sidebar oben unter Header */
  .ts-main {
    display: flex;
    flex-direction: column;
  }

  .ts-sidebar {
    order: -1;
    margin-bottom: 16px;
  }

  .ts-content {
    order: 1;
  }

  /* Mobile: Header zentriert */
  .ts-header-bar {
    justify-content: center !important;
  }

  .ts-header-pill {
    justify-content: center;
    flex: none;
  }

  .ts-header-right {
    margin-left: 0;
  }

  /* Einklappbare Sidebar-Karten auf Mobile */
  .ts-sidebar-card {
    border: 1px solid #e5e7eb;
  }

  .ts-sidebar-card .ts-collapse-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 14px;
    margin: -20px -20px 0 -20px;
    background: #f9fafb;
    border-radius: 8px 8px 0 0;
  }

  .ts-sidebar-card .ts-collapse-header .ts-collapse-icon {
    transition: transform 0.3s ease;
  }

  .ts-sidebar-card.collapsed .ts-collapse-header {
    margin-bottom: -20px;
    border-radius: 8px;
  }

  .ts-sidebar-card.collapsed .ts-collapse-header .ts-collapse-icon {
    transform: rotate(180deg);
  }

  .ts-sidebar-card .ts-collapse-content {
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    max-height: 2000px;
    opacity: 1;
    overflow: hidden;
  }

  .ts-sidebar-card.collapsed .ts-collapse-content {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .ts-reviews-header {
    font-size: 18px;
  }

  .ts-filter-btn,
  .ts-sort-btn,
  .ts-relevanz-btn {
    padding: 6px 8px;
    font-size: 11px;
    gap: 4px;
  }

  .ts-review {
    padding: 12px;
  }

  .ts-review-avatar {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .ts-company-name {
    font-size: 16px;
  }
}

/* Mobile header stacking - burger below logo for large logos */
@media (max-width: 768px) {
  .header-content {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }

  .header-cta .contact-info {
    display: none !important;
  }

  .mobile-toggle {
    display: block !important;
    position: static !important;
    transform: none !important;
    margin-top: 0.25rem;
  }

  .header-content.logo-small {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .header-content.logo-small .mobile-toggle {
    margin-top: 0 !important;
  }
}