body.theme-fresk#page-user-profile {
  #page-header {
    .btn-group.header-button-group {
      width: 100%;
      margin-top: 10px;
      margin-left: 0 !important;
      margin-bottom: 0 !important;
      [role="button"] {
        color: rgb(255, 255, 255);
        background-color: rgb(248, 64, 21);
        border-color: rgb(248, 64, 21);
        font-size: 14px;
        border-radius: 3px !important;
        padding: 7px;
      }
    }
    .d-flex.align-items-center:has(.page-context-header) {
      border-radius: 8px;
      padding: 14px;
      box-shadow: 0 0 10px rgb(0 0 0 / .1);
      background-color: #fff !important;
      margin-top: 20px;
      .page-context-header {
        margin-bottom: 0 !important;
      }
    }
  }
  #region-main {
    background: transparent !important;
    box-shadow: none !important;
    [role="main"] {
      padding-inline: 0 !important;
    }
    .description {
      padding: 1em;
      border-radius: 8px;
      box-shadow: 0 0 10px rgb(0 0 0 / .1);
      background-color: #fff !important;
      margin-bottom: 20px;
      p {
        margin-bottom: 0;
      }
    }
    .node_category {
      border: none;
      .card-body {
        border-radius: 8px;
        padding: 14px;
        box-shadow: 0 0 10px rgb(0 0 0 / .1);
        background-color: #fff !important;
        h3.lead {
          font-size: 21px;
          font-weight: 630;
        }
        ul {
          dt {
            font-weight: 590;
            font-size: 1em;
          }
          dd,
          li span a {
            font-size: .90em;
          }
          dd {
            ul li {
              margin-top: 10px;
            }
          }
        }
      }
    }
  }
}
