.gsa-public-root,
.gsa-public-message {
    box-sizing: border-box;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2933;
}

.gsa-public-root *,
.gsa-public-root *::before,
.gsa-public-root *::after {
    box-sizing: border-box;
}

.gsa-public-message,
.gsa-panel {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #d8dde3;
    border-radius: 10px;
    background: #fff;
}

.gsa-section-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.gsa-status-region:empty {
    display: none;
}

.gsa-public-root button {
    font: inherit;
}

/* Stage 5-I: My Mentor selection. */
.gsa-mentor-selection {
    display: grid;
    gap: 16px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e2e6ea;
}

.gsa-mentor-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.gsa-subsection-title,
.gsa-mentor-section h4 {
    margin: 0 0 6px;
}

.gsa-helper-text,
.gsa-mentor-empty {
    margin: 0;
    color: #5c6670;
    font-size: 13px;
}

.gsa-mentor-section {
    display: grid;
    gap: 8px;
}

.gsa-mentor-list {
    display: grid;
    gap: 10px;
}

.gsa-mentor-card {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid #d8dde3;
    border-radius: 9px;
    background: #fff;
}

.gsa-mentor-card.is-current,
.gsa-mentor-card.is-selected {
    border-color: #16803a;
}

.gsa-mentor-card span,
.gsa-mentor-card small {
    color: #5c6670;
    font-size: 12px;
}

.gsa-mentor-card .gsa-action-button {
    justify-self: start;
    margin-top: 6px;
}
