
.rich-text-output .rich-btn-red {
    display: block;
    width: 100%;
    padding: 20px 70px 20px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #ED1C24;
    border-radius: 5px;
    margin-bottom: 15px;
    transition-duration: 250ms;
    position: relative;
  }

  .rich-text-output .rich-btn-red::after {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/themes/custom/fhtheme/assets/icons/icon--arrow-right-white.svg") center center no-repeat;
    height: 20px;
    background-size: contain;
    }

.rich-text-output .rich-btn-red:hover {
background-color: #d07d7f;
color: rgb(0, 0, 0);
}


.rich-text-output .rich-btn-burgundy {
    display: block;
    width: 100%;
    padding: 20px 70px 20px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #94080A;
    border-radius: 5px;
    margin-bottom: 15px;
    transition-duration: 250ms;
    position: relative;
  }

  .rich-text-output .rich-btn-burgundy::after {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/themes/custom/fhtheme/assets/icons/icon--arrow-right-white.svg") center center no-repeat;
    height: 20px;
    background-size: contain;
    }

.rich-text-output .rich-btn-burgundy:hover {
    background-color: #620507;
    color: white;
}


.rich-text-output .rich-btn-green {
    display: block;
    width: 100%;
    padding: 20px 70px 20px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background-color: #6EFF6E;
    border-radius: 5px;
    margin-bottom: 15px;
    transition-duration: 250ms;
    position: relative;
  }

  .rich-text-output .rich-btn-green::after {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/themes/custom/fhtheme/assets/icons/icon--arrow-right-white.svg") center center no-repeat;
    height: 20px;
    background-size: contain;
    }

.rich-text-output .rich-btn-green:hover {
    background-color: #438a43;
    color: white;
}


.rich-text-output .rich-btn-orange {
    display: block;
    width: 100%;
    padding: 20px 70px 20px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background-color: #FF8C00;
    border-radius: 5px;
    margin-bottom: 15px;
    transition-duration: 250ms;
    position: relative;
  }

  .rich-text-output .rich-btn-orange::after {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/themes/custom/fhtheme/assets/icons/icon--arrow-right-white.svg") center center no-repeat;
    height: 20px;
    background-size: contain;
    }

.rich-text-output .rich-btn-orange:hover {
    background-color: #cd7102;
    color: white;
}


.rich-text-output .rich-btn-matildas {
    display: block;
    width: 100%;
    padding: 20px 70px 20px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fbe706;
    background-color: #143e34;
    border-radius: 5px;
    margin-bottom: 15px;
    transition-duration: 250ms;
    position: relative;
  }

  .rich-text-output .rich-btn-matildas::after {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/themes/custom/fhtheme/assets/icons/icon--arrow-right-white.svg") center center no-repeat;
    height: 20px;
    background-size: contain;
    }

.rich-text-output .rich-btn-matildas:hover {
background-color: #ffb81d;
color: #143e34;
}
