/* Additional styles for Page Title */
.page-title {
    margin-bottom: 20px;
}

.page-title h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #0077ff; /* Google Cloud Platform blue color */
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.connected-status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.connected-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}