.more-attributes-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 18px;
    color: #1d2327;
}
.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease;
    color: #1d2327;
}
.more-attributes-toggle.active .arrow {
    transform: rotate(180deg);
}
.more-attributes-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.meta-attribute-hidden {
    display: none;
    border-top: 1px solid #dfe3e8;
    padding-top: 4px;
}
.meta-attribute-hidden.active {
    display: block;
}
.arrow {
    transition: transform .2s ease;
}
.more-attributes-toggle.active .arrow {
    transform: rotate(180deg);
}

.show-more-container {
    text-align: center;
    margin-top: 12px;
	margin-bottom: 12px;
}

.toggle-plans-btn {
    background-color: transparent;
    border: none;
    color: #0073aa;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color 0.2s ease;
}

.toggle-plans-btn:hover {
    color: #005177;
    text-decoration: none;
}
.mfp-close
{
	cursor: pointer!important;
}
.wpbay-support-box {
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
	padding: 15px;
}
.wpbay-support-header {
    display: block;
    align-items: center;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.author-details__thumb img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}
.wpbay-support-info h3 {
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: 600;
}
.wpbay-support-badge {
    background: #27ae60;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
    margin-left: 8px;
    font-weight: 500;
}
.wpbay-support-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
}
.wpbay-support-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wpbay-support-list li {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 6px;
    background: #e8f5e9;
    color: #2e7d32;
    display: flex;
    align-items: center;
}
.wpbay-support-list li::before {
    content: "✔";
    color: #2e7d32;
    font-weight: bold;
    margin-right: 8px;
}
.wpbay-support-list-excluded li {
    background: #ffebee;
    color: #c62828;
}
.wpbay-support-list-excluded li::before {
    content: "✖";
    color: #c62828;
}
.wpbay-support-footer {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
    text-align: center;
	line-height: 26px;
}
.wpbay-support-footer a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
}
.wpbay-support-footer a:hover {
    text-decoration: underline;
}
.xfeatures
{
	padding-left: 10px;
}
.display-contents
{
	display: contents;
}
.nopadme
{
	padding:5px!important;
}
.software-links a {
    padding: 4px 4px;
}
.purchase-form__us-dollars-notice
{
	text-align: center;
}

.wpbay-price-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.plan-toggle {
	display: flex;
	justify-content: center;
	background: #ddd;
	border-radius: 40px;
	padding: 6px;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.toggle-btn {
	border: none;
	background: transparent;
	cursor: pointer;
	margin-top: 0px!important;

    font-weight: 400;
    font-family: var(--body-font);
    font-size: .875rem;
    line-height: 1;
    text-transform: capitalize;
    padding: 14px 16px;
    width: 100%;
    margin-top: 15px;
    border-radius: 30px;
}
.toggle-btn.active {
	background: #fff!important;
}
.product-details__buttons a:hover {
  text-decoration: none;
}
.wpbay-price-cards {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 400px;
	margin: 0 auto;
}
.plan-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 12px;
	gap: 10px;
	background: #fff;
	min-height: 60px;
	margin-bottom:10px;
}
.plan-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}
.plan-info .price {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.plan-info .license {
	font-size: 13px;
	color: #555;
}
.plan-info .discount-info {
	font-size: 13px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.plan-action
{
	max-width: 130px;
}
.plan-action a.btn {
	white-space: nowrap;
	font-weight: 600;
	padding: 8px 18px;
	border: 1px solid #ccc;
	border-radius: 25px;
	background: #fff;
	color: #000;
	transition: all 0.2s ease;
}
.plan-action a.btn:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
.plan-info .license {
	overflow: hidden;
	text-overflow: ellipsis;
}
a.no-underline:hover {
	text-decoration: none !important;
}
.single_add_to_cart_button
{
	margin-top:5px!important;
	margin-bottom:5px;
	white-space: nowrap;
}
.product-details__thumb
{
	text-align: center;
}
.greenprice
{
	color: #19ac19;
}
.sidebar-list__item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar-list__item .icon {
  display: inline-flex;
  flex-shrink: 0;
}
.sidebar-list__item .text {
  display: inline-block;
}

.product-description {
  position: relative;
}

@media (max-width: 768px) {
  .product-description {
    max-height: 440px; 
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
  }

  .product-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px; 
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    pointer-events: none;
  }

  .product-description.expanded {
    max-height: none;
  }

  .product-description.expanded::after {
    display: none;
  }

  .show-more-wrapper {
    text-align: center;
    margin-top: 10px;
  }

  .show-more-btn {
    display: inline-block;
    background: none;
    border: none;
    color: #0073aa;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
  }

  .show-more-btn:hover {
    color: #005177;
  }

  .show-more-btn .caret {
    font-size: 12px;
    margin-left: 4px;
  }
}

@media (min-width: 769px) {
  .show-more-btn {
    display: none;
  }
}
.wpbay-product-feature-image {
    width: 100%;
    height: auto;
    display: block;
}