.aurore-btn {
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #029ee0;
border-radius: 8px;
height: 38px;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
}
.aurore-btn-container {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: inherit;
padding: 0 16px;
position: relative;
z-index: 1;
}
.aurore-btn-text {
color: var(--e-global-color-accent);
font-weight: 500;
position: relative;
z-index: 2;
}
.aurore-btn-size {
margin-left: 5px;
font-size: 0.85em;
opacity: 0.8;
position: relative;
z-index: 2;
}
.aurore-btn:hover {
background-color: var(--e-global-color-12823a0);
} .aurore-btn a,
.aurore-btn-container,
.aurore-btn-text,
.aurore-btn-size {
pointer-events: none;
}
.aurore-btn {
pointer-events: auto;
}