#holoultek-ai-driven-content-button {
    margin-left: 5px;
    background-color: #0073aa;
    color: white;
    border-color: #0073aa;
}

#holoultek-ai-driven-content-button:hover {
    background-color: #00a0d2;
    border-color: #00a0d2;
}

.holoultek-ai-driven-content-modal {
    position: fixed;
    z-index: 160000; /* Higher than WordPress default modals */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.holoultek-ai-driven-content-modal-content {
    background-color: #f0f0f0;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    width: 80%;
    max-width: 600px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.holoultek-ai-driven-content-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 0.5;
}

[dir="rtl"] .holoultek-ai-driven-content-close {
    float: left;
}

.holoultek-ai-driven-content-close:hover,
.holoultek-ai-driven-content-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#holoultek-ai-driven-content-toolbar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin-left: 4px;
    border: none;
    background: transparent;
    color: #1e1e1e;
    cursor: pointer;
    border-radius: 2px;
}

#holoultek-ai-driven-content-toolbar-button:hover {
    background: #f0f0f0;
    color: #007cba;
}

#holoultek-ai-driven-content-toolbar-button .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}
