1 <svg xmlns="http://www.w3.org/2000/svg" 2 width="200" 3 height="100" 4 viewBox="0 0 200 100" 5 preserveAspectRatio="none"> 6 <rect x="2" y="2" width="196" height="96" rx="8" ry="8" 7 fill="none" stroke="#d8b34b" stroke-width="4"/> 8 <rect x="10" y="10" width="180" height="80" rx="4" ry="4" 9 fill="none" stroke="#f3e1a3" stroke-width="1.5" stroke-dasharray="8 6"/> 10 </svg>