.precio-oro-digital-container {
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Orbitron', sans-serif;
    color: white;
    background: #000;
    border: 8px solid #ff0000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(255,0,0,0.6);
}

.precio-oro-cabecera {
    background: linear-gradient(to bottom, #220000, #000);
    padding: 15px 20px;
    text-align: center;
}

.precio-oro-fecha {
    font-size: 24px;
    font-weight: 900;
    color: #ff3333;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.precio-oro-titulo {
    font-size: 22px;
    font-weight: 700;
    color: #ff6666;
    margin-bottom: 5px;
}

.precio-oro-desde {
    font-size: 28px;
    font-weight: 900;
    color: #ff0000;
}

.precio-oro-display {
    background: #000;
    padding: 20px;
    text-align: center;
    font-size: 68px;
    font-weight: 900;
    color: #ffffff !important;
    text-shadow: 0 0 20px #ffffff, 0 0 40px #ff0000;
    letter-spacing: 3px;
    border: 4px solid #ff0000;
    border-left: none;
    border-right: none;
    margin: 10px 0;
    animation: parpadeo 1.5s infinite;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* INTERMITENTE BLANCO BRUTAL */
@keyframes parpadeo {
    0%, 100% { opacity: 1; text-shadow: 0 0 20px #ffffff, 0 0 40px #ff0000; }
    50% { opacity: 0.7; text-shadow: 0 0 10px #ffffff, 0 0 20px #ff0000; }
}

.precio-oro-pie {
    background: #111;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    color: #ff6666;
    font-weight: 700;
}

.precio-parpadeante {
    animation: parpadeo 1.5s infinite;
}

.euro-fijo {
    font-size: 58px;
    color: #ff0000;
    margin-left: 8px;
    animation: none !important;
}
