
/* -- categories box -- */

.cat {
    color: #7a98bf;
    border: 1px solid #7a98bf;
    border-radius: 4px;
    padding: 3px 4px;
    margin: 0 2px;
    font-weight: 500;
}

/* -- article link -- */

.article-link {
    display: block;
    padding: 1rem;
    color: #595959 !important;
    border: none;
    margin-bottom: 1rem;
    background-color: #fff;
}
.article-link p {
	color: #595959;
}
.article-link h4 {
    color: #7a98bf;
	font-weight: 500;
	font-size: 1.4em;
	margin: 0 0 5px 0;
}
.article-link:hover h4 {
    color: #bfa17a;
}

/* -- article content block -- */

.article-item {
  padding: 0px;
  border-top: none;
  margin-bottom: 0px;
}

/* -- title -- */

h1.article-title {
	font-weight: 500;
    font-size: 2.2em;
    line-height: 42px;
    margin: 0 0 .75em 0;
}

/* -- button overrides -- */

.btn-xs {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  margin-right: 1px !important;
}
.btn {
	margin: 0 0.5rem 0.5rem 0 !important;
}
.btn i.fa {
	padding: 0px;
}
.btn-primary,
.btn-danger,
.btn-light,
.btn-dark,
.btn-success {
	float: none !important;
}

h4 { margin-bottom: 0.25rem; font-weight: 600; }

/* -- star rating styles  -- */
.rating-section {
    display: flex;
    align-items: center;
    font-size: 0.9em;
}
.star-rating,
.star-rating-top {
    display: inline-block;
    margin-left: 10px;
}
.star-rating .fa-star {
    cursor: pointer;
    color: #ddd;
}
.star-rating-top .fa-star {
    color: #ddd;
}
.star-rating .fa-star.checked,
.star-rating-top .fa-star.checked {
    color: orange;
}
.rating-info {
    margin: 0 10px;
    font-weight: 500;
}

.tox-promotion,
.tox-statusbar__branding {
    display: none !important;
}

.article-item .search-term {
	color: black;
	background-color: yellow;
	padding: 0;
	border-radius: 2px;
	font-weight: 500;
}

.table > tbody td a.btn {
    min-width: unset;
}
