@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #ffffff;
  width: 100%;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 8px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 16px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2C2C2B;
  text-decoration: none;
}
a:visited {
  color: #050505;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  font-size: 18px;
  color: rgb(79, 70, 229);
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1200px - (16px * 2));
  max-width: calc(1200px - (16px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 16px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #D6D6D6;
}
table tr:nth-child(even) {
  background-color: #e5e5e5;
}
table th, table td {
  padding: 5.3333333333px 8px;
}
table th {
  background-color: #dedede;
  border: 1px solid #cccccc;
  border-bottom-color: #b7b7b7;
}
table td {
  border: 1px solid #D6D6D6;
}

/**
 * Site header
 */
.page-link {
  text-decoration: none !important;
}

.page-link:hover {
  font-size: large;
  font-weight: 600;
}

.site-header {
  border-bottom: 3px solid #3DB76F;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.site-header .header {
  display: flex;
  flex-direction: row;
  margin: auto -8px;
  align-items: center;
  min-height: 56px;
}
.site-header .header .logo {
  padding-left: auto;
  width: 100px;
}
.site-header .header .site_nav {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
}
.site-header .header .site_nav ul {
  display: none;
}
.site-header .header .site_nav label {
  display: block;
  margin: auto 16px;
}
.site-header .vertical-menu {
  height: calc(100dvh - 56px);
}
.site-header .vertical-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.site-header .vertical-menu ul li {
  font-size: 16px;
  margin: 16px 0px;
}

@media (min-width: 901px) {
  .site-header .header {
    min-height: 80px;
  }
  .site-header .header .logo {
    width: 165px;
  }
  .site-header .header .site_nav ul {
    display: block;
    list-style: none;
    display: flex;
    flex-direction: row;
  }
  .site-header .header .site_nav li {
    margin: 16px 0px 16px 32px;
  }
  .site-header .header .site_nav label {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .site-header .header .logo {
    width: 100px;
  }
  .site-header .header .site_nav ul {
    display: block;
    list-style: none;
    display: flex;
    flex-direction: row;
  }
  .site-header .header .site_nav li {
    margin: 16px 0px 16px 32px;
  }
  .site-header .header .site_nav label {
    display: none;
  }
}
.page-section {
  min-height: calc(100dvh - 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 901px) {
  .page-section {
    min-height: calc(100dvh - 80px);
  }
}
/* Print styles moved to _99_print.scss */
/**
 * Site footer
 */
footer {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #D6D6D6;
  padding: 16px 0 12px 0;
  background-color: #2C2C2B;
  color: #FFFFFF;
}

/* Print styles moved to _99_print.scss */
h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
}

h4 {
  font-size: 20px;
}

.center {
  text-align: center;
}

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

.small {
  font-size: 14px;
}

.xsmall {
  font-size: 12px;
}

@media (min-width: 901px) {
  h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
  }
  h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
  }
  h3 {
    font-size: 30px;
    line-height: 1.5;
  }
  h4 {
    font-size: 24px;
  }
  .center {
    text-align: center;
  }
  p {
    font-size: 16px;
    line-height: 1.5;
  }
  .small {
    font-size: 14px;
  }
}
.hidden {
  display: none;
}

