#pubgm-checker {
    padding: 25px;
    background-color: #293032;
    border-radius: 15px;
    text-align: center;
}

#pubgm-checker input {
    width: 65%;
    border: solid 2px #343b3c;
    border-radius: 30px;
    background-color: #343b3c;
    color: #fff;
    box-shadow: var(--shadow-focus-color, #00a9ff) 0 0 .5em, var(--background-focus-color, transparent) 9999em 0 0 inset;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
}

#pubgm-checker input:focus {
    border: solid 2px;
    border-color: #0bf;
}

#pubgm-checker button {
    width: 27%;
    background-image: linear-gradient(to bottom right, #00cdff, #00a9ff);
    border-radius: 30px;
    font-weight: 700;
    color: white;
    font-size: 12px;
    border: 2px solid #00a9ff;
    cursor: pointer;
}

#pubgm-result {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    max-width: 100%;
    text-align: center;
}
