#elementor-switch-mode-button {
padding: 0;
background: none !important;
color: #f0f0f1 !important;
border: none;
font-size: 14px;
margin: 0;
min-height: unset;
line-height: 20px;
cursor: default !important;
transition: color 5s ease-in;
}
#elementor-switch-mode-button:hover {
color: #6b6b6b  !important;
}
.acf-fields > .acf-tab-wrap {
display: grid;
}
tr.status-private a.row-title {
color: #af8003;
}
tr.iedit.status-draft a.row-title {
color: #ff5757;
}
.l2-just-dont-do-it {
font-size: 32px;
font-weight: bold;
color: #f00;
animation: pop-fade-color-animation 1.5s infinite;
}
@keyframes pop-fade-color-animation {
30% {
color: #ff6347; opacity: 1;
}
98% {
color: #333; opacity: 0.1;
}
100% {
color: #ff6347; opacity: 1;
}
}
a.acf-flm-btn-copy-all-layouts.button,
a.acf-flm-btn-past-layout.button {
display: none !important;
pointer-events: none !important;
}
.wp-core-ui select[multiple] {
height: 350px;
}