/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.technical-pdf-download {
    margin: 20px 0;
    padding: 15px;
    background: #f5f5f5;
    border-left: 4px solid #4CAF50; /* Verde logo */
    border-radius: 4px;
}

.technical-pdf-download .button {
    width: 100%;
    background: #4CAF50;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.technical-pdf-download .button:hover {
    background: #45A049;
}
