.tpl-order {
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tpl-order .ttl {
    font-size: 1.5rem;
    color: #333333;
    text-align: center;
}
.tpl-order .ttl-2 {
    margin-bottom: 10px;
    text-align: center;
    color: #4d4d4f;
}
.tpl-order .offer-wrp {
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
.tpl-order .offer-wrp input {
    width: 100%;
    background: #e8e8e8;
    border-radius: 6px;
    border: 1px solid #a9a9a9;
    padding: 10px 15px;
    margin-bottom: 13px;
}
.tpl-order .offer-wrp textarea {
    width: 100%;
    height: 165px;
    background: #e8e8e8;
    border-radius: 6px;
}
.tpl-order .btn {
    background: #843f74;
    color: white;
    border: 0;
    font-size: 16px;
    padding: 11px 12px;
    width: 100%;
    border-radius: 5px;
}

/* TOGGLED */
.wrap-header-clickable {
    cursor: pointer;
    padding-top: 10px;
    margin-bottom: 6px;
    color: #843f74;
    display: inline-block;
    text-decoration: underline !important;
}
.wrap-text {
    display: none;
    margin-bottom: 10px;
    background: #efefef;
    padding: 10px 20px;
}