.hp .bg {
  background-image: url(/assets/hero-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.hp .hero {
  display: flex;
  flex-direction: column;
}
.hp .hero .img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hp .hero .img img {
  width: 70%;
}
.hp .hero .welcome {
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.hp .hero .button {
  background-color: #3DB76F;
  display: block;
  width: 140px;
  color: #ffffff;
  padding: 12px;
  border-radius: 50px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 24px;
}
.hp .intro {
  text-align: center;
  margin: 50px auto;
}

@media (min-width: 601px) and (max-width: 900px) {
  .hp .hero {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 901px) {
  .hp .hero {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .hp .hero .img {
    flex-basis: 1;
    min-width: 450px;
  }
  .hp .hero .img img {
    width: 100%;
    height: auto;
  }
  .hp .hero .button {
    width: 160px;
    margin-top: 60px;
  }
}
.catalogue {
  display: flex;
  flex-direction: column;
}
.catalogue .item {
  display: flex;
  flex-direction: column;
  margin: 25px auto;
}
.catalogue .item .img {
  height: auto;
  margin-bottom: auto;
}
.catalogue .item .content {
  margin-top: 12px;
  margin-bottom: 24px;
}
.catalogue .item .content .button {
  background-color: #3DB76F;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 24px;
  margin-top: 8px;
  display: inline-block;
  border-radius: 50px;
}

@media (min-width: 601px) and (max-width: 900px) {
  .catalogue .item {
    flex-direction: row;
    margin: 25px auto;
  }
  .catalogue .item .img {
    width: 55%;
    padding: 10px;
    height: auto;
    margin-bottom: auto;
  }
  .catalogue .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 901px) {
  .catalogue .item {
    flex-direction: row;
    margin: 25px auto;
  }
  .catalogue .item .img {
    width: 55%;
    padding: 10px;
    padding-left: 10px;
    padding-right: 24px;
    height: auto;
    margin-bottom: auto;
  }
  .catalogue .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .catalogue .item:nth-of-type(even) .img {
    padding-left: 24px;
    padding-right: 10px;
  }
}
.cp .hero {
  margin-top: 24px;
}
.cp .hero .content {
  margin-top: 24px;
}
.cp .hero .content .title {
  font-size: 24px;
  font-weight: medium;
}
.cp .hero .content .subtitle {
  font-size: 16px;
}

@media (min-width: 601px) and (max-width: 900px) {
  .cp .hero {
    display: flex;
    flex-direction: row;
  }
  .cp .hero .img {
    width: 50%;
    padding: 24px;
  }
  .cp .hero .content {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}
@media (min-width: 901px) {
  .cp .hero {
    display: flex;
    flex-direction: row;
  }
  .cp .hero .img {
    width: 50%;
    padding: 24px;
  }
  .cp .hero .content {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .cp .hero .content .title {
    font-size: 36px;
    font-weight: medium;
  }
  .cp .hero .content .subtitle {
    font-size: 20px;
  }
}
.sp .bg {
  background-color: #EBFAEE;
}
.sp .hero {
  margin-bottom: 16px;
  text-align: center;
}
.sp .hero .content {
  text-align: left;
}
.sp .hero .img {
  padding-top: 10px;
}
.sp .intro-bg {
  background-color: #d9d9d9;
}
.sp .intro p {
  padding: 48px 16px;
  text-align: center;
}
.sp .approach .item {
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
}
.sp .approach .item .content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp .approach .item .points {
  border-radius: 16px;
}
.sp .approach .item .points ul {
  background-color: #ffffff;
  padding: 24px 12px;
  border-radius: 16px;
  margin: 0px;
}
.sp .approach .item li {
  background: url("/assets/checkbox.png") no-repeat left top;
  padding: 0px 0px 24px 30px;
  list-style: none;
  margin-left: 10px;
}
.sp .method .items {
  display: flex;
  flex-direction: column;
}
.sp .method .items .item {
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
}
.sp .method .items .item .content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp .whyus .items {
  display: flex;
  flex-direction: column;
}
.sp .whyus .items .item {
  text-align: center;
  margin: 24px 0px;
}
.sp .whyus .items .item .content {
  margin: 16px 24px;
}
.sp .get-started {
  margin: 30px auto;
}

@media (min-width: 901px) {
  .sp .hero {
    padding: 0px;
    align-items: center;
    flex-direction: row-reverse;
  }
  .sp .hero .img {
    width: 65vh;
  }
  .sp .hero .content {
    width: 50%;
  }
  .sp .intro p {
    padding: 60px;
  }
  .sp .approach .item {
    flex-direction: row;
    margin: 60px 0px;
  }
  .sp .approach .item .content,
  .sp .approach .item .points {
    width: 50%;
  }
  .sp .approach .item .content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sp .approach .item .points {
    background-color: #c5e0fd;
    border-radius: 16px;
    padding: 32px;
  }
  .sp .approach .item .points ul {
    background-color: #ffffff;
    padding: 24px 12px 12px 12px;
    border-radius: 16px;
    margin: 0px;
  }
  .sp .approach .item li {
    background: url("/assets/checkbox.png") no-repeat left top;
    padding: 0px 0px 24px 30px;
    list-style: none;
    margin-left: 10px;
  }
  .sp .approach .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .sp .approach .item:nth-of-type(even) .content {
    padding-left: 32px;
  }
  .sp .method .items {
    display: flex;
    flex-direction: row;
  }
  .sp .method .items .item {
    display: flex;
    flex-direction: column;
    margin: 30px 6px;
    padding: 16px;
    border-radius: 16px;
    background-color: #ccf4eb;
    width: 33%;
  }
  .sp .method .items .item .content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .sp .whyus .items {
    display: flex;
    flex-direction: row;
    text-align: left;
  }
  .sp .whyus .items .item {
    text-align: left;
    width: 33%;
  }
}
.au .bg {
  background-color: #EBFAEE;
}
.au .hero {
  padding: 16px 0p 32px 0px;
  display: flex;
  flex-direction: column;
}
.au .hero .img {
  width: 100%;
}
.au .hero .content .buttons {
  display: flex;
  flex-direction: row;
  margin: 24px 0px;
}
.au .hero .content .buttons .button {
  background-color: #3DB76F;
  display: block;
  width: 140px;
  color: #ffffff;
  padding: 12px;
  border-radius: 50px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 24px;
}
.au .intro {
  margin: 48px 12px;
  padding: 24px auto;
}
.au .mv {
  margin: 48px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.au .mv .item {
  text-align: center;
}
.au .team .members {
  display: flex;
  flex-direction: column;
  margin: 16px 0px;
}
.au .team .members .item {
  margin: auto;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.au .team .members .item .img, .au .team .members .item .content {
  text-align: center;
}
.au .team .members .item img {
  width: 300px;
}
.au .team .members .item .content {
  text-align: left;
}
.au .team .members .item .profile {
  display: inline-block;
  border-radius: 50%;
  width: 25%;
  border: 2px solid #3DB76F;
}

@media (min-width: 901px) {
  .au .hero {
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px;
  }
  .au .hero .img,
  .au .hero .content {
    width: 50%;
  }
  .au .hero .content .buttons {
    display: flex;
    flex-direction: row;
  }
  .au .hero .content .buttons .button {
    padding: 12px 16px;
    background-color: #3DB76F;
    margin-right: 16px;
    color: #ffffff;
    border-radius: 30px;
  }
  .au .intro {
    margin: 60px auto;
  }
  .au .mv {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .au .mv .item {
    width: 300px;
    text-align: center;
  }
  .au .team .members {
    display: flex;
    flex-direction: column;
    margin: 36px 0px;
  }
  .au .team .members .item {
    margin: auto;
    padding: 24px 16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .au .team .members .item .img, .au .team .members .item .content {
    width: 50%;
    text-align: center;
  }
  .au .team .members .item img {
    width: 300px;
  }
  .au .team .members .item .content {
    text-align: left;
    padding-left: 16px;
  }
  .au .team .members .bg:nth-of-type(even) > .item {
    flex-direction: row;
  }
}
.cuc {
  margin-top: 24px;
}
.cuc form {
  width: 60%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.cuc form .item {
  display: flex;
  flex-direction: column;
  padding: 6px;
}
.cuc form .item label {
  padding: 6px;
  font-size: 13px;
  text-align: left;
}
.cuc form .item input,
.cuc form .item textarea {
  width: 100%;
  padding: 6px;
  border-radius: 3px;
  font-family: Poppins;
  outline-color: #3DB76F;
  border: 1px solid #d6d6d6;
}
.cuc form .item input, .cuc form .item textarea:focus {
  border: 1px solid #d6d6d6;
}
.cuc form .item button {
  background-color: #3DB76F;
  border: 1px solid #3DB76F;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 50px;
  margin-top: 12px;
}
.cuc form .buttons {
  flex-direction: row;
  padding-bottom: 24px;
}

.cu .bg {
  background-color: #ebfaee;
}
.cu .hero {
  padding: 16px 0p 32px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cu .hero .img, .cu .hero .content {
  width: 100%;
}

.cuc-message {
  padding: 16px 0p 32px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cuc-message .img, .cuc-message .content {
  width: 100%;
}

.container {
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 32px;
  display: flex;
  background-color: #ffffff;
}

.contact-info {
  width: 40%;
  padding: 15px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.info-item img {
  width: 24px;
  margin-right: 10px;
}

.info-item h5 {
  margin: 0;
}

@media (min-width: 601px) and (max-width: 900px) {
  .container {
    flex-direction: column;
  }
  .contact-info {
    width: 100%;
  }
  .cuc-message {
    flex-direction: row-reverse;
  }
  .cuc-message .img,
  .cuc-message .content {
    width: 50%;
  }
  .cuc form {
    width: 93%;
  }
}
@media (max-width: 600px) {
  .container {
    flex-direction: column;
  }
  .contact-info {
    width: 100%;
  }
  .cuc-message {
    flex-direction: row-reverse;
  }
  .cuc-message .img,
  .cuc-message .content {
    width: 50%;
  }
  .cuc form {
    width: 93%;
  }
}
@media (min-width: 901px) {
  .cu .hero {
    flex-direction: row-reverse;
  }
  .cu .hero .img,
  .cu .hero .content {
    width: 50%;
  }
  .cuc-message {
    flex-direction: row-reverse;
  }
  .cuc-message .img,
  .cuc-message .content {
    width: 50%;
  }
  .cuc form {
    padding: 20px 24px;
  }
  .cuc form .item button {
    margin-top: 12px;
  }
}
.blog,
.post {
  min-height: calc(100dvh - 112px);
  /* Hyperlink styling */
  /* Post content links */
  /* External links */
  /* Facebook button */
  /* Twitter button */
  /* Google-PLus button */
  /* Pinterest button */
  /* Tumblr button */
  /* Reddit button */
  /* LinkedIn button */
  /* Email button */
}
.blog h1,
.post h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.blog h2,
.post h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.blog h3,
.post h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.blog h4,
.post h4 {
  font-size: 18px;
  font-weight: 600;
}
.blog .center,
.post .center {
  text-align: center;
}
.blog p,
.post p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 16px;
}
.blog .small,
.post .small {
  font-size: 14px;
}
.blog .xsmall,
.post .xsmall {
  font-size: 12px;
}
.blog .post-img,
.post .post-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 2px;
}
.blog li,
.post li {
  padding-bottom: 8px;
  padding-top: 4px;
}
.blog strong,
.post strong {
  font-weight: 600;
}
.blog a,
.post a {
  color: #1976d2;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.blog a:hover,
.post a:hover {
  color: #1565c0;
  text-decoration: none;
}
.blog a:visited,
.post a:visited {
  color: #7b1fa2;
}
.blog a:active,
.post a:active {
  color: #0d47a1;
}
.blog .post-content a,
.post .post-content a {
  color: #1976d2;
  text-decoration: underline;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.blog .post-content a:hover,
.post .post-content a:hover {
  color: #1565c0;
  text-decoration: none;
  border-bottom: 1px solid #1565c0;
}
.blog .post-content a:visited,
.post .post-content a:visited {
  color: #7b1fa2;
}
.blog .post-content a:active,
.post .post-content a:active {
  color: #0d47a1;
}
.blog a[href^=http]:not([href*="dhristhi.com"]),
.post a[href^=http]:not([href*="dhristhi.com"]) {
  position: relative;
}
.blog a[href^=http]:not([href*="dhristhi.com"])::after,
.post a[href^=http]:not([href*="dhristhi.com"])::after {
  content: "↗";
  font-size: 0.8em;
  margin-left: 2px;
  opacity: 0.7;
}
.blog .share-buttons a[href^=http]::after,
.post .share-buttons a[href^=http]::after {
  content: none;
}
.blog a[href^="mailto:"],
.post a[href^="mailto:"] {
  font-weight: 600;
  color: darkblue;
}
.blog .fa-facebook-official,
.post .fa-facebook-official {
  color: #3b5998;
}
.blog .fa-facebook-official:hover,
.post .fa-facebook-official:hover {
  background-color: #3b5998;
}
.blog .fa-twitter,
.post .fa-twitter {
  color: #55acee;
}
.blog .fa-twitter:hover,
.post .fa-twitter:hover {
  background-color: #55acee;
}
.blog .fa-google-plus,
.post .fa-google-plus {
  color: #dd4b39;
}
.blog .fa-google-plus:hover,
.post .fa-google-plus:hover {
  background-color: #dd4b39;
}
.blog .fa-pinterest-p,
.post .fa-pinterest-p {
  color: #cb2027;
}
.blog .fa-pinterest-p:hover,
.post .fa-pinterest-p:hover {
  background-color: #cb2027;
}
.blog .fa-tumblr,
.post .fa-tumblr {
  color: #32506d;
}
.blog .fa-tumblr:hover,
.post .fa-tumblr:hover {
  background-color: #32506d;
}
.blog .fa-reddit-alien,
.post .fa-reddit-alien {
  color: #ff4500;
}
.blog .fa-reddit-alien:hover,
.post .fa-reddit-alien:hover {
  background-color: #ff4500;
}
.blog .fa-linkedin,
.post .fa-linkedin {
  color: #007bb5;
}
.blog .fa-linkedin:hover,
.post .fa-linkedin:hover {
  background-color: #007bb5;
}
.blog .fa-envelope,
.post .fa-envelope {
  color: #444444;
}
.blog .fa-envelope:hover,
.post .fa-envelope:hover {
  background-color: #444444;
}
.blog .share-bar,
.post .share-bar {
  padding-bottom: 16px;
}
.blog .share-button,
.post .share-button {
  margin-right: 8px;
  border: 1px solid #d3d6d2;
  border-radius: 50%;
  padding: 10px;
  width: 16px;
  height: 16px;
}
.blog .share-buttons,
.post .share-buttons {
  display: flex;
  flex-direction: row;
}
.blog .share-buttons a,
.post .share-buttons a {
  text-decoration: none;
}
.blog .share-button:hover,
.post .share-button:hover {
  opacity: 1;
  color: #ffffff;
}
.blog .pagination,
.post .pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 0px;
}
.blog .pagination > span, .blog .pagination > a,
.post .pagination > span,
.post .pagination > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog .pagination i,
.post .pagination i {
  padding: 6px;
}
.blog .video,
.post .video {
  width: 100%;
  height: 180px;
  padding-bottom: 32px;
}
.blog em,
.post em {
  background-color: lightyellow;
}
.blog .reading-stats,
.post .reading-stats {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.blog .print-button,
.post .print-button {
  margin-left: 10px;
  cursor: pointer;
  color: #1976d2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #1976d2;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.blog .print-button:hover,
.post .print-button:hover {
  background-color: #1976d2;
  color: white;
}
.blog .print-button i,
.post .print-button i {
  margin-right: 4px;
}

@media (min-width: 901px) {
  .post,
  .blog {
    min-height: calc(100dvh - 160px);
    max-width: 1100px;
    padding-top: 24px;
  }
  .post .post-img,
  .blog .post-img {
    padding: 16px 16px;
  }
  .post .post-img img,
  .blog .post-img img {
    max-width: 100%;
    max-height: 60dvh;
  }
  .post .video,
  .blog .video {
    width: 640px;
    height: 360px;
  }
}
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/**
 * Print-specific styles
 * Ensures proper header and footer repetition on printed pages
 */
@media print {
  /* General print optimizations */
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  /* Page setup */
  @page {
    margin: 1in;
    size: A4;
  }
  /* Hide elements that shouldn't be printed */
  .share-bar,
  .site-header .header .site_nav,
  .menu-icon,
  .vertical-menu,
  .pagination,
  .rss-subscribe,
  .print-button {
    display: none !important;
  }
  /* Header styling for print */
  .site-header {
    position: inherit;
    top: -15px;
    left: 0;
    right: 0;
    height: 50px;
    background: white !important;
    border-bottom: 2px solid #3DB76F;
    z-index: 1000;
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
  }
  .site-header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }
  .site-header .logo {
    height: 35px;
    width: auto;
    max-width: 200px;
  }
  /* Footer styling for print */
  footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: white !important;
    color: black !important;
    border-top: 2px solid #3DB76F;
    border-bottom: none;
    padding: 5px 20px;
    font-size: 9px;
    z-index: 1000;
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
  }
  /* Content adjustments */
  .page-content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .post, .blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* Ensure content doesn't go behind fixed elements */
  .post-header {
    margin-top: 50px;
    padding-top: 0;
  }
  .post-title {
    margin-top: 0;
    padding-top: 0;
  }
  .post-meta {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .post-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* Page break controls */
  .post-header {
    page-break-after: avoid;
  }
  .post-title {
    page-break-after: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid;
  }
  /* Typography adjustments for print */
  body {
    font-size: 12pt;
    line-height: 1.4;
    color: black !important;
    margin: 0;
    padding: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    color: black !important;
    page-break-after: avoid;
  }
  p, li {
    orphans: 3;
    widows: 3;
  }
  /* Links */
  a {
    color: black !important;
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #666;
  }
  /* Images */
  img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }
  /* Code blocks */
  pre, code {
    background: #f5f5f5 !important;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  /* Tables */
  table {
    border-collapse: collapse;
    page-break-inside: avoid;
  }
  th, td {
    border: 1px solid #333;
    padding: 4px;
  }
  /* Reading stats styling for print */
  .reading-stats {
    color: #666 !important;
    font-size: 10pt;
    font-weight: normal;
  }
  /* Post meta styling for print */
  .post-meta {
    color: #666 !important;
    font-size: 10pt;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=main.css.map */