/*
 * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). All Rights Reserved.
 * 
 * This software is the property of WSO2 Inc. and its suppliers, if any.
 * Dissemination of any information or reproduction of any material contained
 * herein is strictly forbidden, unless permitted by WSO2 in accordance with
 * the WSO2 Commercial License available at http://wso2.com/licenses.
 * For specific language governing the permissions and limitations under
 * this license, please see the license as well as any agreement you’ve
 * entered into with WSO2 governing the purchase of this software and any
 * associated services.
 */

:root {
  ---header-footer-left-margin: 64px;
}

body {
  display: flex;
  justify-content: center;
  font-family: Gilmer;
  flex-wrap: wrap;
  background-color: rgb(247, 248, 251);
}
.policy-content-wrapper {
  margin-top: 3.5em;
  display: flex;
  justify-content: center;
  width: 70vw;
  flex-direction: column;
  align-items: flex-start;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #40404b; /* Chore dark */
}

p {
  font-size: 16px;
  line-height: 24px;
}

.top-nav {
  display: flex;
  position: fixed;
  width: 100%;
  height: 3.5em;
  justify-content: flex-start;
  align-items: center;
  box-shadow: inset 0 -1px 0 0 #e1e2e7, 0 1px 4px 0 rgb(0 0 0 / 8%);
  background-color: #ffffff;
}

.logo-container {
  margin-left: var(---header-footer-left-margin);
}

.cBottopmp {
  margin-bottom: 6rem;
}

footer {
  display: flex;
  width: 100%;
  border-top: 1px solid #e6e7ec;
  padding: 8px 16px;
}

footer .footer-content {
  margin-left: var(---header-footer-left-margin);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
}
footer .footer-content .links {
  display: flex;
  column-gap: 32px;
}

footer .footer-content a {
  text-decoration: none;
  transition: color 0.3s linear;
  color: rgba(0, 0, 0, 0.54);
}

footer .footer-content a:hover {
  color: rgb(12 61 195 / 83%);
}
