.boton-derecha {
    background-color: #208094;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Staatliches', serif;
}
.btn-popup-info {
    background: none;
    border: none;
    color: #459db1;
    font-size: 14px;
    cursor: pointer;
    margin-left: 8px;
    text-decoration: underline;
}
.overlay-popup-instrucciones {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    justify-items: center;
    align-content: center;
}
.content-popup-instrucciones {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}
.content-popup-instrucciones h3 {
    margin-top: 0;
    font-weight: bold;
}
.content-popup-instrucciones ul {
    list-style: none;
    padding-left: 0;
}
.content-popup-instrucciones li {
    margin-bottom: 8px;
}
.close-popup-info {
    float: right;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}
.print-info {
    margin-top: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}
.print-info h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
.print-info ul {
    list-style: none;
    padding: 0;
}
.print-info li {
    margin-bottom: 8px;
}
.paper-instructions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.paper-instructions input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.paper-instructions label {
    cursor: pointer;
    color: #333;
    flex: 1;
    font-size: 16px;
}
.extra-cost {
    font-weight: bold;
}