/* ===========================
   Sitewide Top Bar
=========================== */
.awd-top-bar { background: var(--ast-global-color-0); padding: 8px 15px; font-size: 14px; line-height: 1.43; position: relative; z-index: 999; color: #fff; transition: opacity 0.4s ease, transform 0.4s ease; }
.awd-top-bar.awd-hidden { opacity: 0; transform: translateY(-100%); pointer-events: none; }
.awd-top-bar .container { display: flex; justify-content: center; align-items: center; padding: 0 7%; }
.awd-top-bar-close { position: absolute; right: 6.25%; background: none; border: none; padding: 0; font-size: 18px; color: inherit; cursor: pointer; transform: rotate(0deg); transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease; will-change: transform; }
.awd-top-bar-close:hover, .awd-top-bar-close:focus { background: transparent; transform: rotate(45deg); }
.awd-top-bar-text a { color: #fff; text-decoration: underline; transition: 0.3s ease-out; }
.awd-top-bar-text a:hover, .awd-top-bar-text a:focus { text-decoration: none; }
#awd-top-bar p:last-child { margin-bottom: 0; }