/* Custom app styles */

.menu-icon {
    margin: 10px;
}


/* Make embedded iframes responsive */
.prose iframe, article.prose iframe {
    width: 100%;
    aspect-ratio: 16 / 9; 
    height: auto; 
    max-width: 100%;
}

.key-insights ul li{
    list-style: circle;
    margin-left: 12px;
}


.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator {
    display: flex;
}
.htmx-request.btn:disabled {
    opacity: 0.6;
}


/* Hack to move Crisp’s bubble up by 60px so it sits above your mobile menu */
@media (max-width: 768px) {
    #crisp-chatbox > div > a {
        bottom: 70px !important;
    }
}