@keyframes cresci {
0% { transform: scale( 0 ); }
100% { transform: scale( 1 ); }
} @keyframes dondolashort {
0% { transform: rotate( -5deg ); }
100% { transform: rotate( 5deg ); }
}
@keyframes dondola {
0% { transform: rotate( -25deg ); }
100% { transform: rotate( 25deg ); }
}
@keyframes dondolalong {
0% { transform: rotate( -45deg ); }
100% { transform: rotate( 45deg ); }
} @keyframes pulsashort {
0% { transform: scale( 0.98 ); }
100% { transform: scale( 1.02 ); }
}
@keyframes pulsa {
0% { transform: scale( 0.93 ); }
100% { transform: scale( 1.07 ); }
}
@keyframes pulsalong {
0% { transform: scale( 0.85 ); }
100% { transform: scale( 1.15 ); }
} @keyframes dondolashort {
0% { transform: rotate( -5deg ); }
100% { transform: rotate( 5deg ); }
}
@keyframes dondola {
0% { transform: rotate( -25deg ); }
100% { transform: rotate( 25deg ); }
}
@keyframes dondolalong {
0% { transform: rotate( -45deg ); }
100% { transform: rotate( 45deg ); }
} @keyframes galleggiashort {
0% { transform: translateY( -5% ); }
100% { transform: translateY( 5% ); }
}
@keyframes galleggia {
0% { transform: translateY( -12% ); }
100% { transform: translateY( 12% ); }
}
@keyframes galleggialong {
0% { transform: translateY( -25% ); }
100% { transform: translateY( 25% ); }
} @keyframes attraversa {
0% { transform: translateX( calc( -50vw - 50% - 100px ) ); }
100% { transform: translateX( calc( +50vw + 50% + 100px ) ); }
} @keyframes risali-o-affondashort {
0% { transform: translateY( 70% ); }
100% { transform: translateY( 0 ); }
}
@keyframes risali-o-affonda {
0% { transform: translateY( 150% ); }
100% { transform: translateY( 0 ); }
}
@keyframes risali-o-affondalong {
0% { transform: translateY( 300% ); }
100% { transform: translateY( 0 ); }
} @keyframes saltellashort {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-15px);}
60% {transform: translateY(-7px);}
}
@keyframes saltella {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
@keyframes saltellalong {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-60px);}
60% {transform: translateY(-30px);}
} @keyframes rotolashort {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -90deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 90deg ); }
}
@keyframes rotola {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -270deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 270deg ); }
}
@keyframes rotolalong {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -450deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 450deg ); }
} @keyframes girashort {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
}
@keyframes gira {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
}
@keyframes giralong {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
} @keyframes brillashort {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 50px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 100px rgba(232,189,109,0); }
}
@keyframes brilla {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 200px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 300px rgba(232,189,109,0); }
}
@keyframes brillalong {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 300px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 700px rgba(232,189,109,0); }
}
@keyframes brilla1 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}  @keyframes exitToRight {
0% { transform: translate(0,0); }
100% { transform: translateX(100%); }
} @keyframes enterFromRight {
0% { transform: translate(100%,0); }
100% { transform: translateX(0); }
} @keyframes exitToLeft {
0% { transform: translate(0,0); }
100% { transform: translateX(-100%); }
} @keyframes enterFromLeft {
0% { transform: translate(-100%,0); }
100% { transform: translateX(0); }
}  @keyframes exitToTop {
0% { transform: translate(0,0); }
100% { transform: translateY(-100%); }
} @keyframes enterFromTop {
0% { transform: translate(0,-100%); }
100% { transform: translateY(0); }
} @keyframes exitToBottom {
0% { transform: translate(0,0); }
100% { transform: translateY(100%); }
} @keyframes enterFromBottom {
0% { transform: translate(0,100%); }
100% { transform: translateY(0); }
} @keyframes exitToScaleBack {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes exitToScaleFront {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(1.3); opacity: 0; visibility: hidden;}
}
@keyframes enterFormScaleBack {
0% { transform: perspective(1500px) translateZ(-500px); visibility: visible; opacity: 0;}
100% { transform: perspective(1500px) translateZ(0); opacity: 1;}
}
@keyframes enterFormScaleFront {
0% { transform: perspective(1500px) translateZ(500px); visibility: visible; opacity: 0;}
100% { transform: perspective(1500px) translateZ(0); opacity: 1;}
} @keyframes exitToFade {
0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes enterFromFade {
0% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes exitQuit {
0% { transform: scale(1); opacity: 1; visibility: visible;}
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes enterQuit {
0% { transform: scale(0.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes loadAnim {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @-webkit-keyframes flipOutRight {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeft {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInLeft {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutLeft {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRight {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInRight {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutTop {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTop {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottom {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottom {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottom {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottom {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTop {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTop {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}  @keyframes noneOut {
0% { display: block; }
100% { display: none; }
}
@keyframes noneIn {
0% { display: none; }
100% { display: block; }
}
@keyframes noneOutPopup {
0% { display: block; }
100% { display: none; }
}
@keyframes noneInPopup {
0% { display: none; }
100% { display: block; }
}
@keyframes exitToRightPopup {
0% { transform: translate(0,0); }
100% { transform: translateX(100vw); }
} @keyframes enterFromRightPopup {
0% { transform: translate(100vw,0); }
100% { transform: translateX(0); }
} @keyframes exitToLeftPopup {
0% { transform: translate(0,0); }
100% { transform: translateX(-100vw); }
} @keyframes enterFromLeftPopup {
0% { transform: translate(-100vw,0); }
100% { transform: translateX(0); }
}  @keyframes exitToTopPopup {
0% { transform: translate(0,0); }
100% { transform: translateY(-100vh); }
} @keyframes enterFromTopPopup {
0% { transform: translate(0,-100vh); }
100% { transform: translateY(0); }
} @keyframes exitToBottomPopup {
0% { transform: translate(0,0); }
100% { transform: translateY(100vh); }
} @keyframes enterFromBottomPopup {
0% { transform: translate(0,100vh); }
100% { transform: translateY(0); }
} @keyframes exitToScaleBackPopup {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes exitToScaleFrontPopup {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(1.3); opacity: 0; visibility: hidden;}
}
@keyframes enterFormScaleBackPopup {
0% { transform: translateZ(-500px); visibility: visible; opacity: 0;}
100% { transform: translateZ(0); opacity: 1;}
}
@keyframes enterFormScaleFrontPopup {
0% { transform: translateZ(500px); visibility: visible; opacity: 0;}
100% { transform: translateZ(0); opacity: 1;}
} @keyframes exitToFadePopup {
0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes enterFromFadePopup {
0% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes exitQuitPopup {
0% { transform: scale(1); opacity: 1; visibility: visible;}
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes enterQuitPopup {
0% { transform: scale(0.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes loadAnimPopup {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @-webkit-keyframes flipOutRightPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRightPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeftPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInLeftPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutLeftPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeftPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRightPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInRightPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutTopPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTopPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottomPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottomPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottomPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottomPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}.hashbar-announcement-bars-container {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
} .hashbar-announcement-bar-wrapper {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
} .hashbar-announcement-bar {
position: relative;
width: 100%;
box-sizing: border-box;
transition: all 0.3s ease;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
} .hashbar-announcement-content {
flex: 1;
min-width: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
display: flex;
align-items: center;
justify-content: inherit;
}
.hashbar-announcement-content p {
margin: 0;
word-break: break-word;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
} .hashbar-announcement-close,
.hashbar-announcement-cta,
.hashbar-reopen-btn {
cursor: pointer;
font-size: 14px;
font-weight: 500;
border: none;
border-radius: 4px;
padding: 8px 16px;
white-space: nowrap;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4px;
}
.hashbar-announcement-close:hover {
background-color: var(--close-hover-bg) !important;
color: var(--close-hover-color) !important;
opacity: 0.8;
transform: scale(1.02);
}
.hashbar-announcement-cta {
text-decoration: none !important;
}
.hashbar-announcement-cta:hover {
background-color: var(--cta-hover-bg) !important;
color: var(--cta-hover-color) !important;
opacity: 0.8;
transform: scale(1.02);
}
.hashbar-reopen-btn:hover {
background-color: var(--reopen-hover-bg) !important;
color: var(--reopen-hover-color) !important;
opacity: 0.8;
transform: scale(1.02);
}
.hashbar-announcement-close:active,
.hashbar-announcement-cta:active,
.hashbar-reopen-btn:active {
transform: scale(0.98);
}
.hashbar-announcement-close {
min-width: 40px;
padding: 8px 12px;
text-align: center;
} .hashbar-reopen-button {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99999;
animation: slideInUp 0.3s ease-out;
}
.hashbar-reopen-btn {
text-decoration: none !important;
}
.hashbar-reopen-btn:hover {
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
} .hashbar-countdown-timer-wrapper {
display: inline-flex;
flex-wrap: wrap;
font-weight: bold;
align-items: center;
gap: 8px;
} .hashbar-countdown-timer-text {
display: inline-block;
font-weight: bold;
margin-left: 8px;
white-space: nowrap;
} .hashbar-countdown-timer-text.countdown-simple {
font-family: 'Courier New', monospace;
letter-spacing: 0.5px;
font-size: inherit;
}
.hashbar-countdown-timer-text.countdown-digital {
font-family: 'Courier New', monospace;
letter-spacing: 1px;
font-size: 1.05em;
background-color: rgba(0, 0, 0, 0.1);
padding: 4px 8px;
border-radius: 4px;
display: inline-flex;
align-items: center;
} .hb-countdown-unit {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0;
width: 70px;
min-height: 70px;
padding: 4px 2px;
border: 2px solid currentColor;
border-radius: 8px;
box-sizing: border-box;
font-weight: 700;
text-align: center;
font-variant-numeric: tabular-nums;
font-family: 'Courier New', 'Courier', monospace;
}
.hb-countdown-unit .hb-countdown-box,
.hb-countdown-unit .hb-countdown-circle-box {
flex-shrink: 0;
border: none;
display: flex;
align-items: center;
justify-content: center;
}
.hb-countdown-unit .countdown-label {
margin-top: 4px;
text-align: center;
flex-shrink: 0;
} .hb-countdown-unit.hb-countdown-days { }
.hb-countdown-unit.hb-countdown-hours { }
.hb-countdown-unit.hb-countdown-minutes { }
.hb-countdown-unit.hb-countdown-seconds { }
.countdown-circular {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 60px;
height: 60px;
margin: 0 4px;
} .hb-countdown-unit.hb-countdown-circular {
width: 70px;
height: 70px;
border-radius: 100%;
padding: 0;
border: 2px solid currentColor;
border-width: 2px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hb-countdown-unit.hb-countdown-circular .countdown-number {
font-size: 20px;
line-height: 1;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
.hb-countdown-unit.hb-countdown-circular .countdown-label {
font-size: 10px;
font-weight: 500;
margin-top: 2px;
display: block;
} .countdown-number {
font-size: 20px;
font-weight: 700;
line-height: 1.2;
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
} .hashbar-coupon-display {
margin-top: 8px;
padding: 8px 12px;
background: rgba(0, 0, 0, 0.1);
border-radius: 4px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 8px;
}
.hashbar-coupon-display code {
font-weight: bold;
font-family: 'Courier New', monospace;
background: rgba(0, 0, 0, 0.05);
padding: 4px 8px;
border-radius: 3px;
}
.hashbar-coupon-copy {
cursor: pointer;
opacity: 0.7;
transition: opacity 0.2s ease;
}
.hashbar-coupon-copy:hover {
opacity: 1;
} @keyframes slideInDown {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes slideInUp {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes slideOutUp {
from {
transform: translateY(0);
opacity: 1;
}
to {
transform: translateY(-100%);
opacity: 0;
}
}
@keyframes slideOutDown {
from {
transform: translateY(0);
opacity: 1;
}
to {
transform: translateY(100%);
opacity: 0;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
@keyframes bounceOut {
0% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.05);
}
100% {
opacity: 0;
transform: scale(0.3);
}
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale(0.8);
}
to {
opacity: 1;
transform: scale(1);
}
}
@keyframes zoomOut {
from {
opacity: 1;
transform: scale(1);
}
to {
opacity: 0;
transform: scale(0.8);
}
} @media (max-width: 768px) {
.hashbar-announcement-bar {
flex-direction: column;
gap: 8px;
}
.hashbar-announcement-content {
text-align: center;
}
.hashbar-reopen-button {
bottom: 10px;
right: 10px;
}
.hashbar-reopen-btn {
padding: 10px 16px;
}
} .hashbar-announcement-bar:focus-within {
outline: 2px solid rgba(0, 0, 0, 0.1);
outline-offset: 2px;
}
.hashbar-announcement-close:focus,
.hashbar-announcement-cta:focus,
.hashbar-reopen-btn:focus {
outline: 2px solid rgba(0, 0, 0, 0.3);
outline-offset: 2px;
} @media print {
.hashbar-announcement-bar,
.hashbar-reopen-button {
display: none !important;
}
}