.svt-container {
background: #f9f9f9;
border: 1px solid #e0e0e0;
border-radius: 6px;
padding: 20px;
margin: 20px 0;
width: 100%;
box-sizing: border-box;
}
.svt-header {
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.svt-toggle-btn {
font-size: 13px;
cursor: pointer;
color: #0073aa;
user-select: none;
}
ul.svt-list {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
ul.svt-list.svt-hidden {
display: none !important;
}
li.svt-item {
margin: 0 !important;
padding: 5px 0;
}
li.svt-item a {
text-decoration: none;
color: #333;
display: block;
line-height: 1.4;
font-size: 16px;
} @media (min-width: 1024px) {
li.svt-item a:hover {
color: #d32f2f;
padding-left: 8px;
transition: all 0.3s ease;
}
} li.svt-h2 { font-weight: 700; margin-top: 10px !important; }
li.svt-h3 { margin-left: 20px !important; border-left: 2px solid #eee; padding-left: 12px !important; }
li.svt-h4 { margin-left: 40px !important; border-left: 1px dashed #ddd; padding-left: 12px !important; font-size: 0.9em; } @media only screen and (max-width: 600px) {
.svt-container {
padding: 15px;
}
li.svt-item a {
font-size: 14px; } li.svt-h2 {
border-bottom: 1px solid #f0f0f0;
padding-bottom: 8px;
margin-bottom: 5px !important;
} li.svt-h3 {
margin-left: 15px !important;
padding-left: 15px !important;
border-left: 3px solid #d32f2f !important; } li.svt-h4 {
margin-left: 30px !important;
padding-left: 15px !important;
border-left: 1px dashed #ccc !important;
} li.svt-h3 a::before, li.svt-h4 a::before {
content: "- ";
color: #d32f2f;
font-weight: bold;
}
}