/* Estilos globales para las aplicaciones */
.app-container {
    margin: 20px 0;
   /* border: 1px solid #e0e0e0;
    border-radius: 8px;*/
    overflow: hidden;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}

.app-container iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .app-container {
        margin: 10px 0;
    }
}