body.body,
.body,
.columns,
.rightcontent {
  background-color: #ffffff !important;
  
}

.leftcontent {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

.rightcontent {
  flex: 0 0 60% !important;
  max-width: 60% !important;
  padding: 48px !important;
  justify-content: flex-start !important;
  align-self: stretch !important;
  align-items: stretch !important;
}

.toplinks-wrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}

.toplinks {
  display: flex;
  justify-content: flex-end;
}

.toplinks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.toplinks a,
.toplinks-list a {
  color: #774553;
  font-family:  'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  
  text-decoration: none;
}

.toplinks-list a:hover {
  color: #68adc3;
}

.content {
  background-color: #ffffff;
  border: 1px solid #e9edf2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
  padding: 32px;
  margin-top: 0;
  
}

.name,
.tagline,
.bio h1,
.bio h2,
.bio h3,
.bio h4,
.bio h5,
.bio h6,
.text-block {
  color: #774553 !important;
  
}

.bio h2 {
  font-weight: 700;
  color: #5f2f3b !important;
}

.bio p,
.bio li {
  font-size: 16px;
  line-height: 1.5;
}


.bio a,
.list a {
  color: #68adc3 !important;
}

.bio a:hover,
.list a:hover {
  color: #774553 !important;
  border-bottom-color: #774553 !important;
}

.page-curriculum-vitae .bio h3 {
  margin-top: 4.2rem !important;
  margin-bottom: 0.02rem !important;
  padding-top: 0.2rem;
}

.page-curriculum-vitae .bio h3 + p,
.page-curriculum-vitae .bio h3 + ul {
  margin-top: 0 !important;
}

.page-curriculum-vitae .bio h2,
.page-curriculum-vitae .bio h3 {
  margin-bottom: 0.02rem !important;
}

.page-curriculum-vitae .bio p + h3,
.page-curriculum-vitae .bio ul + h3 {
  margin-top: 4.4rem !important;
}

.page-curriculum-vitae .bio h3 + p,
.page-curriculum-vitae .bio h3 + ul {
  margin-bottom: 0.35rem;
}

.page-curriculum-vitae .bio p + ul {
  margin-top: 0.1rem !important;
}

.page-curriculum-vitae .bio p {
  margin-bottom: 0.55rem;
}

@media screen and (max-width: 991px) {
  .leftcontent,
  .rightcontent {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .rightcontent {
    padding: 24px !important;
  }

  .toplinks-wrap {
    margin-bottom: 12px;
  }

  .toplinks-list {
    gap: 12px;
  }

  .content {
    border-radius: 12px;
    padding: 20px;

  }
}
