.emulation-banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 12px 24px;
    color: #343434;
    background: #fff3de;
    border-bottom: 2px solid #fe5000;
}
.emulation-banner > div { flex: 1 1 260px; min-width: 0; }
.emulation-banner strong, .emulation-banner span { display: block; overflow-wrap: anywhere; }
.emulation-banner span { font-size: 14px; margin-top: 2px; }
.emulation-banner a { color: #343434; text-decoration: underline; }
.emulation-banner form { margin: 0; }
.emulation-banner button { min-height: 44px; white-space: normal; }
@media (max-width: 600px) {
    .emulation-banner { padding: 12px 16px; }
}
