.edge-win {
    overflow: hidden;
    resize:both;
    top: 10px;
    left: 10px;
    min-width: 260px;
    min-height: 300px;
    width: 1100px;
    height: 600px;
    position: absolute;
    background: #191919;
    border-radius: 10px;
    border: #3b3b3b 1px solid;
    transition: transform 0.2s ease;
}

.edge-top {
    display: flex;
    align-items: flex-start;
    border-radius: 10px 10px 0px 0px;
    background: #202020;
    height: 29px;
    width: -webkit-fill-available;
}

.edge-top .edge-top-label {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    height: 29px;
}

.edge-top .edge-top-label img {
    margin: 10px;
    width: 16px;
}

.edge-top .edge-top-label p {
    display: inline;
    margin: 0;
    font-family: 'Segoe UI Variable';
    color: white;
}
.edge-top .edge-top-btns {
    display: flex;
}

.edge-top .edge-top-btns button:nth-child(1), button:nth-child(2), button:nth-child(3) {
    width: 45px;
    height: 29px;
    color: white;
    background: #202020;
    border: none;
    transition: all 0.2s ease;
}

.edge-top .edge-top-btns button:nth-child(1):hover, button:nth-child(2):hover {
    background: #2d2d2d;
}

.edge-top .edge-top-btns button:nth-child(3) {
    border-top-right-radius: 9px;
    transition: all 0.2s ease;
}

.edge-top .edge-top-btns button:nth-child(3):hover {
    background: #c42b1c;
}

.edge-search {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 20px;
    outline: none;
    border: none;
}

.edge-search::placeholder {
    color: rgb(100 100 100 / 60%)
}

.edge-win iframe {
    width: 100%;
    width: -moz-available;
    height: calc(100% - 51px);
    height: -moz-available;
    border: none;
}