Beschreibung
.note-box {
font-family: Arial, sans-serif;
max-width: 100%;
margin: 1em 0;
padding: 12px 16px;
background-color: #f9f9f9;
border-left: 4px solid #4a90e2;
border-radius: 6px;
font-size: 0.95em;
color: #333;
line-height: 1.4em;
transition: background-color 0.2s ease;
}
.note-box:hover {
background-color: #eef6ff;
}
.note-box p {
margin: 0;
}
.size-guide {
font-family: Arial, sans-serif;
margin: 1.5em 0;
max-width: 100%;
}
.size-guide h3 {
font-size: 1.1em;
margin: 0 0 0.5em;
color: #333;
}
.table-container {
overflow-x: auto;
}
.size-guide table {
border-collapse: collapse;
width: 100%;
font-size: 0.9em;
text-align: center;
}
.size-guide th,
.size-guide td {
border: 1px solid #e0e0e0;
padding: 8px 10px;
white-space: nowrap;
}
.size-guide thead th {
background-color: #f5f5f5;
color: #222;
font-weight: bold;
}
.size-guide tbody tr:nth-child(even) {
background-color: #fafafa;
}
.size-guide tbody tr:hover {
background-color: #eaf6ff;
transition: background-color 0.2s ease;
}
.measurement-guide {
font-family: Arial, sans-serif;
font-size: 0.8em;
line-height: 1.3em;
margin-top: 6px;
color: #333;
}
.measurement-guide h4 {
font-size: 0.85em;
margin-bottom: 4px;
border-left: 4px solid #7ac483;
padding-left: 6px;
}
.measurement-guide ul {
margin: 0;
padding-left: 18px;
list-style: disc;
}
.measurement-guide li {
margin-bottom: 6px;
background: #fcfcfc;
padding: 4px 6px;
border-radius: 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
}
.measurement-guide li:hover {
background-color: #e6f7ff;
transition: 0.2s ease;
}
@media (max-width: 480px) {
.measurement-guide {
font-size: 0.75em;
}
.measurement-guide li {
padding: 3px 5px;
}
}














Rezensionen
Es gibt noch keine Rezensionen.