.commissionrules {
	margin: 0;
	padding-left: 20px;
}

.commissionrules > li + li {
	margin-top: 14px;
}

.commissionrules span {
	display: block;
	margin-top: 8px;
	padding: 12px 14px;
	border: 1px solid #eaecf0;
	border-radius: 16px;
	background: #f8fafc;
}

.lotus-office-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.lotus-office-panel,
.lotus-office-teaser-section {
	padding: 28px;
	border: 1px solid #e4e8ee;
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
	box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.lotus-office-panel__header,
.lotus-office-teaser-section__header {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0, 90, 135, 0.12);
}

.lotus-office-panel__eyebrow,
.lotus-office-teaser-section__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(0, 115, 170, 0.08);
	color: #005a87;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lotus-office-panel__header h3,
.lotus-office-panel__header p,
.lotus-office-teaser-section__header h3,
.lotus-office-teaser-section__header p {
	margin: 0;
}

.lotus-office-panel__header p,
.lotus-office-teaser-section__header p,
.lotus-office-panel p {
	color: #475467;
}

.lotus-office-panel__header p,
.lotus-office-teaser-section__header p {
	max-width: 760px;
	margin-top: 8px;
}

.lotus-office-panel__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.9fr);
	gap: 18px;
	align-items: stretch;
}

.lotus-office-subcard,
.lotus-office-teaser {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 100%;
	padding: 22px;
	border: 1px solid #e7ebf0;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lotus-office-subcard::before,
.lotus-office-teaser::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #0073aa 0%, #53b1fd 100%);
}

.lotus-office-subcard:hover,
.lotus-office-teaser:hover {
	transform: translateY(-3px);
	border-color: #cfe0ef;
	box-shadow: 0 16px 32px rgba(16, 24, 40, 0.1);
}

.lotus-office-subcard h4,
.lotus-office-subcard p,
.lotus-office-teaser h4,
.lotus-office-teaser p {
	margin: 0;
}

.lotus-office-subcard h4,
.lotus-office-teaser h4,
.lotus-office-status-panel h3 {
	color: #101828;
}

.lotus-office-subcard__eyebrow,
.lotus-office-teaser__kicker {
	display: inline-flex;
	align-self: flex-start;
	padding: 5px 10px;
	border-radius: 999px;
	background: #eff6fb;
	color: #005a87;
	font-size: 12px;
	font-weight: 700;
}

.lotus-office-subcard--qr {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.lotus-office-subcard--qr a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #005a87;
	font-weight: 600;
	text-decoration: none;
}

.lotus-office-subcard--qr img {
	max-width: 100%;
	height: auto;
}

.lotus-office-form-shell,
.lotus-office-form-stack,
.lotus-office-field {
	margin: 0;
}

.lotus-office-form-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lotus-office-input,
.lotus-office-textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d0d5dd;
	border-radius: 14px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lotus-office-input[readonly] {
	background: #f8fafc;
}

.lotus-office-input:focus,
.lotus-office-textarea:focus {
	outline: none;
	border-color: #53b1fd;
	box-shadow: 0 0 0 4px rgba(83, 177, 253, 0.15);
}

.lotus-office-textarea {
	min-height: 96px;
	margin-top: 8px;
}

.lotus-office-button.button,
.lotus-office-teaser__link.button {
	align-self: flex-start;
	border-radius: 999px;
	background: #005a87;
	border-color: #005a87;
	color: #fff;
	box-shadow: none;
}

.lotus-office-button.button:hover,
.lotus-office-teaser__link.button:hover {
	background: #00476b;
	border-color: #00476b;
}

.lotus-office-field--code strong {
	display: block;
	margin-bottom: 4px;
}

.lotus-office-status-panel h3 {
	margin-top: 0;
	margin-bottom: 16px;
}

.lotus-office-status-panel .commissionrules > li {
	color: #344054;
}
.lotus-office-menu {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.lotus-office-menu a {
    background-color: #0073aa;
    color: white !important;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s;
}

.lotus-office-menu a:hover {
    background-color: #005a87;
}

.lotus-office-menu a.is-active,
.lotus-office-menu a[aria-current="page"] {
    background-color: #005a87;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35), 0 0 0 2px #005a87;
    font-weight: 600;
}

.lotus-office-menu a.is-active:hover,
.lotus-office-menu a[aria-current="page"]:hover {
    background-color: #00476b;
}

.lotus-office-teaser-section {
    margin-top: 0;
}

.lotus-office-teaser-section__header {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 90, 135, 0.12);
}

.lotus-office-teaser-section__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 115, 170, 0.08);
    color: #005a87;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lotus-office-teaser-section__header h3,
.lotus-office-teaser-section__header p {
    margin: 0;
}

.lotus-office-teaser-section__header p {
    max-width: 760px;
    margin-top: 8px;
    color: #475467;
}

.lotus-office-teasers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.lotus-office-teaser {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 22px;
    border: 1px solid #e7ebf0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lotus-office-teaser::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0073aa 0%, #53b1fd 100%);
}

.lotus-office-teaser:hover {
    transform: translateY(-3px);
    border-color: #cfe0ef;
    box-shadow: 0 16px 32px rgba(16, 24, 40, 0.1);
}

.lotus-office-teaser__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lotus-office-teaser__kicker {
    display: inline-flex;
    align-self: flex-start;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eff6fb;
    color: #005a87;
    font-size: 12px;
    font-weight: 700;
}

