.pantheon-user-panel {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}
.tabs {
    display: flex;
    margin-bottom: 20px;
}
.tab-button {
    flex: 1;
    padding: 10px;
    border: none;
    background: #e0e0e0;
    cursor: pointer;
    font-size: 16px;
}
.tab-button.active {
    background: #0073aa;
    color: white;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
#license-search {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}
#licenses-list, #algos-list {
    margin-top: 10px;
}
.pantheon-user-panel h2, .pantheon-user-panel h3 {
    margin-top: 20px;
}
.pantheon-user-panel form p {
    margin-bottom: 15px;
}
.pantheon-user-panel input[type="text"],
.pantheon-user-panel input[type="email"] {
    width: 100%;
    padding: 8px;
}
.pantheon-user-panel .button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.pantheon-user-panel .button:hover {
    background: #005177;
}
