  /* = = = = = = = 
  BRAND COLORS
  primary - #eb5e30
  primary accent - #ee7f3a
  darkblue - #222937
   = = = = = = = = */
  h1, h2, h3, h4, h5, h6{
    display: revert;
    font-size: revert;
    font-weight: revert;
  }
  h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
  }
  #mark, #mark a, #mark i{
    color: #ee7f3a;
  }
  svg{
    fill:#aeb29f;
  }
  #main{
    background-color: #fff;
  }
  #content{
    padding-top:1rem;
  }
  .persona-container{
   text-align:left;
   position: relative; 
  }
  .fa-address-card{
    font-size:6rem;
    float: none;
    margin-top: -8px;
  }
  .primary-user {
      width: 100%;
      font-size: 16px;
      display: inline-block;
      border-radius: 2em;
      background: #EAEBE6;
      vertical-align: top;
      padding: 1em;
      /*margin-right: 16px;*/
      color: #222937;
  }
  .user-details{
    display: flex;
    gap: 16px;;
  }
  #user-img{
    /*text-align: center;*/
    position: relative;
    /*display: block;*/
    cursor: pointer;
    flex:40%;
  }
  html.dragover p#user-img:after{
    position: absolute;
    content: "Drop file to upload image";
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(255, 255, 255, 0.9);
    border: 4px dashed #ee7f3a;
    border-radius: 8px;
    display: grid;
    align-items: center;
    text-align: center;
    font-weight: bold;
    overflow: auto;
  }

  #file{
    display: none;
  }

  .user-bio{
    text-align:left;
    flex: 60%;;
  }
  .user-bio p{
    line-height: 1.85;
  }
  blockquote{
    display: flex;
    margin-top: 8px;
  }
  #user1-quote{
  padding: 0 60px 0 8px;
  line-height: 1.25;
  }
  #user1button{
    text-align:center;
  }
  i, h3{
    padding-right:8px;
    color:#aeb29f;
  }
  #user1-goals-settings, #user1-frustrations-settings, #user1-motivations-settings{
    display: flex;
  }
  .column{
    flex: 50%;
  }
  #user1-goals-lock, #user1-frustrations-lock, #user1-motivations-lock{
    width:10px;
    list-style-type: none;
    margin-left: 0; /*previosly 20px*/
  }
  ol[id^="user1-goals"] li, ol[id^="user1-frustrations"] li, ol[id^="user1-motivations"] li{
    line-height: 1.75;
  }
  .details{
    margin-left:40px;
    list-style: revert;
  }
  /*.details li{
    list-style-type: none;
    display: list-item;
    visibility: visible;
  }
  .details li:before{
    content: '• ';
    margin-left: -1em;
  }*/
  h3.darkblue{
    margin-top: 0.8em;
  }
  .darkblue, .darkblue a, .darkblue strong{
    color:#222937;
  }
  .darkblue svg{
    fill: #222937;
  }
  .darkblue #editIcon svg, .darkblue #checkIcon svg{
    fill:rgb(255,255,255,0.5);
  }
  .darkblue #editIcon:hover svg, .darkblue #checkIcon:hover svg{
    fill:rgb(255,255,255,0.7);
  }
  .darkblue #editIcon, .darkblue #checkIcon {
    background-color:rgb(174, 178, 159, 0.8);
    padding: 8px;
    border-radius: 4px;
    display: grid;
    justify-content: center;
  }
  .darkblue #checkIcon{
    background-color:rgb(0, 128, 0);
  }
  .darkblue div{
    display: inline-block;
    position: relative;
  }
  .darkblue #full-edit{
    position: absolute;
    top: 16px;
    right: 5%;
  }
  h1#title{
    font-size: revert;
    font-weight: revert;
    margin: revert;
    margin-bottom: 0.25em;
  }
  #open{
    margin-bottom:0rem;
  }
  #user1button a{
    background-color: #eb5e30;
  }
  #user1button a i{
    color: #ffffff;
  }
  #user1button a:hover{
    background-color: #ec6d43;
  }
  #user1button a:active{
    background-color: #eb5e30;
  }
  .disabled {
    opacity: 0.5;
    pointer-events: none;  /* Prevents clicks */
    cursor: not-allowed;
}
#user1button a.disabled{
  border-color:#888888;
  background-color:#aeb29f;
}
  .focus, ol#user1-goals:focus, ol#user1-frustrations:focus, ol#user1-motivations:focus{
    background-color: rgb(255, 255, 255, 1);
    outline:2px dotted rgb(255, 255, 255, 1);
  }
  #credit{
    background-color: #eb5e30;
    color: #ffffff;
    padding-top: 2em;
  }
/* = = = TOOLTIP = = = */
  .tooltip{
    position:relative;
  }
  .tooltip:before{
    content: attr(data-tooltip);
    position:absolute;
    top: initial;
    transform: translateY(-120%);
    left: -50%;
    width: 100px;
    padding: 10px;
    border-radius: 10px;
    background-color: #222937;
    color: #fff;
    text-align: center;
  }
  .tooltip-download:before{width:150px;}
  .tooltip:after{
    content: "";
    position: absolute;
    left:50%;
    margin-left: -5px;
    top: 20%;
    transform: translateY(-90%);
    border: 10px solid #222937;
    border-color: #222937 transparent transparent transparent;
  }
  .tooltip:before, .tooltip:after{
    display: none;
    pointer-events: none;/* Prevent text from interfering with clicks */
  }
  .tooltip:hover:before, .tooltip:hover:after{
    display: inline;
  }

  .container {
    max-width: 620px;
    margin: auto;
    padding: 0 12px;
  }
  .container ol, .container ul{
      display: block;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px;
      unicode-bidi: isolate;
  }
  .container ul{
    list-style-type: disc;
  }
  .container ol{
    list-style-type: decimal;
  }
  .container.hero h1, .container.hero h2{
    line-height: 0.9;
  }
  .attribution{
    color:#222937;
  }
  .attribution a{
    text-decoration: underline;
  }
  .attribution a:hover{
    text-decoration: none;
  }

  @media only screen and (min-width: 600px) {
    .primary-user {
      width: 500px;
    }
    .fa-address-card{
    font-size:9rem;
    display: inline-block;
    /*float: left;*/
    /*margin-bottom:0.15em;*/
    }
   .user-bio p{
      line-height: 2.5;
    }
    ol[id^="user1-goals"] li, ol[id^="user1-frustrations"] li, ol[id^="user1-motivations"] li{
      line-height: revert;
    }  
  }