.ayudawp-euw-wrapper {
max-width: 640px;
margin: 2rem 0;
box-sizing: border-box;
}
.ayudawp-euw-wrapper *,
.ayudawp-euw-wrapper *::before,
.ayudawp-euw-wrapper *::after {
box-sizing: border-box;
}
.ayudawp-euw-wrapper .ayudawp-euw-intro,
.ayudawp-euw-wrapper .ayudawp-euw-legal-note {
margin: 0 0 1.5rem;
color: #4a4a4a;
font-size: 0.95rem;
line-height: 1.5;
}
.ayudawp-euw-wrapper .ayudawp-euw-form {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 6px;
padding: 1.5rem;
margin: 0;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field {
display: block;
margin: 0 0 1.25rem;
padding: 0;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field > label {
display: block;
margin: 0 0 0.4rem;
padding: 0;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.3;
color: #1a1a1a;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="text"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="email"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="date"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
display: block;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0.6rem 0.75rem;
border: 1px solid #c8c8c8;
border-radius: 4px;
background: #fff;
color: #1a1a1a;
font-family: inherit;
font-size: 1rem;
line-height: 1.4;
box-shadow: none;
min-height: 0;
height: auto;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
min-height: 110px;
resize: vertical;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea:focus {
outline: 2px solid #2271b1;
outline-offset: 1px;
border-color: #2271b1;
box-shadow: none;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[readonly] {
background: #f1f1f1;
color: #50575e;
cursor: not-allowed;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-help {
display: block;
margin: 0.35rem 0 0;
color: #6b6b6b;
font-size: 0.85rem;
line-height: 1.4;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-required {
color: #d63638;
font-weight: 700;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label {
display: flex;
align-items: flex-start;
gap: 0.5rem;
margin: 0;
font-weight: 400;
font-size: 0.95rem;
cursor: pointer;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox input[type="checkbox"] {
flex: 0 0 auto;
width: 1rem;
height: 1rem;
margin: 0.25rem 0 0;
accent-color: #2271b1;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label > span {
flex: 1 1 auto;
line-height: 1.4;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-submit {
margin: 1.5rem 0 0;
padding: 0;
text-align: right;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button {
display: inline-block;
margin: 0;
padding: 0.75rem 1.75rem;
background: #2271b1;
color: #fff;
border: 1px solid transparent;
border-radius: 4px;
font-family: inherit;
font-size: 1rem;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
text-decoration: none;
transition: background 0.15s ease-in-out;
min-height: 0;
height: auto;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:focus {
background: #135e96;
color: #fff;
border-color: #135e96;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:visited {
background: #fff;
color: #2271b1;
border-color: #2271b1;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:focus {
background: #f0f6fb;
color: #135e96;
border-color: #135e96;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-confirm-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 0.75rem;
} .ayudawp-euw-wrapper .ayudawp-euw-notice {
margin: 0 0 1.5rem;
padding: 1rem 1.25rem;
border-left: 4px solid;
border-radius: 4px;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice p {
margin: 0;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice--success {
background: #edfaef;
border-color: #00a32a;
color: #14532d;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice--error {
background: #fcf0f1;
border-color: #d63638;
color: #7a1d1f;
} .ayudawp-euw-wrapper .ayudawp-euw-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
} .ayudawp-euw-wrapper .ayudawp-euw-annex-b {
margin: 1.5rem 0 0;
border: 1px solid #e1e1e1;
border-radius: 6px;
background: #fafafa;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b > summary {
cursor: pointer;
padding: 0.9rem 1.25rem;
font-weight: 600;
color: #1a1a1a;
font-size: 0.95rem;
list-style: revert;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b[open] > summary {
border-bottom: 1px solid #e1e1e1;
background: #f0f0f1;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__article {
padding: 1.25rem 1.5rem;
color: #1a1a1a;
line-height: 1.55;
font-size: 0.95rem;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__article p {
margin: 0 0 0.85rem;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__intro em {
color: #4a4a4a;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__trader {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 0.75rem 1rem;
margin: 0 0 1rem;
font-style: normal;
line-height: 1.5;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__field {
font-family: monospace;
color: #4a4a4a;
letter-spacing: 0.05em;
word-break: break-all;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__source {
margin-top: 1rem;
color: #6b6b6b;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__print a {
display: inline-block;
margin-top: 0.25rem;
font-weight: 600;
} .ayudawp-euw-annex-b--print {
max-width: 720px;
margin: 1.5rem auto;
padding: 1.25rem 1.5rem;
color: #1a1a1a;
line-height: 1.55;
font-size: 1rem;
}
@media print {
.ayudawp-euw-annex-b--print {
max-width: none;
margin: 0;
padding: 0;
font-size: 12pt;
}
}