#libro-reclamaciones-pv {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

#libro-reclamaciones-pv * {
    margin: 0;
}

#libro-reclamaciones-pv h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

#libro-reclamaciones-pv .block:not(:last-child) {
    margin-bottom: 30px;
}

#libro-reclamaciones-pv form h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-decoration: underline;
}

#libro-reclamaciones-pv form .form-group:not(:last-child) {
    margin-bottom: 10px;
}

#libro-reclamaciones-pv form label {
    display: inline-block;
    font-size: 14px;
}

#libro-reclamaciones-pv form label.error {
    font-size: 12px;
    color: red;
}

#libro-reclamaciones-pv form label:not(.optional) {
    position: relative;
}

#libro-reclamaciones-pv form label:not(.optional):not(.error):after {
    color: red;
    content: '*';
    left: calc(100% + 5px);
    position: absolute;
    top: 0;
}

#libro-reclamaciones-pv form input,
#libro-reclamaciones-pv form select,
#libro-reclamaciones-pv form textarea {
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px 20px;
    width: 100%;
}

#libro-reclamaciones-pv form input,
#libro-reclamaciones-pv form select {
    height: 40px;
}

#libro-reclamaciones-pv form textarea {
    padding: 20px;
    resize: none;
}

#libro-reclamaciones-pv .legal p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}

#libro-reclamaciones-pv .legal p strong {
    font-weight: 700;
}

#libro-reclamaciones-pv .legal h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

#libro-reclamaciones-pv button {
    background-color: #63d150;
    border-radius: 8px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    width: 100%;
}

#libro-reclamaciones-pv button:disabled {
    cursor: auto;
}

#libro-reclamaciones-pv .mensaje-ok {
    background-color: #63d150;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 20px;
    text-align: center;
}