/* hide the lower pumas name in the sidebar, just keep the pumas image */
.docs-package-name {
    display: none;
}

@media screen and (min-width: 1056px) {
    #documenter .docs-main {
      max-width: 70rem; } }

/* AskPumas widget styling */
#askpumas-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#askpumas-widget a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.askpumas-container {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.askpumas-container:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.askpumas-logo {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.askpumas-logo svg {
    border-radius: 4px;
}

.askpumas-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
