button.faq-add-question.button.button-primary {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 15px;
}

.option-group-wrapper p.faq-note span {
  color: red;
}

/* button.button.fsb-archive-add-faq-item.fbs-upgrade-button */
.fbs-product-archive-faq form button.button.fbs-upgrade-button,
#faq-groups-container button.button.fsb-archive-add-faq-item.fbs-upgrade-button{
  background-color: #ff6a00 !important;
  color: white !important;
  border: none;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(255, 106, 0, 0.5);
}

/* Plugin page design */

.wrap.fbs-author section.heading, 
.wrap.fbs-plugins section.heading {
  background: #b9e1eb;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 50px;
  text-align: center;
}

.wrap.fbs-plugins article {
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.wrap.fbs-plugins article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* basic article elements styling */
.wrap.fbs-plugins article h2 {
  margin: 0 0 18px 0;
  line-height: 30px;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
}

.wrap.fbs-plugins figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.wrap.fbs-plugins article img {
  max-width: 100%;
  transition: opacity 0.4s ease-in-out;
}

.wrap.fbs-plugins .article-body {
  padding: 24px;
}

.wrap.fbs-plugins article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #28666e;
  border: 1px solid #28666e;
  padding: 10px;
  border-radius: 5px;
}

.wrap.fbs-plugins article a:focus {
  outline: 1px dotted #28666e;
}

.wrap.fbs-plugins article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: -15px;
  opacity: 0;
  transition: all 0.3s;
}

.wrap.fbs-plugins article:has(:hover, :focus) {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.wrap.fbs-plugins article:has(:hover, :focus) a .icon {
  margin-left: 5px;
  opacity: 1;
}


.wrap.fbs-plugins .articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

@media screen and (max-width: 960px) {
  .wrap.fbs-plugins article {
    container: card/inline-size;
  }
  .wrap.fbs-plugins .article-body p {
    display: none;
  }
}

@container card (min-width: 380px) {
  .wrap.fbs-plugins .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .wrap.fbs-plugins .article-body {
    padding-left: 0;
  }
  .wrap.fbs-plugins figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wrap.fbs-plugins figure img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

.wrap.fbs-plugins .sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
} 

/* Plugin author css */

.wrap.fbs-author .container {
  max-width: 800px;
  margin: 0 auto;
}

.wrap.fbs-author .author-info, .about-author, .contact-info {
  margin-bottom: 30px;
}

.wrap.fbs-author .contact-info p {
  margin-bottom: 10px;
}

.wrap.fbs-author .contact-info a {
  text-decoration: none;
  color: #007BFF;
}

.wrap.fbs-author .about-author p {
  line-height: 1.6;
}

.wrap.fbs-author .social-media ul {
  list-style: none;
  padding: 0;
}

.wrap.fbs-author .social-media li {
  display: inline-block;
  margin-right: 10px;
}

.wrap.fbs-author .social-media a {
  text-decoration: none;
  color: #007BFF;
  border: 1px solid #007BFF;
  padding: 8px 15px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.wrap.fbs-author .social-media a:hover {
  background-color: #007BFF;
  color: #fff;
} 

.fbs-ct-columns table:first-of-type tbody {
  display: flex;
  flex-wrap: wrap;
}

.fbs-ct-columns table:first-of-type tbody tr {
  /* background-color: #cfc6c0b3; */
  border-radius: 5px;
  max-width: 165px;
  display: flex;
  color: #fff;
  align-items: center;
  border: 1px solid #cfbfbf !important;
  margin-right: 5px;
  margin-bottom: 5px;
}


