.book-title-gen {
    width: 100%;
    max-width: 480px;
    margin: 32px auto;
    border-radius: 5px;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
}
.book-title-gen .title-wrapper {
    width: 100%;
    height: auto;
    padding: 64px 48px;
    background-color: #00694b;
    text-align: center;
}
.book-title-gen .title-wrapper h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #ffffff;
}
.book-title-gen .step-wrapper {
    padding: 48px;
}
.book-title-gen .step-wrapper.step-2, .book-title-gen .step-wrapper.step-3 {
    display: none;
}
.book-title-gen .field-group.group-desc {
  	display: none;
}
.book-title-gen .field-group.group-description {
  	display: none;
}
.book-title-gen .field-group.group-genre {
    display: none;
}
.book-title-gen .field-group .gen-form-field,
        .book-title-gen .field-group .gen-form-button {
    margin-bottom: 8px;
}
.book-title-gen .field-group .gen-form-field label {
    font-size: 14px;
}
.book-title-gen .field-group .gen-form-field select,
        .book-title-gen .field-group .gen-form-field input,
        .book-title-gen .hubspot-form-wrapper .hs-form-field select,
        .book-title-gen .hubspot-form-wrapper .hs-form-field input {
    width: 100%;
    padding: 8px;
    border: 2px solid #888;
    border-radius: 4px;
}
.book-title-gen .field-group .gen-form-field textarea {
  	width: 100%;
  	height: 114px;
    padding: 8px;
    border: 2px solid #888;
    border-radius: 4px;
}
.book-title-gen .field-group .gen-form-field select:focus,
        .book-title-gen .field-group .gen-form-field input:focus,
        .book-title-gen .field-group .gen-form-field textarea:focus,
        .book-title-gen .hubspot-form-wrapper .hs-form-field input:focus,
        .book-title-gen .hubspot-form-wrapper .hs-form-field select:focus {
    border: 2px solid #7bc721;
}
.book-title-gen .field-group .gen-form-button,
        .book-title-gen .hubspot-form-wrapper .hs-submit {
    padding: 16px 0;
}
.book-title-gen .field-group .gen-form-button button,
        .book-title-gen .hubspot-form-wrapper .hs-submit input[type=submit] {
    width: 100%;
    padding: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #7bc721;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.book-title-gen .result-wrapper .result-title {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 600;
  	line-height: 1.2em;
    text-align: center;
}
.book-title-gen .result-wrapper .result-title strong {
  	font-size: 24px;
}
.book-title-gen .result-wrapper .result-button {
    text-align: center;
}
.book-title-gen .result-wrapper .result-button p {
    font-size: 12px;
}
.book-title-gen .result-wrapper .result-button button {
    display: inline-block;
    width: auto;
    padding: 4px 16px;
    border: 0;
    background-color: #75ba5933;
    font-size: 12px;
    color: #75ba59;
    cursor: pointer;
}
