.pubconsent-iframe-placeholder {
    padding: 20px;
    background-color: #f8f9fa;
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%; 
    height: 100%;
    position: absolute; 
    left: 0; 
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 

.pubconsent-iframe-placeholder .placeholder-settings {
    color: #ffffff;
}

.pubconsent-iframe-placeholder .placeholder-settings:hover {
    background-color: #3aabe3;
    color: white;
}