.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-4bbe03f1-a251-3799-4d1a-54b6131f710c {
background-color: #1E1E1E !important;
padding-bottom: 60px !important;
padding-top: 60px !important;
}
.lfr-layout-structure-item-4bbe03f1-a251-3799-4d1a-54b6131f710c {

.buttonBodyContainer {
    position: relative;
    display: inline-block;
    height: 40px;
    z-index: 2;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    -o-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.buttonBodyContainer:hover {
    background-color: #ffffff;
    cursor: pointer;
    -o-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.buttonBodyContainer:hover a.buttonBodyText,.buttonBodyContainer:hover h5.buttonBodyText,.buttonBodyContainer:hover span.buttonBodyText {
    color: #1e1e1e;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.buttonBodyContainer:active {
    background-color: var(--btn-text-outline-fill-color)
}

.buttonBodyContainer:active a.buttonBodyText,.buttonBodyContainer:active h5.buttonBodyText,.buttonBodyContainer:active span.buttonBodyText {
    color: var(--btn-text-outline-fill-color),0.75
}

.buttonBodyContainer a.buttonBodyText,.buttonBodyContainer span.buttonBodyText {
    white-space: nowrap;
    color: #ffffff;
    font-size: 16px;
    font-weight: var(--font-weight-button-body) !important;
    font-family: var(--font-family-button-body) !important;
    line-height: 38px;
    padding: 0 30px;
    display: inline-block;
    text-decoration: none !important;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.buttonBodyContainer h5.buttonBodyText {
    white-space: nowrap;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: var(--font-weight-button-body) !important;
    font-family: var(--font-family-button-body) !important;
    line-height: 38px;
    display: inline-block;
    text-decoration: none !important;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.buttonBodyContainer p.buttonBodyText,.buttonBodyContainer h5.buttonBodyText {
    margin-bottom: 0;
    margin-block-start:0;margin-block-end:0}



/* mobile: keep the exact same desktop styles */
@media screen and (max-width: 768px) {
  .buttonBodyContainer {
    position: relative;
    display: inline-block;
    height: 40px;
    z-index: 2;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    transition: background-color .3s ease;
  }
  .buttonBodyContainer:hover {
    background-color: #ffffff!important;
    cursor: pointer;
    transition: background-color .3s ease;
  }
  .buttonBodyContainer:hover a.buttonBodyText,
  .buttonBodyContainer:hover h5.buttonBodyText,
  .buttonBodyContainer:hover span.buttonBodyText {
    color: #1e1e1e!important;
    transition: color .3s ease;
  }
  .buttonBodyContainer:active {
    background-color: var(--btn-text-outline-fill-color);
  }
  .buttonBodyContainer:active a.buttonBodyText,
  .buttonBodyContainer:active h5.buttonBodyText,
  .buttonBodyContainer:active span.buttonBodyText {
    /* Note: the comma looks like a typo in your original – you probably meant an rgba or just var() */
    color: var(--btn-text-outline-fill-color);
  }
  .buttonBodyContainer a.buttonBodyText,
  .buttonBodyContainer span.buttonBodyText,
  .buttonBodyContainer h5.buttonBodyText {
    white-space: nowrap;
    color: #ffffff!important;
    font-size: 16px;
    font-weight: var(--font-weight-button-body) !important;
    font-family: var(--font-family-button-body) !important;
    line-height: 38px;
    padding: 0 30px;
    display: inline-block;
    text-decoration: none !important;
    transition: color .3s ease;
    margin-bottom: 0;
  }
}




}