/*
    Theme Name: GoPlus
    Theme URI: https://goplus.vip
    Author: GoPlus Team
    Author URI: https://goplus.vip/contato
    Description: Tema exclusivo do GoPlus
    Requires at least: 5.9
    Tested up to: 6.3
    Requires PHP: 5.6
    Version: 4.0.1
    Text Domain: goplus
*/

:root { --main-font: 'Google Sans'; --main-color: #6633ff; --main-color-2: #254EDB; --main-bg: #fff; --main-bg-2: #f1f1fb; --main-bg-3: #ececff; --main-bg-4: #fafaffd5; --bg-feedbacks: #ffffff94; --bg-box-steps: #fafafa; --border-box-steps: #254fdb4d; --bg-header: #ffffffd2; --main-bg-gradient: #ffffff, #f1f1f1; --bg-in-blue: #fff; --bg-in-blue-2: #fafafa; --main-text: #222; --main-text-2: #555; --main-text-3: #777; --main-text-btn: #fff; --border: #eee; --border-2: #ddd; --border-3: #a1a3aa; --border-4: #ddd; --border-5: #f0f0f0; --main-header-bg: #ffffffdd; --bg-discount: #ffdada; --color-discount: #bd5555; --price-icon-check: #6cb84b; --pupular-bg: rgb(180, 255, 143); --pupular-color: rgb(68, 131, 36); --pupular-border: rgb(165, 223, 134); --border-price: #c8b6fc; --border-price-hover: #a182ff; --bg-white-blur: rgba(255, 255, 255, 0.674); --bg-white-blur-95: rgba(255, 255, 255, 0.98); --text-btn-blue-color: #fff; --red: #d61414; --main-header-height: #60px; }
*,
*::after,
*::before { margin: 0; padding: 0; font-size: 100%; box-sizing: border-box; outline: none; }
body { font-family: "Google Sans Flex", sans-serif; background: var(--main-bg); font-size: 1em; }
html { scroll-behavior: smooth; }
a { color: var(--main-color); text-decoration: none; }
a:hover { color: var(--main-color-2); text-decoration: underline; }
img { max-width: 100%; }
button { cursor: pointer; }
svg { width: 20px; height: 20px; }
li { list-style: none; }
/* boot */
.gp-flex { display: flex; flex-wrap: wrap; }
.gp-container { width: 100%; justify-content: center; padding: 0 20px; }
.gp-content { flex-basis: 1080px; }
.gp-btn-blue { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; background: #6633FF; background: linear-gradient(90deg, rgba(102, 51, 255, 1) 0%, rgba(37, 78, 219, 1) 100%); color: var(--text-btn-blue-color); padding: 8px 14px; border: 0; border-radius: 25px; font-weight: 600; }
.gp-btn-blue:hover { background: #6633FF; background: linear-gradient(270deg, rgba(102, 51, 255, 1) 0%, rgba(37, 78, 219, 1) 100%); box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.2); }
.gp-btn-blue svg { width: 22px; height: 22px; }
.gp-border-radius { border-radius: 10px; }
/* main-title */
.gp-main-title { margin-bottom: 25px; text-align: center; flex-basis: 100%; }
.gp-main-title h2 { font-size: 2.2em; display: block; margin-bottom: 10px; font-weight: 600; }
.gp-main-title p { color: var(--main-text-2); }
/* main-header */
.gp-main-header { background: var(--main-header-bg); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); position: sticky; position: -webkit-sticky; top: 0; z-index: 99; padding: 0 20px; justify-content: center; height: var(--main-header-height); }
.gp-main-header-cont { flex-basis: 1280px; gap: 20px; justify-content: space-between; align-items: center; padding: 8px 0; }
.gp-top-menu { gap: 20px; flex-basis: calc(50% - 80px); }
.gp-top-menu li { display: inline-flex; }
.gp-top-menu a { display: flex; text-decoration: none; font-weight: 500; color: var(--main-text); flex-wrap: wrap; align-items: center; gap: 8px; }
.gp-top-logo { flex-basis: 120px; }
.gp-top-logo figure { width: 100%; background: url(assets/svg/logo.svg) no-repeat center; height: 28px; margin: 0 !important; }
.gp-top-user-menu { flex-basis: calc(50% - 80px); display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 20px; }
.gp-top-user-menu .logout-btn { background: none; border: none; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.gp-top-user-menu a { text-decoration: none; }
.gp-top-user-menu a:hover { text-decoration: none; }
/* gp-welcome-home */
.gp-welcome-home { padding: 60px 0; justify-content: space-between; align-items: center; }
.gp-welcome-text { flex-basis: calc(60% - 20px); align-items: center; }
.gp-welcome-home h1 { font-size: 3em; margin-bottom: 10px; font-weight: 700; }
.gp-welcome-text h2 { font-size: 1.2em; margin-bottom: 10px; font-weight: 400; }
.gp-welcome-text h2 strong { font-weight: 600; }
.gp-welcome-home p,
.gp-welcome-home em { color: var(--main-text-2); }
.gp-welcome-home p,
.gp-welcome-home em,
.gp-welcome-home h1 { flex-basis: 100%; margin-bottom: 10px; ; }
.gp-welcome-home a { margin-top: 15px; display: flex; text-decoration: none; }
.gp-welcome-figure { background: #ffffff; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 241, 209, 0.761) 100%); padding: 30px; flex-basis: 40%; }
/* 404 */
.gp-page-404 { min-height: calc(60vh - 61px); align-items: center; width: 100%; justify-content: center; gap: 20px; padding: 40px 0; max-width: 420px; margin: 0 auto; }
.gp-page-404 .figure { flex-basis: 100%; display: flex; justify-content: center; flex-wrap: wrap; padding: 0 50px; }
.gp-page-404 .figure img { flex-basis: 100%; }
.gp-page-404 h1 { font-size: 1.4em; font-weight: 500; text-align: center; }
.gp-page-404 p { text-align: center; color: var(--main-text-2); }
.gp-page-404 a { display: flex; padding: 10px 16px; background: var(--main-bg-2); color: var(--main-color); font-weight: 600; border-radius: 25px; }
.gp-page-404 a:hover { background: var(--main-bg-3); color: var(--main-color-2); text-decoration: none; }
/* gp-home-steps */
.gp-home-steps { padding: 60px 0; }
.gp-home-steps-boxs { justify-content: space-between; gap: 15px; }
.gp-home-steps-boxs div { flex-basis: calc(33.333% - 12px); background: var(--bg-box-steps); border: 1px solid var(--border); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); border-radius: 20px; padding: 20px; }
.gp-home-steps-boxs div header { margin-bottom: 10px; justify-content: flex-start; gap: 10px; align-items: center; }
.gp-home-steps-boxs div header span { color: var(--main-color); font-weight: 700; font-size: 2.8em; }
.gp-home-steps-boxs div h3 { font-size: 1.4em; font-weight: 600; }
.gp-home-steps-boxs div p { margin-top: 5px; color: var(--main-text-2); }
/* gp-home-prices */
.gp-home-prices { padding: 30px 0; }
.gp-home-prices>header { margin-bottom: 30px; flex-basis: 100%; text-align: center; }
.gp-home-prices-boxs { justify-content: space-between; flex-basis: 100%; }
.gp-box-price-destaque { border: 4px solid var(--border-price) !important; }
.gp-popular-aviso { background: var(--pupular-bg); color: var(--pupular-color); border: 1px solid var(--pupular-border); border-radius: 4px; padding: 4px 6px; font-size: 0.8em; font-weight: 500; position: absolute; top: 20px; right: 20px; }
.gp-box-price { position: relative; background: var(--main-bg); flex-basis: calc(33.333% - 12px); border: 4px solid rgba(0, 0, 0, 0.05); padding: 20px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }
.gp-box-price:hover { border: 4px solid var(--border-price-hover) !important; }
.gp-box-price header { margin-bottom: 20px; }
.gp-box-price header svg { width: 32px; height: 32px; color: var(--main-color); }
.gp-box-price header h3 { font-weight: 700; font-size: 1.4em; }
.gp-box-price>span { font-size: 1em; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px; font-weight: 500; }
.gp-box-price>span s { color: var(--main-text-3); margin-right: 8px; }
.gp-box-price>span span { font-size: 0.8em; text-transform: uppercase; color: var(--color-discount); background: var(--bg-discount); padding: 3px 6px; border-radius: 4px; }
.gp-box-price .gp-price { margin: 20px 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-end; }
.gp-box-price .gp-price b { font-weight: 400; font-size: 1em; color: var(--main-text); margin-bottom: 10px; }
.gp-box-price .gp-price strong { font-size: 2.6em; font-weight: 800; color: var(--main-color); }
.gp-box-price .gp-price p { color: var(--main-text-2); font-size: 0.9em; }
.gp-price-cta { margin: 25px 0; }
.gp-price-desc b { margin-bottom: 8px; display: flex; font-size: 1.2em; font-weight: 600; }
.gp-price-desc li { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 8px; font-size: 0.9em; color: var(--main-text-2); }
.gp-price-desc li svg { width: 16px; margin-bottom: -4px; height: 16px; color: var(--pupular-color); }
.gp-price-faq { border-top: 1px solid var(--border-2); margin-top: 20px; padding-top: 20px; justify-content: center; font-size: 0.9em; }
.gp-price-faq a { color: var(--main-text-2); gap: 8px; }
.gp-price-faq a svg { width: 18px; height: 18px; }
.gp-price-faq a:hover { color: var(--main-color); text-decoration: none; }
/* gp-feedbacks */
.gp-feedbacks-bg { margin: 60px 0; background: #a4effe url(assets/imgs/bg-chat.webp) no-repeat center; background-size: cover; }
.gp-feedbacks { padding: 60px 0; }
.gp-feedbacks>header { text-align: center; margin-bottom: 60px; text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); flex-basis: 100%; }
.gp-feedbacks header h2 { font-size: 2.2em; display: block; margin-bottom: 10px; font-weight: 600; }
.gp-feedbacks>div { justify-content: flex-start; gap: 15px; }
.gp-feedbacks>div article { background: var(--bg-feedbacks); padding: 16px; border-radius: 20px 20px 20px 6px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); backdrop-filter: blur(2px); }
.gp-feedbacks>div header { margin-bottom: 10px; }
.gp-feedbacks>div header b { font-weight: 600; }
.gp-feedbacks>div header p { font-weight: 400; color: var(--main-text-2); }
/* gp-faq */
.gp-faq-cont { flex-basis: 100%; }
.gp-faq-cont details { background: var(--main-bg); border: 1px solid var(--border); position: relative; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05); margin: 0 0 20px 0; padding: 15px 35px 15px 15px; border-radius: 10px; }
.gp-faq-cont summary { font-size: 1em; cursor: pointer; list-style: none; font-weight: 600; }
.gp-faq-cont summary::marker { color: var(--main-text-2); }
/* .main-plus-faq-cont details[open] { }
*/
.gp-faq-cont details[open] summary { margin-bottom: 10px; }
.gp-faq-cont p { color: var(--main-text-2); font-size: 1em; font-weight: 400; margin-top: 3px; }
.gp-faq-cont b { font-weight: 500; }
.gp-faq-cont details>summary::-webkit-details-marker { display: none; }
.gp-faq-cont details::before { content: "+"; transition: 0.1s ease; position: absolute; right: 15px; top: 10px; font-size: 1.4em; color: var(--main-text-2); }
.gp-faq-cont details[open]::before { content: "_"; transition: 0.1s ease; position: absolute; right: 15px; top: 4px; font-size: 1.4em; color: var(--main-text-2); }
/* gp-footer */
.gp-footer { margin: 30px 0; }
.gp-footer-cont { flex-basis: 100%; justify-content: center; }
.gp-footer-cont p { flex-basis: 100%; text-align: center; color: var(--main-text-2); font-size: 0.9em; margin-bottom: 15px; }
.gp-footer-cont>div { flex-basis: 100%; font-size: 0.9em; justify-content: center; gap: 8px; }
.gp-mobile-menu-btn,
.gp-mobile-user-menu { display: none; align-items: center; gap: 20px; }
@media screen and (max-width:920px) {
 .gp-container { padding: 0 15%; }
.gp-welcome-text { flex-basis: 100%; text-align: center; order: 1; }
.gp-welcome-text h2 { text-align: center; flex-basis: 100%; }
.gp-welcome-text h1 { font-size: 2.8em; }
.gp-welcome-home a { margin-top: 30px !important; margin: 0 auto; }
.gp-welcome-figure { flex-basis: 50%; order: 0; background: none; }
.gp-welcome-home { padding: 0 50px; justify-content: center; }
.gp-home-steps-boxs div { flex-basis: 100%; }
.gp-box-price { flex-basis: 100%; }
.gp-home-prices-boxs { gap: 20px; }
.gp-price p { flex-basis: 100%; }
 }
@media screen and (max-width:760px) {
 .gp-mobile-menu-btn,
    .gp-mobile-user-menu { display: flex; flex-basis: calc(50% - 80px); }
.gp-top-menu,
    .gp-top-user-menu { display: none; }
.gp-mobile-user-menu { justify-content: flex-end; align-items: center; }
.gp-mobile-user-menu button,
    .gp-mobile-menu-btn button { background: none; border: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.gp-mobile-user-menu button svg,
    .gp-mobile-menu-btn button svg { width: 24px; height: 24px; }
.gp-welcome-home { padding: 0; }
 }
@media screen and (max-width:640px) {
 .gp-container { padding: 0 10%; }
 }
@media screen and (max-width:460px) {
 .gp-container { padding: 0 20px; }
.gp-welcome-text h1 { font-size: 2.2em; }
.gp-welcome-figure { flex-basis: 80%; }
.gp-main-title h2 { font-size: 1.8em; font-weight: 700; }
.gp-top-logo { flex-basis: 34px; }
.gp-top-logo figure { width: 100%; background: url(assets/svg/logotipo.svg) no-repeat center; height: 28px; background-size: 100%; }
 }
/* Menu Desktop */
.gp-menu { display: flex; list-style: none; gap: 2rem; }
.gp-menu a { color: var(--main-text); text-decoration: none; font-weight: 500; transition: color 0.2s; background: var(--main-bg-2); padding: 8px 12px; border-radius: 25px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.gp-menu a:hover { color: var(--main-color); }
#gp-btn-mobile { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; z-index: 102; }
#gp-overlay { position: fixed; inset: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 100; opacity: 0; visibility: hidden; transition: all 0.3s ease; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
#gp-btn-mobile { display: block; }
#gp-nav { position: fixed; top: 0; left: -100%; width: 75%; max-width: 240px; height: 100vh; background: #fff; z-index: 110; transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1); display: flex; align-items: center; padding-left: 20px; justify-content: flex-start; }
.gp-menu { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
.gp-menu a { font-size: 1rem; }
#gp-close-mobile-menu { position: absolute; top: 15px; left: 15px; border: none; border-radius: 20px; padding: 5px 8px; background: #ff8e8e2e; display: flex; justify-content: center; align-items: center; font-size: 0.9em; gap: 6px; font-weight: 500; color: #692020; }
#gp-close-mobile-menu svg { width: 22px; height: 22px; }
/* ESTADO ATIVO (Menu Aberto) */
#gp-nav.gp-active { left: 0; }
#gp-nav.gp-active~#gp-overlay { opacity: 1; visibility: visible; }
/* Container de cada método de pagamento */
.woocommerce-checkout ul.payment_methods li.wc_payment_method { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; padding: 16px 18px; margin-bottom: 10px; border-radius: 16px; background: #f7f7f8; border: 1.5px solid transparent; cursor: pointer; transition: background-color .15s ease, border-color .15s ease; list-style: none; }
.woocommerce-checkout ul.payment_methods li.wc_payment_method:hover { background: #efeff1; }
/* Radio nativo — invisível mas clicável, cobre o item inteiro */
.woocommerce-checkout ul.payment_methods li.wc_payment_method input.input-radio { position: absolute; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; margin: 0; cursor: pointer; z-index: 2; }
.woocommerce-checkout ul.payment_methods li.wc_payment_method label { display: flex; align-items: center; flex: 1; font-size: 15px; font-weight: 500; color: #1a1a1a; margin: 0; cursor: pointer; }
/* Ícone que o próprio gateway manda (Pix, Mercado Pago, Stripe etc já geram <img>) */
.woocommerce-checkout ul.payment_methods li.wc_payment_method label img { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; background: #fff; padding: 4px; margin-right: 14px; order: -1; flex-shrink: 0; }
/* Fallback: chip cinza genérico só aparece se NÃO houver <img> dentro do label */
.woocommerce-checkout ul.payment_methods li.wc_payment_method label:not(:has(img))::before { content: ""; width: 40px; height: 40px; border-radius: 10px; background-color: #ececee; background-repeat: no-repeat; background-position: center; background-size: 20px; flex-shrink: 0; display: inline-block; margin-right: 14px; order: -1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cline x1='2' y1='10' x2='22' y2='10'/%3E%3C/svg%3E"); }
/* Ícones customizados por gateway — ajuste os slugs e caminhos das suas imagens */
li.payment_method_pix label:not(:has(img))::before { background-image: url("/wp-content/themes/goplus/assets/img/icon-pix.svg"); background-color: #d9f7e8; }
li.payment_method_bacs label:not(:has(img))::before { background-image: url("/wp-content/themes/goplus/assets/img/icon-boleto.svg"); background-color: #fdf1d9; }
li.payment_method_stripe_cc label:not(:has(img))::before,
li.payment_method_cod label:not(:has(img))::before { background-image: url("/wp-content/themes/goplus/assets/img/icon-card.svg"); background-color: #e3e8fd; }
/* Check circular à direita */
.woocommerce-checkout ul.payment_methods li.wc_payment_method label::after { content: ""; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid #c9c9cd; margin-left: auto; flex-shrink: 0; background-position: center; background-repeat: no-repeat; background-size: 12px; transition: border-color .15s ease, background-color .15s ease; }
/* Estado selecionado — controlado via classe JS, mais confiável que :has() em radios */
.woocommerce-checkout ul.payment_methods li.wc_payment_method.pm-selected { background: #ecebfb; border-color: #7f54b3; }
.woocommerce-checkout ul.payment_methods li.wc_payment_method.pm-selected label::after { background-color: #7f54b3; border-color: #7f54b3; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
/* Foco via teclado — acessibilidade */
.woocommerce-checkout ul.payment_methods li.wc_payment_method input.input-radio:focus-visible~label::after { box-shadow: 0 0 0 3px rgba(127, 84, 179, 0.25); }
/* Área de descrição de cada gateway (dados do Pix, instruções do boleto etc) */
.woocommerce-checkout ul.payment_methods li.wc_payment_method .payment_box { flex-basis: 100%; margin-top: 4px; padding: 12px 14px; border-radius: 10px; background: #fff; border: 1px solid #eee; font-size: 13px; color: #555; }
.gp-main-page { justify-content: center; min-height: 60vh; align-items: center; width: 100%; margin: 0 auto; padding: 20px 0; }
.gp-main-page-cont { flex-basis: 100%; background: var(--main-bg); border: 1px solid var(--border-2); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); padding: 20px; border-radius: 10px; max-width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 15px; }
.gp-main-page-cont h2 { font-size: 1.4em; font-weight: 600; flex-basis: 100%; }
.gp-main-page-cont ul li { margin-left: 25px; list-style: circle; flex-basis: 100%; }
.gp-main-page-cont ol,
.gp-main-page-cont ul { display: flex; flex-wrap: wrap; justify-content: flex-start; flex-basis: 100%; gap: 8px; }
.gp-main-page-cont ol li,
.gp-main-page-cont ul li { flex-basis: 100%; }
.gp-main-page-cont ol li { margin-left: 25px; list-style: decimal; flex-basis: 100%; }
.gp-main-page-cont p,
.gp-main-page-cont ul,
.gp-main-page-cont li { flex-basis: 100%; }
.gp-contact-page { justify-content: center; min-height: 60vh; align-items: center; max-width: 420px; margin: 0 auto; padding: 20px 0; }
.gp-contact-page-cont { flex-basis: 100%; background: var(--main-bg); border: 1px solid var(--border-2); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); padding: 20px; border-radius: 10px; max-width: 100%; }
.wpcf7 { max-width: 100%; }
.wpcf7 p { margin-top: 12px; }
.wpcf7 form p:last-of-type { padding: 6px 0 0 0 !important; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin: 0 !important; }
.wpcf7 form .wpcf7-submit[type="submit"] { background: var(--main-color); cursor: pointer; color: #fff; cursor: pointer; padding: 10px 14px; border: none; border-radius: 25px; }
.wpcf7 form .wpcf7-submit[type="submit"]:hover { background: var(--main-color); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10); }
.wpcf7 form .wpcf7-spinner { margin: 0 !important; background-color: var(--main-text); }
.wpcf7 span { font-size: 0.9em; font-weight: 500; margin-bottom: 12px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea { max-width: 460px; width: 100%; border: 1px solid var(--border-4); font-weight: 400; padding: 8px 10px; border-radius: 6px; color: var(--main-text); width: 100% !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); margin: 4px 0 6px 0; resize: none; }
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus { border-color: var(--border-price); }
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="url"]:hover,
.wpcf7 textarea:hover { border-color: var(--border-price); }
.wpcf7 form .wpcf7-response-output { border: 0 !important; border-radius: 8px; margin: 15px 0 0 0 !important; font-size: 0.9em; padding: 10px 14px !important; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10); }
.wpcf7 form.init .wpcf7-response-output { display: none; }
.wpcf7 form.sent .wpcf7-response-output { background: #46b450; /* Green */
    color: #fff !important; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { background: #dc3232; /* Red */
    color: #fff !important; }
.wpcf7 form.spam .wpcf7-response-output { background: #f56e28; /* Orange */
    color: #fff !important; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background: #f9e3a7; /* Yellow */ }