.ui-autocomplete {
    background: rgb(40, 44, 51);
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
    color: white;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 11pt;
}

.ui-widget.ui-widget-content {
    border: none;
    max-height: 200px;
    overflow: auto;
}

.broj-version-update-banner {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1190;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 380px;
    max-width: calc(100vw - 32px);
    min-height: 68px;
    padding: 16px 16px 16px 18px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid rgba(2, 32, 71, 0.05);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(2, 32, 71, 0.14);
    color: #191f28;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
}

.broj-version-update-banner-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.broj-version-update-banner-title {
    color: #191f28;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.broj-version-update-banner-text {
    min-width: 0;
    margin-top: 3px;
    color: #6b7684;
    font-size: 13px;
    word-break: keep-all;
}

.broj-version-update-banner-button {
    flex: 0 0 auto;
    min-width: 102px;
    height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: #3182f6;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.broj-version-update-banner-button:hover {
    background: #1b64da;
}

@media (max-width: 480px) {
    .broj-version-update-banner {
        left: 12px;
        right: 12px;
        width: auto;
        flex-wrap: wrap;
        gap: 12px;
    }

    .broj-version-update-banner-button {
        width: 100%;
    }
}
