.topbar-wrapper{width:100%;position:relative;z-index:9999;animation:slideDown 0.4s ease-out}.topbar-container{background-color:#000;color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;width:100%;box-sizing:border-box}.topbar-content{display:flex;align-items:center;justify-content:center;gap:20px;flex:1;flex-wrap:wrap}.topbar-wrapper .topbar-text{font-size:14px;line-height:1.4!important;margin:0!important;color:#ffffff!important;font-family:inherit;font-weight:400}.topbar-cta{font-weight:700;color:#fff}.topbar-wrapper .topbar-button{background-color:#fff;color:#000000!important;border:none;padding:10px 24px;font-size:14px;font-weight:600;border-radius:4px;cursor:pointer;transition:all 0.3s ease;text-decoration:none!important;display:inline-block;white-space:nowrap}.topbar-wrapper .topbar-button:hover{background-color:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 8px rgb(0 0 0 / .2)}.topbar-close{background:#fff0;border:none;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:opacity 0.3s ease;flex-shrink:0}.topbar-close:hover{opacity:.7}@media (max-width:768px){.topbar-container{padding:12px 15px;gap:15px}.topbar-content{flex-direction:column;gap:12px;text-align:center}.topbar-wrapper .topbar-text{font-size:13px}.topbar-wrapper .topbar-button{font-size:13px;padding:8px 20px}}@keyframes slideDown{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.topbar-wrapper{animation:slideDown 0.4s ease-out}@media print{.topbar-wrapper{display:none!important}}