/*
 Theme Name:   HIJO PARA ROCOLAS
 Theme URI:    https://ejemplo.com
 Description:  Tema hijo para Mi Tema
 Author:       Tu Nombre
 Template:     astra
 Version:      1.0.0
 Text Domain:  mi-tema-child
*/
/* =================================================================
 * Estilos para Shortcodes Personalizados
 * ================================================================= */

/* --- Estilos para [recharge_instructions] --- */
.recharge-instructions-container {
    font-family: Arial, sans-serif;
    /* Añadido para consistencia en el mensaje de no-login */
    background-color: #161616;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.copy-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    max-width: 400px;
}

.recharge-username-code {
    font-size: 1.2em;
    font-weight: bold;
    color: #ecf0f1;
    background-color: #2c3e50;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    border: 1px dashed #34495e;
    border-radius: 4px 0 0 4px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.copy-button {
    padding: 0 12px;
    height: 40px;
    background-color: #8e44ad;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; /* Asegura que no haya márgenes por defecto */
}

.copy-button:hover {
    background-color: #6c3483;
}

.copy-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
}

.copy-message {
    margin-left: 10px;
    font-style: italic;
    color: green;
}
