@import url(theme.css);

:root {
  font-size: 14pt;
}

body {
  background-color: var(--body-bg);
  color: var(--body-text-color);
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  font-variation-settings: "wdth" 100;
  padding-bottom: 0;
}

.logo {
  float: none;
  text-align: center;
}

.lockup-logo {
  background: url(/dlpage/res/pcconnect/img/logo_192px.svg) left center no-repeat;
  width: 55px;
}

#product-heading h1,
#product-heading h3,
#product-heading p {
  padding: 0;
}

#product-heading h3 {
  color: var(--body-text-color-light);
  padding: 10px;
}

#product-heading h3.centered {
  text-align: center;
}

#container {
  width: 1000px;
}

#subcontent {
  float: none;
}

.logo-container {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 60px;
}

.logo-container img {
  height: 100%;
  max-height: 100%;
}

/* EULA page logo */
#header img.logo {
  height: 100px;
  margin: 1rem auto;
}

h1.centered {
  display: block;
  font-size: 1.8rem;
  margin: 1em 0 0 0;
  padding: 1em 0;
  text-align: center;
}

.button-container {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.button-container .button {
  background-color: var(--button-bg);
  border-radius: var(--button-border-radius);
  color: var(--button-text-color);
}

.button-container .button > a {
  align-items: center;
  border-radius: var(--button-border-radius);
  color: inherit;
  display: flex;
  font-weight: bold;
  gap: 0.5em;
  justify-content: center;
  padding: 0.8rem 1rem;
  text-decoration: none;
}

.button .icon {
  font-family: "Material Symbols Outlined";
  font-size: 1em;
}

.button-container .button.grey {
  background-color: var(--button-grey-bg);
  color: var(--button-grey-text-color);
}

.button-container .button span {
  color: inherit;
}

.disclaimer {
  color: var(--disclaimer-text-color);
  font-size: 0.5rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.frame {
  align-items: flex-start;
  background-color: var(--frame-large-bg);
  border-radius: var(--frame-border-radius);
  color: var(--frame-text-color);
  display: flex;
  gap: 80px;
  justify-content: space-between;
  padding: 40px;
}

.frame.wide .graphic {
  flex: 2 1 380px;
}

.frame.wide .graphic img {
  width: 100%;
}

.frame .message {
  flex: 1 0 40ch;
}

.frame h2 {
  font-size: 2rem;
  padding: 0 0 1rem 0;
}

.frame h3 {
  font-size: 1.5rem;
}

.frame p {
  font-size: 0.72rem;
  font-weight: 300;
  line-height: 1.3em;
}

.frame-container {
  align-items: stretch;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.frame.small {
  aspect-ratio: 1.0;
  flex: 1 1 200px;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  padding: 20px 40px;
}

.frame.small .step-container {
  display: flex;
  font-size: 0.6rem;
  gap: 1ch;
}

.frame.small h3 {
  padding-bottom: 0;
}

.frame .step-container .icon {
  font-family: "Material Symbols Outlined";
  align-self: flex-end;
}

.frame.small.install {
  background-color: var(--frame-small-install-bg);
}

.frame.small.select {
  background-color: var(--frame-small-select-bg);
}

.frame.small.discover {
  background-color: var(--frame-small-discover-bg);
}

.frame.small .graphic-container {
  align-items: flex-end;
  display: flex;
  flex: 1;
  justify-content: center;
  width: 100%;
}

.graphic-container .graphic {
  background-color: var(--frame-small-graphic-bg);
  border-radius: 16px;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 20px;
}

/* Frame graphics */
#frame-graphic-install {
  background: var(--frame-graphic-install-bg);
  border-radius: 99px;
  color: var(--button-text-color);
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-weight: bold;
  padding: 0.1em 1.5em;
  text-align: center;
}

#frame-graphic-select {
  color: var(--frame-graphic-select-text-color);
}

.graphic-container .graphic.one-two {
  padding: 0;
  width: 200px;
  height: 4rem;
}

.graphic .g-one-two {
  align-items: center;
  display: flex;
  gap: 2ch;
  justify-content: space-between;
  padding: 6px 14px;
}

.g-one-two .flex-1 {
  flex: 1 0 3rem;
}

.g-one-two .flex-1 img {
  max-height: 3rem;
}

.g-one-two .flex-3 {
  flex: 1 0 auto;
}

.g-one-two .shapes {
  gap: 0.8ch;
  text-align: left;
}

#frame-graphic-discover {
  color: var(--frame-graphic-discover-text-color);
}

.flex {
  display: flex;
  flex-direction: row;
}

.flex.column {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.flex-1 {
  flex: 1 1 auto;
}

.flex-2 {
  flex: 2 1 auto;
}

.flex-3 {
  flex: 3 1 auto;
}

.decorated-icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.decorated-icon-container .icon {
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
}

.rounded-fake-button {
  background-color: var(--rounded-fake-button-bg);
  border-radius: 8px;
  color: var(--button-text-color);
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

.requirements {
  font-size: 0.9rem;
  line-height: 1.4;
}

.requirements h2 {
  border-bottom: 2px solid #eee;
  font-size: 1.6rem;
  text-align: center;
  padding: 0;
}

.requirements ul {
  margin: 0 auto;
  width: 900px;
  padding: 30px 40px;
}

#tos iframe {
  height: 60vh;
  min-height: 400px;
}

.pagewarning {
  background-color: var(--pagewarning-bg);
  border: none;
  border-left: 2ch solid var(--pagewarning-border-color);
  border-radius: 3px;
  color: var(--pagewarning-text-color);
  font-size: 12pt;
  font-weight: normal;
  margin-bottom: 2rem;
  padding: 1em 2ch;
  text-align: left;
}

#footer {
  align-items: flex-start;
  background: #f9f9f9;
  color: #666;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  border-top: 1px solid #eee;
  text-align: left;
}

#footer p {
  margin: 5px 0;
}

.footer-column {
  flex: 1;
}

.footer-column a {
  color: #666;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column.center {
  text-align: center;
}

.footer-column.right {
  text-align: right;
}