/*
Theme Name: Melhores Bolsas Clean
Theme URI: https://melhoresbolsas.com.br
Author: Melhores Bolsas
Author URI: https://melhoresbolsas.com.br
Description: Tema minimo para paginas Melhores Bolsas coladas manualmente no WordPress. Nao adiciona header, titulo, footer visual, margem ou container.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: melhores-bolsas-clean
*/

html {
    -webkit-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #061449;
    margin: 0;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: Arial, sans-serif;
}

.mb-clean-main {
    min-height: 100vh;
    width: 100%;
}

.mb-clean-content {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.mb-clean-content > * {
    max-width: none;
}

.mb-clean-content img {
    height: auto;
    max-width: 100%;
}

.mb-clean-empty {
    align-items: center;
    color: #061449;
    display: flex;
    font-family: Arial, sans-serif;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    text-align: center;
}
