.wp-block-mrb-redirect-buttons .mrb-wrapper {
display: flex;
flex-direction: column;
gap: 1rem; margin: 1.5em 0;
} .wp-block-mrb-redirect-buttons .mrb-button {
display: block !important;
width: 100% !important;
padding: 1rem !important;
text-align: left;
text-decoration: none !important;
border: none !important;
border-radius: 0.25em !important;
font-family: Arial, sans-serif !important;
font-weight: 600 !important;
position: relative !important;
transition: background-color 0.2s ease, color 0.2s ease !important;
overflow: hidden;
} .wp-block-mrb-redirect-buttons .mrb-button::after {
content: '›' !important;
position: absolute !important;
right: 1rem !important;
top: 50% !important;
transform: translateY(-50%) !important;
display: inline-block !important;
width: 1.5em !important;
height: 1.5em !important;
line-height: 1.5em !important;
text-align: center !important;
background: rgba(255,255,255,0.2) !important;
border-radius: 50% !important;
color: inherit !important;
transition: transform 0.2s ease !important;
} .wp-block-mrb-redirect-buttons .mrb-button:hover,
.wp-block-mrb-redirect-buttons .mrb-button:focus {
filter: brightness(0.9) !important;
}
.wp-block-mrb-redirect-buttons .mrb-button:hover::after,
.wp-block-mrb-redirect-buttons .mrb-button:focus::after {
transform: translate(5px, -50%) !important;
} @media screen and (max-width: 600px) {
.wp-block-mrb-redirect-buttons .mrb-button {
padding: 0.75rem !important;
font-size: 0.9rem !important;
}
.wp-block-mrb-redirect-buttons .mrb-button::after {
right: 0.75rem !important;
width: 1.3em !important;
height: 1.3em !important;
line-height: 1.3em !important;
}
} .wp-block-mrb-redirect-buttons .mrb-note {
font-size: 0.5rem !important;
margin-top: 0.25em !important;
font-style: italic !important;
color: var(--wp--preset--color-muted, #666) !important;
text-align: center !important;
}  .wp-block-mrb-redirect-buttons.mrb-variant-primary .mrb-button {
background-color: var(--wp--preset--color-primary,#0073e6) !important;
color: var(--wp--preset--color-background,#fff) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-secondary .mrb-button {
background-color: var(--wp--preset--color-secondary,#28a745) !important;
color: var(--wp--preset--color-background,#fff) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-outline .mrb-button {
background: transparent !important;
border: 2px solid var(--wp--preset--color-primary,#0073e6) !important;
color: var(--wp--preset--color-primary,#0073e6) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-inverse .mrb-button {
background-color: var(--wp--preset--color-background,#fff) !important;
color: var(--wp--preset--color-primary,#0073e6) !important;
border: 1px solid var(--wp--preset--color-primary,#0073e6) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-cta .mrb-button {
padding: 1.5rem !important;
font-size: 1.1rem !important;
background-color: var(--wp--preset--color-secondary,#28a745) !important;
color: #fff !important;
text-align: center !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-rounded .mrb-button {
border-radius: 2rem !important;
background-color: var(--wp--preset--color-primary,#0073e6) !important;
color: #fff !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-large .mrb-button {
padding: 2rem !important;
font-size: 1.25rem !important;
background-color: var(--wp--preset--color-secondary,#28a745) !important;
color: #fff !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-soft .mrb-button {
background-color: #f0f0f0 !important;
color: #333 !important;
border-radius: 0.5em !important;
}
.wp-block-mrb-redirect-buttons.mrb-variant-soft .mrb-button::after {
display: none !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-flat .mrb-button {
background: var(--wp--preset--color-primary,#0073e6) !important;
color: #fff !important;
box-shadow: none !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-accent .mrb-button {
background: transparent !important;
border: 2px dashed var(--wp--preset--color-secondary,#28a745) !important;
color: var(--wp--preset--color-secondary,#28a745) !important;
font-weight: 700 !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-glow .mrb-button {
background-color: var(--wp--preset--color-primary,#0073e6) !important;
color: #fff !important;
}
.wp-block-mrb-redirect-buttons.mrb-variant-glow .mrb-button:hover {
box-shadow: 0 0 8px rgba(0, 123, 255, 0.7) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-horizontal .mrb-wrapper {
flex-direction: row;
flex-wrap: wrap;
gap: 1rem;
}
.wp-block-mrb-redirect-buttons.mrb-variant-horizontal .mrb-button {
flex: 1 1 auto !important;
width: auto !important;
text-align: center !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-pill .mrb-button {
border-radius: 50px !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-shadow .mrb-button {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-gradient .mrb-button {
background: linear-gradient(135deg, #0073e6 0%, #00d4ff 100%) !important;
color: #fff !important;
}