.station-license { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 10px; font-size: 13px; line-height: 1.5; color: #bac8df; }
.station-license__type { border: 1px solid #416186; border-radius: 7px; padding: 3px 9px; background: #203750; color: #cee5ff; }
.station-license__warning { border: 1px solid #9b713c; border-radius: 7px; padding: 5px 10px; background: #3e3020; color: #ffdaa1; }
.support-banner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; margin-bottom: 24px; border: 1px solid #5582ac; border-radius: 12px; background: #193248; color: #e5f2ff; line-height: 1.5; }
.support-banner form { margin: 0; }
