:root {
    color-scheme: light;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    color: #111827;
    background: #f8fafc;
}

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 2rem;
}

.cloud-shell {
    display: grid;
    gap: 3rem;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: calc(100vh - 4rem);
    position: relative;
    width: 100%;
}

main {
    align-self: center;
    justify-self: center;
    width: min(100%, 34rem);
}

h1 {
    margin: 0 0 0.75rem;
    font-size: 1.75rem;
    font-weight: 650;
    letter-spacing: 0;
}

p {
    margin: 0;
    color: #475569;
}

nav[aria-label="Cloud actions"] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

a {
    color: #111827;
    text-decoration: none;
}

.button {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.375rem;
    border: 1px solid #111827;
    background: #111827;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
}

.cloud-service-utility {
    justify-self: center;
}

.cloud-service-utility a {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #cbd5e1;
    text-underline-offset: 0.2em;
}

.cloud-service-utility a:hover {
    color: #334155;
    text-decoration-color: currentColor;
}
