body{font-family:Arial,sans-serif}.custom-container{width:90%;max-width:1200px;background:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1);margin:20px auto}.custom-editor{display:flex;gap:20px}textarea,#custom-formatted-output{width:50%;padding:10px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;line-height:1.5}textarea{height:400px}#custom-formatted-output{min-height:400px;background:#fff;overflow-y:auto;max-height:400px;padding:10px}#custom-formatted-output ul,#custom-formatted-output ol{margin-top:0;margin-bottom:10px;padding-left:20px;list-style-type:disc}#custom-formatted-output li{margin-bottom:5px;padding:0;line-height:1.5;list-style:disc inside}#custom-formatted-output p{margin:0 0 10px}.custom-buttons{text-align:center;margin-bottom:20px}button{margin:5px;padding:15px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px}#custom-paste-button{background-color:#007bff;color:#fff}#custom-clear-button{background-color:#dc3545;color:#fff}#custom-copy-button{background-color:#28a745;color:#fff}