.pgestcloud-form input, 
.pgestcloud-form button, 
.pgestcloud-panel button {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 8px auto;
    padding: 8px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.pgestcloud-form button, 
.pgestcloud-panel button {
    background-color: #0073aa;
    color: white;
    cursor: pointer;
    border: none;
}

.pgestcloud-form button:hover, 
.pgestcloud-panel button:hover {
    background-color: #006799;
}

.pgestcloud-panel {
    text-align: center;
    margin-top: 20px;
}

.pgestcloud-navbar {
    background: #0073aa;
    color: white;
    padding: 10px;
    text-align: center;
}

.pgestcloud-navbar button {
    background: #cc0000;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.pgestcloud-menu {
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.pgestcloud-menu button {
    background: #0073aa;
    color: white;
    border: none;
    margin: 5px;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
}

.pgestcloud-menu button:hover {
    background: #005f8d;
}

#pgestcloud-content {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border-radius: 4px;
}

.pgestcloud-form {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 4px;
}
