.lyc-cta, .lyc-cta-modal {
    display: inline-block;
    margin-top: 12px;
    min-height: 48px;
    max-width: 100%;
    min-width: 40%;
    padding: 13px 32px;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.32px;
    transition: 0.3s ease;
    background: #699fc4;
}

.lyc-cta-modal {
    width: 100%;
}

.__text-wrap {
    position: relative;
    text-decoration: none;
    transition: 0.3s ease;
    color: #fff;
}

.__text-wrap::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    transition: 0.3s ease;
    background-image: url(../sykescottages/images/arrow--right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
}

.lyc-cta:hover, .lyc-cta-modal {
    background-color: #6194b6;
}

@media (min-width: 351px) {
    .lyc-cta:hover .__text-wrap, .lyc-cta-modal:hover .__text-wrap {
        padding-right: 28px;
    }

    .lyc-cta:hover .__text-wrap:after, .lyc-cta-modal:hover .__text-wrap:after {
        margin-right: 16px;
        opacity: 1;
    }
}

@media (max-width: 350px) {
    .__text-wrap:after {
        display: none;
    }
}

.modal form {
    height: fit-content;
    background-color: white;
    padding: 16px;
    border-radius: 6px;
    max-width: 370px;
    margin: auto;
}

.modal-dialog {
    max-width: 370px;
}

@media (max-width: 1024px) {
    .modal form {
        padding: 10px;
    }

}

.modal form label {
    cursor: pointer;
    font-weight: normal;
    color: #666;
    margin-bottom: 8px;
}

.free {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #3dbf3b;
    text-align: center;
    border-radius: 4px;
    outline: none;
    padding: 5px 16px;
    width: auto;
    background: #1BA13A;
    border-color: #1BA13A;
    font-weight: bold;
    margin-left: 16px;
}

.heading {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #333333;
    line-height: 1.5555555556em;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    margin: 0;
    font-size: 18px;
}

.heading-title {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
}

.form-heading-container {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.gdpr {
    padding: 0;
    box-sizing: border-box;
    font-weight: 500;
    margin: 16px auto 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    width: calc(100% - 16px);
    max-width: 320px;
    margin-top: 10px;
    color: #ccc;
}

.form-errors {
    margin-top: 8px;
}

.form-errors p{
    color: #a94442;
}