/*
Theme Name: Creative Power Tema Base
Theme URI: https://creativepower.com.br/
Author: Creative Power Seguros
Description: Tema base leve para exibir as paginas da Creative Power com shortcodes.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: creative-power-tema-base
*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: #0e1733;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.cp-theme-main {
    min-height: 100vh;
}

.cp-theme-content {
    width: 100%;
}

.cp-theme-content > *:first-child {
    margin-top: 0;
}

.cp-theme-content > *:last-child {
    margin-bottom: 0;
}