.lotus-office-teaser h4,
.lotus-office-teaser p {
    margin: 0;
}

.lotus-office-teaser h4 {
    color: #101828;
}

.lotus-office-teaser p {
    flex: 1;
    color: #475467;
    line-height: 1.55;
}

.lotus-office-teaser__footer {
    padding-top: 14px;
    border-top: 1px solid #eef2f6;
}

.lotus-office-teaser__link.button {
    align-self: flex-start;
    border-radius: 999px;
    background: #005a87;
    border-color: #005a87;
    color: #fff;
    box-shadow: none;
}

.lotus-office-teaser__link.button:hover {
    background: #00476b;
    border-color: #00476b;
}

.lotus-office-page--subpage {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lotus-office-panel--subpage h2,
.lotus-office-panel--subpage h3,
.lotus-office-panel--subpage h4 {
    margin-top: 0;
    color: #101828;
}

.lotus-office-subpage-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.lotus-office-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    background: #fff;
    color: #005a87;
    font-weight: 600;
    text-decoration: none;
}

.lotus-office-nav-link:hover {
    border-color: #98a2b3;
    background: #f8fafc;
}

.lotus-office-subpage-period {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eff6fb;
    color: #005a87;
    font-weight: 700;
}

.lotus-office-table-wrap {
    overflow-x: auto;
}

.lotus-office-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.lotus-office-table th,
.lotus-office-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #eaecf0;
    vertical-align: top;
}

.lotus-office-table thead th {
    background: #f8fafc;
    color: #344054;
    font-size: 13px;
}

.lotus-office-info-box {
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #dbe7f3;
    border-radius: 16px;
    background: #eff6fb;
    color: #0f172a;
}

.lotus-office-footnote {
    margin: 0;
    color: #475467;
}

.downline.lotus-office-tree {
    padding: 20px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #fff;
}

.downline.lotus-office-tree ul {
    margin: 0;
}

.lotus-promotion-categories .lotus-tabs-item {
    padding: 22px;
    border: 1px solid #e7ebf0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
}

.lotus-promotion-banner {
    padding: 18px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #f8fafc;
}

.lotus-office-product-groups {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lotus-office-product-group {
    padding: 22px;
    border: 1px solid #e7ebf0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
}

.lotus-office-product-card + .lotus-office-product-card {
    margin-top: 12px;
}

.lotus-office-product-card {
    padding: 16px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #f8fafc;
}

.lotus-office-product-card__inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.lotus-office-product-card__image {
    flex: 0 0 100px;
}

.lotus-office-product-card__content {
    flex: 1;
}

.lotus-office-textarea--compact {
    min-height: 72px;
}

.lotus-office-panel--subpage .woocommerce-EditAccountForm input[type="text"],
.lotus-office-panel--subpage .woocommerce-EditAccountForm input[type="email"],
.lotus-office-panel--subpage .woocommerce-EditAccountForm input[type="tel"],
.lotus-office-panel--subpage .woocommerce-EditAccountForm textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    background: #fff;
}

.lotus-office-panel--subpage .woocommerce-EditAccountForm button.button,
.lotus-promotion-banner .button {
    border-radius: 999px;
    background: #005a87;
    border-color: #005a87;
    color: #fff;
}

.lotus-office-resource-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.lotus-office-resource-card {
    padding: 20px;
    border: 1px solid #e7ebf0;
    border-radius: 20px;
    background: #fff;
}

.lotus-office-resource-card ul {
    margin: 0;
    padding-left: 18px;
}

.lotus-promotion {
    max-width: 100%;
}

.lotus-promotion-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lotus-promotion-tabbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.lotus-promotion-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    background: #fff;
    color: #005a87;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.lotus-promotion-tab:hover,
.lotus-promotion-tab.is-active {
    background: #f8fafc;
    border-color: #98a2b3;
}

.lotus-promotion-tab.is-active {
    background: #005a87;
    border-color: #005a87;
    color: #fff;
}

.lotus-promotion-sections {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 100%;
}

.lotus-promotion-section {
    display: none;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.lotus-promotion-section.is-active {
    display: block;
}

.lotus-promotion-section__title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.lotus-promotion-section__content {
    max-width: 100%;
    overflow: hidden;
}

.lotus-promotion-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    align-items: flex-start;
}

.lotus-promotion-banner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100% !important;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.lotus-promotion-banner p {
    margin: 0;
}

.lotus-promotion-image,
.lotus-promotion-code {
    box-sizing: border-box;
    max-width: 100%;
}

.lotus-promotion-image {
    display: block;
    width: auto;
    height: auto;
}

.lotus-promotion-code {
    width: 100%;
    min-height: 90px;
}

@media (max-width: 767px) {
    .lotus-office-panel,
    .lotus-office-teaser-section {
        padding: 20px;
        border-radius: 22px;
    }

    .lotus-office-panel__grid {
        grid-template-columns: 1fr;
    }

    .lotus-promotion-grid {
        gap: 12px;
    }

    .lotus-office-product-card__inner {
        flex-direction: column;
    }
}

.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
  }

  .checkbox-wrapper-22 .switch input {
    display:none;
  }

  .checkbox-wrapper-22 .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }

  .checkbox-wrapper-22 .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
  }

  .checkbox-wrapper-22 input:checked + .slider {
    background-color: #66bb6a;
  }

  .checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(26px);
  }

  .checkbox-wrapper-22 .slider.round {
    border-radius: 34px;
  }

  .checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
  }
