*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}
body{background-color:#f5f5f5;color:#333;line-height:1.6}
.container{max-width:1200px;margin:0 auto;padding:20px}
.toc{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:30px}
.toc ul{list-style:none;display:flex;flex-wrap:wrap;gap:15px}
.toc a{text-decoration:none;color:#333;font-weight:700;padding:8px 15px;border-radius:4px;background-color:#f0f0f0;transition:background-color .3s,transform .2s;will-change:transform}
.toc a:hover{background-color:#e0e0e0;transform:translateY(-2px)}
.language-selector{position:absolute;top:20px;right:20px;z-index:100}
#language-select{padding:8px 12px;border-radius:4px;border:1px solid #ddd;background-color:#fff;font-size:14px}
.site-header{width:100%;padding:15px 0;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#fff}
.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}
.logo{height:40px;width:150px;background-repeat:no-repeat;background-position:center;background-size:contain}
.site-footer{width:100%;padding:30px 0;background-repeat:no-repeat;background-position:center;background-size:cover}
.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}
.footer-logo{height:40px;width:150px;background-repeat:no-repeat;background-position:center;background-size:contain}
.content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}
section:last-child{border-bottom:none}
h2{font-size:24px;margin-bottom:20px;color:#333;font-weight:700}
h3{font-size:20px;margin:20px 0;color:#333}
h4{font-size:16px;margin-bottom:12px;color:#333}
p{margin-bottom:12px;line-height:1.6}
.step,ul{margin-bottom:20px}
li{margin-bottom:10px}
.letter,.number{display:inline-block;font-weight:700;margin-right:10px;color:#333}
.highlight{color:#333;text-transform:uppercase;font-weight:700;text-transform:uppercase}
.bust-images,.example-images,.measurement-diagrams,.step-image,.video-container{margin:20px 0}
section{padding:40px;border-bottom:1px solid #eee}
head::after{display:none}
[data-domain="guide.lightinthebox.com"] head::after{content:url('/images/favicon-litb.ico')}
[data-domain="guide.ador.com"] head::after{content:url('/images/favicon-ador.ico')}
[data-domain="guide.ouku.com"] head::after{content:url('/images/favicon-ouku.ico')}
[data-domain="guide.miniinthebox.com"] head::after{content:url('/images/favicon-mini.ico')}
[data-domain="guide.lightinthebox.com"] .logo{background-image:url('/images/light-logo.png')}
[data-domain="guide.ador.com"] .logo{background-image:url('/images/ador.png')}
[data-domain="guide.ouku.com"] .logo{background-image:url('/images/ouku.png')}
[data-domain="guide.miniinthebox.com"] .logo{background-image:url('/images/mini.png')}
@media screen and (max-width:768px){
section{padding:20px}
.steps,.wedding-content{flex-direction:column;gap:20px}
.container{padding:10px}
.toc ul{flex-direction:column;gap:10px}
.measurement-diagrams{flex-direction:column}
.diagram-img{width:100%;height:auto}
#google_translate_element{position:relative;right:auto;top:auto;margin:10px 0}
}
img{loading:lazy}
.letter{display:inline-block;font-weight:700;margin-right:8px}
.instruction h4{font-size:18px;margin-bottom:10px}
.instruction{margin-bottom:24px}
.video-link{color:#06c;text-decoration:underline}
.bust-images{display:flex;flex-direction:column;gap:20px;margin-top:15px}
.bust-img{max-width:100%;height:auto;margin:0 auto}
.wedding-content{display:flex;gap:40px;align-items:flex-start}
.measurement-instructions{flex:1}
.wedding-diagram{flex:1;position:sticky;top:20px}
.wedding-img{width:100%;height:auto}
.example-images img{width:100%;max-width:800px;height:auto;display:block;margin:0 auto}
.step-img{width:100%;max-width:600px;height:auto;display:block}
.video-container{margin:15px 0;max-width:100%}
.video-container video{width:100%;max-width:600px;height:auto;display:block;margin:0 auto;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}
/*# sourceMappingURL=styles.css.map */