.elementor .btn-secondaire{min-width:0px;min-height:0px;aspect-ratio:auto;padding-block-start:7px;padding-block-end:7px;padding-inline-start:22px;padding-inline-end:22px;selector{
width:fit-content !important;
max-width:fit-content !important;
min-width:0 !important;
height:auto !important;

display:inline-flex !important;
flex:0 0 auto !important;
align-self:center !important;
}

selector a,
selector button,
selector [role="button"]{
width:fit-content !important;
max-width:fit-content !important;
min-width:0 !important;
height:auto !important;
min-height:0 !important;

display:inline-flex !important;
align-items:center !important;
justify-content:center !important;

padding:11px 22px !important;

background:transparent !important;
color:#C24F02 !important;

border:1.5px solid #C24F02 !important;
border-radius:999px !important;

line-height:1.2 !important;
white-space:nowrap !important;
text-decoration:none !important;

transition:
  background-color .3s ease,
  color .3s ease,
  transform .3s ease !important;
}

selector a:hover,
selector button:hover,
selector [role="button"]:hover{
background:#C24F02 !important;
color:#FFFFFF !important;
transform:translateY(-2px);
}

selector a *,
selector button *,
selector [role="button"] *{
color:inherit !important;
}\n}