@media (min-width: 1023px) {
.gridlove-logo{
padding:5px;
}
}
@media (max-width: 1023px) {
.gridlove-logo{
padding:2px;
}
}
.custom-fixed-footer {
z-index: 1000;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding-top:8px;
padding-bottom:8px;
background-color: #009544;
color: white;
display: flex;
gap: 10px;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: stretch;
}
.custom-fixed-footer p, .custom-fixed-footer div {
display: block;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: auto;
order: 0;
}
.custom-fixed-footer p{
margin: 0;
}
.custom-fixed-footer div select{
padding: 5px;
}
.adrotate-module div.gridlove-text-module-content{
padding: 0!important;
}