/**
*
* General CSS styles for the child theme.
*
**/

.freedhome-submit-listing.disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    pointer-events: none;
}

.go-to-plans-button {
    margin-top: 1rem;
    background-color: #fff;
    top: 0;
    padding: 5px 15px;
    color: #000;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: 1px solid #8f872e;
    border-radius: 50px;
}

.fh-thankyou-button-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
}