.eb-btn-full { 
width: 100%; }
.eb-btn-full .et_pb_button,
.eb-btn-full a,
.eb-btn-full button {
display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 0.9em 1.2em; } @media (max-width: 980px) {
.eb-btn-full-md .et_pb_button,
.eb-btn-full-md a,
.eb-btn-full-md button {
display: block;
width: 100%;
}
} .eb-btn-full .et_pb_button {
align-self: stretch;
} .et_pb_section:has(.omd-form-shadow),
.et_pb_row:has(.omd-form-shadow),
.et_pb_column:has(.omd-form-shadow){
overflow: visible;
} .omd-form-shadow{
position: relative;
z-index: 1;
border: 1px solid rgba(0,0,0,0.12); box-shadow:
0 10px 22px rgba(0,0,0,0.12), 0 4px 10px rgba(0,0,0,0.08); border-radius: inherit; isolation: isolate; } @media (max-width: 980px){
.omd-form-shadow{
box-shadow:
0 8px 16px rgba(0,0,0,0.10),
0 3px 8px rgba(0,0,0,0.06);
}
}