.toolsbite-container {
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

#toolsbite-prompt {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

#toolsbite-results {
    margin-top: 20px;
    display: grid;
    gap: 15px;
}

    #toolsbite-results img {
        max-width: 100%;
        border-radius: 10px;
    }

.toolsbite-download {
    display: block;
    margin-top: 5px;
    text-decoration: none;
    color: white;
    background: #0073e6;
    padding: 5px 10px;
    border-radius: 5px;
}
