.top-bar{background: var(--brand-theme-gray-900);color: var(--brand-theme-gray-300);font-size: var(--brand-theme-font-size-sm)}.top-bar__inner{display: flex;align-items: center;justify-content: space-between;gap: var(--brand-theme-space-4);padding: var(--brand-theme-space-2) 0}.top-bar__message{flex: 1}.top-bar__contact{display: flex;align-items: center;gap: var(--brand-theme-space-4)}.top-bar__phone,.top-bar__email{display: flex;align-items: center;gap: var(--brand-theme-space-2);color: var(--brand-theme-gray-300);text-decoration: none;transition: color var(--brand-theme-transition-fast)}a.top-bar__phone:hover,a.top-bar__email:hover{color: var(--brand-theme-white)}.top-bar__social .social-links__list{gap: var(--brand-theme-space-2)}.top-bar__social .social-links__link{padding: var(--brand-theme-space-1);color: var(--brand-theme-gray-400)}.top-bar__social .social-links__link:hover{color: var(--brand-theme-white)}@media (max-width: 767px){.top-bar__inner{flex-wrap: wrap;justify-content: center;text-align: center}.top-bar__message{order: -1;width: 100%}}@media print{.top-bar{display: none !important}}