#cf7-rb-mensaje-general,
.cf7-rb-mensaje-plugin {
display: none !important; margin-top: 10px;
font-weight: 700;
padding: 8px 12px;
border-radius: 6px;
border: 1px solid rgba(0,0,0,0.06); width: 100%;
flex: 0 0 100%;
box-sizing: border-box;
} #cf7-rb-mensaje-general[style*="display: none"],
.cf7-rb-mensaje-plugin[style*="display: none"] {
display: none !important;
} button.cf7-btn {
font-size: 13px;
font-weight: 700;
color: #0077b6;
background: #ffffff;
padding: 10px 12px;
cursor: pointer;
border: 2px solid #0077b6;
border-radius: 6px;
text-decoration: none; display: inline-flex;
justify-content: center;
align-items: center;
width: 100%;
box-sizing: border-box;
line-height: 1;
transition: background .15s ease, border-color .15s ease, transform .06s ease; margin: 0 0 10px 0;
}
button.cf7-btn:hover {
background: #0077b6;
color: #ffffff;
border-color: #0077b6;
}
button.cf7-btn:active {
background: #8ebce7;
border-color: #8ebce7;
}
button.cf7-btn:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.20);
} @media (max-width: 480px) {
button.cf7-btn {
font-size: 14px;
padding: 8px 12px;
}
#cf7-rb-mensaje-general,
.cf7-rb-mensaje-plugin {
width: 100%;
padding: 8px 12px;
margin: 0 0 8px 0;
}
} .cf7-rb-activation-row { 
display:flex; 
align-items:center; 
gap:8px; 
}
.cf7-rb-activation-code { 
width:240px; 
}