/*
 Theme Name:   Divi Child (Rincón del Manco)
 Theme URI:    https://rincondelmanco.com
 Description:  Tema hijo para El Rincón del Manco
 Author:       Antigravity
 Author URI:   https://rincondelmanco.com
 Template:     Divi
 Version:      1.0.0
*/

/* Custom Styles for Repository */
.moma-download-btn {
    background: #000;
    color: #ffd700; /* Gold/Yellow vibe */
    padding: 15px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.moma-download-btn:hover {
    background: #333;
    color: #fff;
    transform: translateY(-2px);
}

.moma-spec-sheet {
    background: #f5f5f5;
    padding: 20px;
    border-left: 4px solid #ffd700;
    margin-bottom: 30px;
}
