/* Bot Key Popover Styles */

.popover-trigger {
    background: none;
    border: none;
    color: #6366f1;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.popover-trigger:hover {
    color: #4338ca;
}

.botkey-popover {
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(800px, 90vw);
    height: min(750px, 85vh);
    padding: 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.botkey-popover::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.popover-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    width: 32px;
    height: 32px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

.popover-close:hover {
    color: #fff;
}

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