/* Prime Autoteile 24 - eBay.de listing template (DE_DE, formerly IE_L1 — work item #443)
   Same green/gold theme as the original IE_L1 template, reused as-is. */

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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1c2b22;
  background: #f2f6f2;
  line-height: 1.55;
}

.ie-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d9e4dc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(15, 74, 42, 0.08);
}

.ie-accent-bar {
  height: 8px;
  background: linear-gradient(90deg, #0f7a3d 0%, #16a34a 45%, #f2c14e 100%);
}

.ie-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  background: #0f4a2a;
  color: #ffffff;
}

.ie-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ie-brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 8px;
  padding: 4px;
}

.ie-brand-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-decoration: none;
}

.ie-brand-name span {
  color: #f2c14e;
}

.ie-promise p {
  font-size: 13px;
  color: #dff2e6;
}

.ie-highlight {
  color: #f2c14e;
  font-weight: 600;
}

.ie-nav {
  background: #16a34a;
}

.ie-nav-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.ie-nav-menu li a {
  display: block;
  padding: 14px 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ie-nav-menu li a:hover {
  background: #0f7a3d;
}

.ie-hero {
  text-align: center;
  padding: 34px 28px 10px;
}

.ie-product-title {
  font-size: 26px;
  font-weight: 700;
  color: #0f4a2a;
}

.ie-product-subtitle {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #4a6155;
}

.ie-main-image {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.ie-info {
  padding: 20px 28px 8px;
}

.ie-panel {
  border: 1px solid #d9e4dc;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ie-panel-header {
  background: #0f4a2a;
  color: #f2c14e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 12px 18px;
}

.ie-panel-body {
  padding: 18px;
  font-size: 14px;
  color: #2a3a31;
}

.ie-footer {
  text-align: center;
  padding: 22px;
  background: #0f4a2a;
  color: #ffffff;
}

.ie-footer-tag {
  margin-top: 5px;
  font-size: 12px;
  color: #9fc7ac;
}
