/* Placeholder logo for Pmax Dourados */
.pmax-placeholder {
    background-color: #0056b3;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    font-size: 1.5rem;
}
