/* Main Section Style */
.pub-placeholder {
  color: #525368;
}
.pub-placeholder .elementor-search-form__icon {
  padding-left: calc(50px / 3);
}
.pub-placeholder .elementor-search-form__input {
  padding-left: calc(50px / 3) !important;
  padding-right: calc(50px / 3) !important;
}
.pub-placeholder .pub-search {
  margin-bottom: 20px;
}
.pub-placeholder .pub-categories h2 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pub-file-table {
  width: 100%;
  table-layout: fixed;
  border: 1;
}
.pub-file-table a:hover {
  color: #caa713;
}
.pub-detail-table {
  width: 100%;
  table-layout: fixed;
  border: 0;
}
.pub-field-key {
  width: 30%;
  text-align: left;
  border: 0;
  vertical-align: top;
  color: #525368;
}
.pub-field-value {
  width: 70%;
  text-align: left;
  border: 0;
}

.pub-item {
  margin-bottom: 2em;
  border: 0px solid #818a91;
  border-radius: 3px;
  padding: 2em;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.pub-title {
  margin-top: 1.5em;
}
.pub-title a {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1.3em;
  color: #000000;
}
.pub-title a:hover {
  color: #caa713;
}
.pub-back a {
  text-decoration: none !important;
  font-weight: bold;
}
.pub-paging {
  margin-top: 2em;
}
.pub-item-data {
  margin-bottom: 0.2em;
  color: #000000;
}
.pub-item-data a {
  font-size: 0.9em;
  color: #77342c;
}

.pub-back {
  margin-bottom: 2em;
}
.pub-back a:hover {
  color: #caa713;
}

/* Publication Pagination */
ul.pub-pagination {
  display: inline-block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pub-pagination li {
  font-size: 0.875em;
  margin-left: 0.3125em;
  margin-bottom: 1em;
}
ul.pub-pagination li a,
ul.pub-pagination li.current {
  display: block;
  padding: 15px 25px;
  color: #0d1f35;
  background: none;
  border-radius: 10px;
  font-weight: normal;
  line-height: inherit;
  transition: background-color 300ms ease-out;
  background: #c8cdcf;
  text-decoration: none !important;
}
ul.pub-pagination li.current {
  font-weight: bold;
  cursor: default;
  background: #046617;
  color: #eeeeee;
}
ul.pub-pagination li:hover a,
ul.pub-pagination li a:focus {
  background: #046617;
  color: #eeeeee;
}
ul.pub-pagination li {
  float: left;
  display: block;
}
.pub-placeholder h3 {
  color: #77342c;
  font-family: var(--e-global-typography-8dd6d8c-font-family), Sans-serif;
  font-size: var(--e-global-typography-8dd6d8c-font-size);
  font-weight: var(--e-global-typography-8dd6d8c-font-weight);
  line-height: var(--e-global-typography-8dd6d8c-line-height);
  letter-spacing: var(--e-global-typography-8dd6d8c-letter-spacing);
  padding: 30px 0 5px;
}
.pub-categories h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.pub-categories ul li {
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  padding: 8px 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.pub-categories ul li a {
  color: #222;
}
.pub-categories ul li:hover {
  border-color: #caa713;
  color: #caa713;
}
.pub-categories ul li:hover a {
  color: #caa713;
}
