.embed-generator{display:grid;grid-template-columns:2fr 1fr;align-items:stretch;gap:30px;margin:60px 0}.embedform,.embedcode{padding:30px;background:var(--gray-0);border-radius:12px;box-shadow:var(--box-shadow)}.embedform h2{margin:0 0 30px 0}.embedform .formline{display:flex;flex-flow:row nowrap;align-items:center;gap:20px;margin-bottom:20px}.embedform .formline label{text-transform:uppercase;font-weight:300}.embedform .formsubmit{display:flex;flex-direction:row;justify-content:flex-end}.embedform input[type="text"],.embedform select,.embedform button{width:auto;height:40px;padding:0 20px;font-family:'Roboto';font-size:16px;background:var(--gray-1);border:0;border-radius:20px}.embedform button{font-size:20px;font-weight:600;background:var(--primary)}.embedcode{font-family:'SourceCodePro';font-size:20px;border:0;resize:none}.embediframe{width:400px;height:600px;border:0;border-radius:12px;box-shadow:var(--box-shadow)}.embediframe.image{height:800px}@media all and (max-width:1200px){.embed-generator{grid-template-columns:100%}.embedcode{height:240px}}@media all and (max-width:600px){.embedform .formline{flex-flow:column nowrap;align-items:flex-start;gap:5px}.embedcode{font-size:18px}.embediframe{width:100%}}