.rcm-plan-imagen {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 14px;
}
.rcm-aviso-flotante {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e !important;
    padding: 12px 24px;
    border-radius: 10px;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 14px;
    text-align: center;
}

.rcm-oculto-por-defecto { display: none; }

.rcm-plan-duracion {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #7c3aed !important;
    margin: -10px auto 16px auto !important;
    background: #f5f3ff;
    display: block;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 20px;
}

.rcm-ver-temario {
    background: none;
    border: 1px solid #d1d5db;
    color: #4b5563;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    margin: 4px 0 12px;
}
.rcm-ver-temario:hover { background: #f3f4f6; }

.rcm-temario-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.rcm-temario-modal {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    max-width: 420px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    text-align: left;
}
.rcm-temario-titulo { margin: 0 0 12px; color: #1f2937 !important; font-size: 18px; }
.rcm-temario-contenido { color: #374151 !important; white-space: pre-line; font-size: 14px; line-height: 1.6; }
.rcm-temario-cerrar {
    position: absolute;
    top: 12px; right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #9ca3af;
}
.rcm-temario-cerrar:hover { color: #374151; }

.rcm-filtro-software {
    text-align: center;
    margin-bottom: 18px;
}
.rcm-filtro-select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}
.rcm-btn-outline {
    background: transparent;
    color: #1f2937 !important;
    border: 1px solid #1f2937;
}
.rcm-btn-outline:hover { background: #f3f4f6; }

.rcm-locked-content {
    background: #f7f7f8;
    border: 1px dashed #c9c9d1;
    border-radius: 10px;
    padding: 32px;
    text-align: center;
    margin: 20px 0;
    color: #1f2937 !important;
}
.rcm-locked-icon { font-size: 28px; margin-bottom: 8px; }
.rcm-locked-content h3 { margin: 0 0 8px; color: #1f2937 !important; }
.rcm-locked-content p { color: #4b5563 !important; }

.rcm-btn {
    display: inline-block;
    background: #1f2937;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
}
.rcm-btn:hover { background: #374151; }
.rcm-btn-disabled { background: #9ca3af; cursor: not-allowed; }

button.rcm-comprar-btn,
.rcm-plan-card button.rcm-comprar-btn,
.rcm-locked-content button.rcm-comprar-btn {
    background-color: #dc2626 !important;
    background: #dc2626 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35) !important;
    transition: all 0.2s ease !important;
    border: none !important;
}
button.rcm-comprar-btn:hover {
    background-color: #b91c1c !important;
    background: #b91c1c !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.45) !important;
}
.rcm-btn-small {
    font-size: 11px !important;
    padding: 3px 10px !important;
    display: inline-block;
    margin-top: 6px;
}

.rcm-planes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 20px 0;
}
.rcm-plan-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    background: #fff;
}
.rcm-plan-card h3 { margin-top: 0; color: #1f2937 !important; }
.rcm-plan-desc { color: #4b5563 !important; }
.rcm-plan-price { font-size: 26px; font-weight: 700; margin: 12px 0 18px; color: #1f2937 !important; }
.rcm-plan-price span { font-size: 14px; font-weight: 400; color: #6b7280 !important; }
.rcm-precio-proximamente {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #9ca3af !important;
    background: none !important;
}

.rcm-login-form input {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-sizing: border-box;
}
.rcm-login-form label { font-size: 14px; color: #374151; }

.rcm-account-box {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 80px;
}
@media (max-width: 768px) {
    .rcm-account-box { padding-top: 100px; }
}
.rcm-my-levels { list-style: none; padding: 0; }
.rcm-my-levels li {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 8px;
}
.rcm-notice {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.rcm-notice-success { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; }
.rcm-notice-warning { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; }

.rcm-link-boton {
    background: none;
    border: none;
    padding: 0;
    color: #2563eb;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}
.rcm-link-boton:hover { color: #1d4ed8; }
