input, select, textarea:not(.wysiwyg) {
  font-family: var(--main-font);
  border: solid 2px var(--border-color);
  background-color: var(--bg-color);
  font-size: 13px;
  border-radius: 10px;
  padding: 4px 8px;
  display: block;
  line-height: 1.6;
    font-weight: 400!important;
}

[input] {
    margin-bottom: 30px;
}

[input] [title] {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}



[blogpost-admin] {
    display:flex;
    width:100%;
}

[blogpost-admin] > * {
    flex: 0 0 50%;
    flex-shrink: 0;
}

[blogpost-admin] [blogpost-admin-panel] {
    border-right:solid 1px var(--border-color);
    padding-top:100px;
}


a {
    color:var(--text-color);
}



.trumbowyg-box ul { 
   list-style-type: disc; 
   list-style-position: inside; 
    margin-left: 35px; 
    margin-bottom:30px;
}
.trumbowyg-box ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
    margin-left: 0; 
}
.trumbowyg-box ul ul, 
.trumbowyg-box ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
}
.trumbowyg-box ol ol, 
.trumbowyg-box ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.trumbowyg-box ul li { 
    list-style:disc;
    font-size: 13px;
}
.trumbowyg-box ol li { 
    list-style:decimal;
    font-size: 13px;
}

.trumbowyg-box h5 { 
    margin-top:0;
}



.trumbowyg-box p {
    font-size: 13px;
}

.trumbowyg-editor-box {
    font-size:13px;
}


ul[item-list] > li {
  padding: 10px 0;
  border-bottom: solid 1px var(--border-color);
  display: flex;
  font-size: 13px;
  gap: 10px;
  align-items: center;
  position: relative;
}


[box] {
  box-shadow: 0 0 14px 2px rgba(0,0,0,0.05);
  border: solid 1px #ccd0e0;
  border-radius: 10px;
  padding: 25px;
}

#ui-datepicker-div {
    z-index:9999!important;
}






#external-events {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
  }

  #external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
  }

  #external-events .fc-event {
    margin: 3px 0;
    cursor: move;
  }

  #external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
  }

  #external-events p input {
    margin: 0;
    vertical-align: middle;
  }

  #calendar-wrap {
    margin-left: 200px;
  }

  #calendar {
    max-width: 70%;
      height: 700px;
    margin: 0 auto 100px;
  }


.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    overflow: hidden;
}

.fc .fc-daygrid-day-frame {
  padding: 10px;
}