.blog-filters[data-v-b66e8e64] {
  background-color: #f9f9f9;
  border-radius: .5rem;
  padding: 1.5rem;
}

.dropdown-menu[data-v-b66e8e64] {
  z-index: 1000;
}

.filter-dropdown .btn[data-v-b66e8e64] {
  text-align: left;
}

.badge .btn-close[data-v-b66e8e64] {
  opacity: .8;
}

.badge .btn-close[data-v-b66e8e64]:hover {
  opacity: 1;
}

.badge[data-v-b66e8e64] {
  white-space: normal;
  word-wrap: break-word;
  align-items: flex-start;
  display: inline-flex;
  justify-content: flex-start;
  max-width: 100%;
  padding-right: 1.5rem;
  position: relative;
  text-align: left;
}

.badge span[data-v-b66e8e64] {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  text-align: left;
  word-break: break-word;
}

.badge .btn-close[data-v-b66e8e64] {
  flex-shrink: 0;
  position: absolute;
  right: .25rem;
  top: .25rem;
}

.input-group[data-v-b66e8e64]:focus-within {
  border-radius: .375rem;
  box-shadow: 0 0 0 .25rem #c0392b40;
}

.input-group:focus-within .input-group-text[data-v-b66e8e64] {
  border-color: #c0392b;
  border-right: none!important;
  z-index: 3;
}

.input-group:focus-within .form-control[data-v-b66e8e64] {
  border-color: #c0392b;
  border-left: none!important;
  box-shadow: none!important;
  z-index: 3;
}

.input-group .form-control[data-v-b66e8e64]:focus {
  border-color: #c0392b;
  border-left: none!important;
  box-shadow: none!important;
  z-index: 3;
}

.blog-index-page[data-v-9cf2cffb] {
  font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;
  min-height: 60vh;
}

.blog-index-page[data-v-9cf2cffb] * {
  font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;
}

.hvr-grow[data-v-9cf2cffb] {
  backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  transform: translateZ(0);
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s ease,box-shadow .25s ease;
}

.hvr-grow[data-v-9cf2cffb]:active,
.hvr-grow[data-v-9cf2cffb]:focus,
.hvr-grow[data-v-9cf2cffb]:hover {
  transform: translateY(-4px) scale(1.02);
}

.card[data-v-9cf2cffb] {
  border: none;
  transition: box-shadow .25s ease,transform .25s ease;
}

.card[data-v-9cf2cffb]:hover {
  box-shadow: 0 .75rem 1.5rem #0000002e!important;
}

.card-title[data-v-9cf2cffb] {
  color: #333;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.card-text[data-v-9cf2cffb],
.card-title[data-v-9cf2cffb] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-text[data-v-9cf2cffb] {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.author-card[data-v-9cf2cffb] {
  background-color: #f9f9f9;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  position: relative;
}

.author-avatar[data-v-9cf2cffb] {
  flex-shrink: 0;
}

.author-avatar img[data-v-9cf2cffb] {
  border: 3px solid #fff;
  box-shadow: 0 2px 8px #0000001a;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 64px;
}

.author-card-close[data-v-9cf2cffb] {
  position: absolute;
  right: .75rem;
  top: .75rem;
  z-index: 2;
}

.author-info .author-name[data-v-9cf2cffb] {
  font-size: 1.1rem;
}

.author-info .author-name a[data-v-9cf2cffb] {
  color: #333;
  transition: color .2s ease;
}

.author-info .author-name a[data-v-9cf2cffb]:hover {
  color: #c0392b;
}

.author-info p[data-v-9cf2cffb] {
  font-size: .95rem;
  line-height: 1.6;
}

.pagination .page-link[data-v-9cf2cffb] {
  background: #fff;
  border: 1px solid #dee2e6;
  color: #333;
  cursor: pointer;
  padding: .5rem .75rem;
  transition: all .3s ease;
}

.pagination .page-link[data-v-9cf2cffb]:hover:not(:disabled):not(.disabled) {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #c0392b;
}

.pagination .page-link[data-v-9cf2cffb]:focus {
  box-shadow: 0 0 0 .2rem #c0392b40;
}

.pagination .page-link.disabled[data-v-9cf2cffb],
.pagination .page-link[data-v-9cf2cffb]:disabled {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination .page-item.active .page-link[data-v-9cf2cffb] {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #fff;
}