.wptcb-directory{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  color: rgb(30 41 59);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px){

  .wptcb-directory{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px){

  .wptcb-directory{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wptcb-card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #dbeafe;
    transition: all 0.3s ease-in-out;
    background: #f8fafc;
}
.wptcb-card:hover{
  border-color: #dbeafe;
  transform: translateY(-1px);
}
.wptcb-card__top {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem;
}
.wptcb-card__media{
  display: flex;
  justify-content: flex-start;
}
.wptcb-card__icon{
  display: flex;
  height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-image: linear-gradient(to bottom right, #6543f3, #a53df1);
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255 255 255);
}
.wptcb-card__icon-image{
  height: 64px;
  width: 64px;
  overflow: hidden;
  border-radius: 12px;
  background-color: rgb(255 255 255);
}
.wptcb-card__icon-img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Dynamic icon loaded from WordPress.org */
.wptcb-card__icon-dyn {
    position: relative;
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
}
.wptcb-card__icon-dyn .wptcb-card__icon-img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wptcb-card__icon-dyn.is-error .wptcb-card__icon-img {
		display: none;
	}
.wptcb-card__icon-letter{
  position: relative;
  z-index: 10;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255 255 255);
		display: none;
}
.wptcb-card__icon-dyn.is-error .wptcb-card__icon-letter {
		display: block;
	}
.wptcb-card__content{
  min-width: 0px;
}
/* Title row: title on left, More Details button on right */
.wptcb-card__content-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.wptcb-card__title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(15 23 42);
  margin: 0;
}
.wptcb-card__description {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: rgb(71 85 105);
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wptcb-card__author-line {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    font-size: 14px;
    font-style: italic;
    color: rgb(60 67 74);
}
.wptcb-card__author-prefix{
  font-weight: 400;
}
.wptcb-card__author-name{
  font-style: normal;
  color: rgb(2 132 199);
}
.wptcb-card__details-link {
    flex-shrink: 0;
    white-space: nowrap;
    border: none;
    background: transparent;
    padding: 0.5rem 0;
    font-size: 14px;
    font-weight: 500;
    color: rgb(30 41 59);
    cursor: pointer;
}
.wptcb-card__details-link:hover{
  color: #1e40af
}
.wptcb-card__details-link:disabled{
  cursor: not-allowed;
  color: rgb(140 143 148);
}
.wptcb-card__footer {
      grid-template-columns: minmax(0, 1fr) auto !important;
    display: grid;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.875rem;
    border-top: 1px solid #dbeafe;
    background-color: rgb(241 245 249);
}
@media (min-width: 640px){

  .wptcb-card__footer{
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
  }
}
.wptcb-card__footer-left{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wptcb-card__rating{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
}
.wptcb-card__stars {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 84px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: rgb(203 213 225);
}
.wptcb-card__stars-base{
  position: absolute;
  inset: 0px;
}
.wptcb-card__stars-fill{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  color: rgb(219 166 23);
}
.wptcb-card__rating-count{
  font-size: 14px;
  color: rgb(60 67 74);
  font-weight: 500;
}
.wptcb-card__installs{
  font-size: 13px;
  line-height: 1.4;
  color: rgb(100 116 139);
}
.wptcb-card__footer-right{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 640px){

  .wptcb-card__footer-right{
    align-items: flex-end;
  }
}
.wptcb-card__updated{
  color: rgb(60 67 74);
}
@media (min-width: 640px) {
		.wptcb-card__footer-right {
			justify-self: end;
		}
	}
/* Skeleton shimmer while card hasn't been hydrated yet */
.wptcb-card:not(.is-hydrated) [data-card-rating-count],
	.wptcb-card:not(.is-hydrated) [data-card-installs],
	.wptcb-card:not(.is-hydrated) [data-card-updated],
	.wptcb-card:not(.is-hydrated) [data-card-author]{
  display: inline-block;
  min-width: 80px;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.wptcb-card:not(.is-hydrated) [data-card-rating-count],
	.wptcb-card:not(.is-hydrated) [data-card-installs],
	.wptcb-card:not(.is-hydrated) [data-card-updated],
	.wptcb-card:not(.is-hydrated) [data-card-author]{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 0.25rem;
  background-color: rgb(220 220 222);
  color: transparent;
}
.wptcb-card.is-hydrated [data-card-rating-count],
	.wptcb-card.is-hydrated [data-card-installs],
	.wptcb-card.is-hydrated [data-card-updated],
	.wptcb-card.is-hydrated [data-card-author]{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wptcb-modal{
  position: fixed;
  inset: 0px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
@media (min-width: 640px){

  .wptcb-modal{
    padding: 1.5rem;
  }
}
.wptcb-modal.is-open{
  display: flex;
}
.wptcb-modal__backdrop{
  position: absolute;
  inset: 0px;
  background-color: rgb(15 23 42 / 0.55);
  backdrop-filter: blur(2px);
}
.wptcb-modal__dialog{
  position: relative;
  z-index: 10;
  display: flex;
  max-height: 92vh;
  width: 100%;
  max-width: 920px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0px;
  background-color: rgb(255 255 255);
  box-shadow: 0 26px 60px -34px rgba(15, 23, 42, 0.38);
}
.wptcb-modal__close{
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 20;
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgb(226 232 240);
  background-color: rgb(255 255 255);
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  color: rgb(51 65 85);
  box-shadow: none;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
  cursor: pointer;
}
.wptcb-modal__close:hover{
  border-color: rgb(203 213 225);
  background-color: rgb(248 250 252);
  color: rgb(2 6 23);
}
.wptcb-modal__body{
  overflow-y: auto;
}
.wptcb-modal__footer{
  border-top-width: 1px;
  border-color: rgb(226 232 240);
  background-color: rgb(255 255 255);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  backdrop-filter: none;
}
.wptcb-modal__footer-inner{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px){

  .wptcb-modal__footer-inner{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.wptcb-modal__footer-copy{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(100 116 139);
}
.wptcb-modal__status{
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media (min-width: 640px){

  .wptcb-modal__status{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wptcb-modal__status-title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: rgb(2 6 23);
}
.wptcb-modal__status-text{
  margin-top: 0.5rem;
  max-width: 28rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(71 85 105);
}
.wptcb-modal__error-icon{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(255 228 230);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: rgb(225 29 72);
}
.wptcb-spinner{
  height: 3rem;
  width: 3rem;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.wptcb-spinner{
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 4px;
  border-color: rgb(226 232 240);
  border-top-color: rgb(2 132 199);
}
.wptcb-plugin-modal__hero{
  position: relative;
  height: 20rem;
  overflow: hidden;
  background-color: rgb(15 23 42);
  background-size: cover;
  background-position: center;
}
.wptcb-plugin-modal__hero-inner{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(226 232 240);
  background-color: rgb(255 255 255);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: rgb(2 6 23);
}
@media (max-width: 639px) {
  .wptcb-plugin-modal__hero {
    height: 12rem;
  }
}
@media (min-width: 640px){
  .wptcb-plugin-modal__hero-inner{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px){

  .wptcb-plugin-modal__hero-inner{
    flex-direction: row;
    align-items: flex-start;
  }
}
.wptcb-plugin-modal__icon-wrap{
  flex-shrink: 0;
}
.wptcb-plugin-modal__icon,
	.wptcb-plugin-modal__icon-placeholder{
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(248 250 252);
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(15 23 42);
}
.wptcb-plugin-modal__headline{
  max-width: 48rem;
}
.wptcb-plugin-modal__eyebrow {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(100 116 139);
}
.wptcb-plugin-modal__title{
  margin-top: -0.25rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
@media (min-width: 640px){

  .wptcb-plugin-modal__title{
    font-size: 1.875rem;
  }
}
.wptcb-plugin-modal__summary {
    margin-top: 8px;
    max-width: 48rem;
    font-size: 16px;
    line-height: 1.5rem;
    color: rgb(71 85 105);
}
.wptcb-plugin-modal__summary p{
  margin: 0px;
}

.wptcb-plugin-modal__tabs {
    border-bottom: 1px solid #d4e6f7;
}
@media (min-width: 640px){

  .wptcb-plugin-modal__tabs{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wptcb-plugin-modal__tab {
    border-radius: 0;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.wptcb-plugin-modal__tab:hover{
  color: rgb(15 23 42);
}
.wptcb-plugin-modal__tab.is-active {
    color: #1e40af;
    border-bottom: 2px solid #1e40af;
    border-radius: 0;
}
.wptcb-plugin-modal__content{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
.wptcb-plugin-modal__tab {
    padding: 8px 12px;
    font-size: 14px;
}
  .wptcb-plugin-modal__content{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wptcb-plugin-modal__main{
  min-width: 0px;
}
.wptcb-plugin-modal__section{
  border-radius: 12px;
  border-width: 1px;
  border-color: rgb(226 232 240);
  background-color: rgb(255 255 255);
  padding: 1.25rem;
  box-shadow: none;
}
.wptcb-plugin-modal__section-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(2 6 23);
}
.wptcb-plugin-modal__section-copy{
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: rgb(71 85 105);
}
.wptcb-description-prose{
  font-size: 1rem;
  color: rgb(51 65 85);
}
.wptcb-description-prose h1,
	.wptcb-description-prose h2,
	.wptcb-description-prose h3,
	.wptcb-description-prose h4,
	.wptcb-description-prose h5,
	.wptcb-description-prose h6{
  font-weight: 600;
  color: rgb(2 6 23);
}
.wptcb-description-prose h1{
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
}
.wptcb-description-prose h2{
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}
.wptcb-description-prose h3{
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.wptcb-description-prose h4,
	.wptcb-description-prose h5,
	.wptcb-description-prose h6{
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.wptcb-description-prose p{
  margin-bottom: 1.25rem;
}
.wptcb-description-prose p:last-child{
  margin-bottom: 0px;
}
.wptcb-description-prose ul,
	.wptcb-description-prose ol{
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.wptcb-description-prose li{
  margin-bottom: 0.5rem;
  color: rgb(51 65 85);
}
.wptcb-description-prose a{
  font-weight: 500;
  color: #3b82f6;
  text-decoration-line: underline;
  text-decoration-color: #3b82f6;
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wptcb-description-prose a:hover{
  color: #1e40af;
}
.wptcb-description-prose blockquote{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-left-width: 4px;
  border-color: rgb(203 213 225);
  background-color: rgb(248 250 252);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-style: italic;
  color: rgb(71 85 105);
}
.wptcb-description-prose code{
  border-radius: 0.25rem;
  background-color: rgb(241 245 249);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(30 41 59);
}
.wptcb-description-prose pre{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  background-color: rgb(15 23 42);
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(241 245 249);
}
.wptcb-description-prose table{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  border-collapse: collapse;
}
.wptcb-description-prose th{
  border-width: 1px;
  border-color: rgb(226 232 240);
  background-color: rgb(241 245 249);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 600;
  color: rgb(2 6 23);
}
.wptcb-description-prose td{
  border-width: 1px;
  border-color: rgb(226 232 240);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(51 65 85);
}
.wptcb-description-prose hr{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  border-color: rgb(226 232 240);
}
.wptcb-description-prose strong,
	.wptcb-description-prose b{
  font-weight: 600;
  color: rgb(2 6 23);
}
.wptcb-description-prose em,
	.wptcb-description-prose i{
  font-style: italic;
}
.wptcb-info-card{
  border-radius: 12px;
  border-width: 1px;
  border-color: rgb(226 232 240);
  background-color: rgb(248 250 252);
  padding: 1.25rem;
  box-shadow: none;
}
.wptcb-info-card__title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(2 6 23);
}
.wptcb-info-card__row{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-color: rgb(226 232 240);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wptcb-info-card__row:last-child{
  border-bottom-width: 0px;
}
.wptcb-info-card__row dt{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(100 116 139);
}
.wptcb-info-card__row dd{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(30 41 59);
}
.wptcb-info-card__links{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.wptcb-text-link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(3 105 161);
  text-decoration-line: underline;
  text-decoration-color: #7dd3fc;
  text-underline-offset: 4px;
}
.wptcb-rating-summary{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.wptcb-rating-summary__score{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: rgb(2 6 23);
}
.wptcb-rating-summary__meta{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(71 85 105);
}
.wptcb-stars{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 110px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.18em;
  color: rgb(203 213 225);
}
.wptcb-stars__base{
  position: absolute;
  inset: 0px;
}
.wptcb-stars__fill{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  color: rgb(251 191 36);
}
.wptcb-rating-breakdown{
  margin-top: 1.25rem;
}
.wptcb-rating-breakdown > :not([hidden]) ~ :not([hidden]){
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.wptcb-rating-row{
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) 44px;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wptcb-rating-row__label,
	.wptcb-rating-row__value{
  color: rgb(71 85 105);
}
.wptcb-rating-row__bar{
  height: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  background-color: rgb(226 232 240);
}
.wptcb-rating-row__fill{
  display: block;
  height: 100%;
  border-radius: 9999px;
  background-color: rgb(251 191 36);
}
.wptcb-install-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #3b82f6;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: rgb(255 255 255);
    transition: background-color 140ms ease;
    text-decoration: none;
    padding: 12px 24px;
}
.wptcb-install-button:hover{
  background-color: #1e40af;
  color: rgb(255 255 255);
}
.wptcb-install-button.is-disabled{
  cursor: not-allowed;
  background-color: rgb(226 232 240);
  color: rgb(100 116 139);
}
.wptcb-install-button.is-disabled:hover{
  background-color: rgb(226 232 240);
}
