.site-inner {
  padding: 60px 30px;
  min-height: calc(100vh - 70.75px - 116px);
}
.admin-bar .site-inner {
  min-height: calc(100vh - 70.75px - 116px - 32px);
}

.nosearch .site-inner {
  display: flex;
}
.nosearch .content-sidebar-wrap {
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  align-self: center;
}

@media only screen and (min-width: 960px) {
  .content {
    width: 100%;
  }
}
/* Extension Store Header */
.extension-store-header {
  min-height: 200px;
  /*
  background-position: 100% 0;
  background-size: cover;
  background-color: #0050a0;
  background-image: url(https://wpstore.io/wp-content/uploads/2022/05/extension-store-header.jpg);
  */
  display: block;
  /* margin-bottom: 40px; */
  padding: 48px 16px 28px;
  background: linear-gradient(
    135deg,
    rgb(248, 249, 250) 0%,
    rgb(214, 233, 248) 100%
  );
}
@media (min-width: 576px) {
  .extension-store-header {
    padding: 48px 64px 28px;
  }
}

.archive-category-header-title {
  color: #fff;
  /* font-size: 48px; */
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  .archive-category-header-title,
  .archive-category-title {
    font-size: 40px;
  }
}
.archive-category-title {
  line-height: 40px;
}
.archive-category-title::after {
  content: none;
}

.archive-category-header-search {
  margin-top: 32px;
  position: relative;
  z-index: 0;
}

.archive-search {
  margin-bottom: 0;
  color: #140e1f;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 732px) {
  .archive-search {
    flex-direction: row;
    max-width: none;
  }
}

.archive-search__form {
  margin: 0;
  position: relative;
}
.archive-search__input-group {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  margin: 4px 0 16px;
  padding: 8px 16px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 732px) {
  .archive-search__input-group {
    margin: 0 4px 20px;
    width: 500px;
  }
}
.archive-search__input-group:before {
  border: 4px solid rgba(0, 34, 68, 0.5);
  border-radius: 12px;
  bottom: -4px;
  content: "";
  display: block;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  transition: border 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}
.archive-search__input {
  border-color: rgba(60, 40, 97, 0.75);
  border: 0;
  border-radius: 8px;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  text-overflow: ellipsis;
  width: calc(100% - 16px);
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
}
.archive-search__input:focus {
  outline: none;
  border: 0;
}
.archive-search__search-icon {
  align-self: center;
  cursor: pointer;
  margin-left: auto;
  text-align: center;
  width: 24px;
}

/* cards */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* Typography / Color */
.bg-secondary {
  background-color: #6c757d;
}
.text-white {
  color: white;
}

/* Flex */
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

/* spacing */
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem !important;
}

.button-secondary {
  padding: 8px 10px;
  font-size: small;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.button-secondary:active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.button-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 50%);
}
.button-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* typography */
.font-weight-bold {
  font-weight: bold;
}
.text-muted {
  color: #6c757d;
}
