.emaus-legal-buttons-container {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
display: flex;
flex-direction: row;
align-items: center; gap: 12px;
border: 2px solid #00406e; border-radius: 18px;
padding: 6px 8px; background: transparent; }
.emaus-legal-button {
display: flex;
align-items: center;
justify-content: center;
min-width: 120px;
height: 30px; padding: 0 14px;
background-color: #fe5000;
color: #fff;
border-radius: 15px; text-decoration: none;
box-shadow: 0 2px 8px rgba(254,80,0,.4);
transition: all 0.3s ease;
font-weight: 600;
font-size: 14px;
line-height: 1;
white-space: nowrap; }
.emaus-legal-button:hover {
background-color: #e04600;
transform: scale(1.05);
box-shadow: 0 4px 12px rgba(254,80,0,.6);
} .emaus-close-buttons {
display: flex;
align-items: center;
justify-content: center;
width: 30px; height: 30px;
flex: 0 0 30px; border-radius: 50%;
background: #ccc;
color: #333;
border: none;
padding: 0;
cursor: pointer;
transition: background 0.2s, color 0.2s, transform 0.2s;
}
.emaus-close-buttons:hover {
background: #999;
color: #fff;
transform: scale(1.05);
} @media (max-width: 768px) {
.emaus-legal-buttons-container {
bottom: 10px;
right: 10px;
flex-direction: column; align-items: stretch;
gap: 8px;
padding: 10px;
border: none; }
.emaus-legal-button {
min-width: 110px;
height: 28px;
font-size: 13px;
border-radius: 14px;
padding: 0 12px;
align-self: flex-end;
}
.emaus-close-buttons {
align-self: flex-end;
width: 28px;
height: 28px;
flex-basis: 28px;
}
} @media (max-width: 480px) {
.emaus-legal-button {
min-width: 100px;
height: 26px;
font-size: 12px;
border-radius: 13px;
padding: 0 10px;
}
.emaus-close-buttons {
width: 26px;
height: 26px;
flex-basis: 26px;
}
} #toplevel_page_emaus-theme-settings .wp-menu-image {
background: url(//www.escolapiosemaus.org/wp-content/themes/logo.svg) no-repeat center center !important;
background-size: 20px 20px !important;
}
#toplevel_page_emaus-theme-settings .wp-menu-image:before {
content: "" !important;
}