.wp-manga-chapter .coin {
  background: #dcdcdc;
  padding: 3px 5px;
  border-radius: 3px;
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.wp-manga-chapter.premium-block .coin {
  background: #fe6a10;
  color: #fff;
}
.coin i {
  padding-right: 5px;
}
.premium .fas.fa-lock,
.premium .fas.fa-lock-open {
  margin: 0 10px;
}

body.modal-open #frm-wp-manga-buy-coin.modal .modal-content .button {
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

body.modal-open
  #frm-wp-manga-buy-coin.modal
  .modal-content
  .button.button-primary {
  background-color: #eb3349;
}
body.modal-open
  #frm-wp-manga-buy-coin.modal
  .modal-content
  .button.button-primary:hover {
  background-color: #f45e70;
}
body.modal-open
  #frm-wp-manga-buy-coin.modal
  .modal-content
  .button.button-primary
  i {
  display: none;
}
body.modal-open
  #frm-wp-manga-buy-coin.modal
  .modal-content
  .button.button-primary.disabled
  i {
  display: inline-block;
}

body.modal-open #frm-wp-manga-buy-coin.modal .modal-content .button.btn-cancel {
  background-color: #ccc;
}

body.modal-open #frm-wp-manga-buy-coin.modal .modal-content .modal-footer {
  padding: 20px;
}
#frm-wp-manga-buy-coin .coin {
  color: #ff0000;
  font-size: 1.5em;
}

.message-sufficient.hidden {
  display: none;
}
.message-lack-of-coin.hidden {
  display: none;
}

.content-blocked.premium-block {
  padding: 100px 0;
  background: #f2f2f2;
  border: 1px solid #ccc;
  text-align: center;
}
.content-blocked.premium-block a {
  color: #ff0000;
}

.wp-manga-chapter-coin-shortcode.shortcode-my-bought .title {
  margin-bottom: 20px;
}

.user-balance-panel .user-balance {
  display: block;
}
.user-balance {
  font-size: 20px;
  font-weight: bold;
}

.shortcode-top-bought .item-thumb {
  position: relative;
}
.shortcode-top-bought .item-thumb .index {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  background: rgba(255, 248, 26, 0.6);
  border-radius: 999em;
}
.shortcode-top-bought .item-thumb .index.index-1 {
  font-size: 25px;
  width: 50px;
  height: 50px;
}

.wp-manga-chapter-coin-shortcode .badge-pos-2 .manga-title-badges {
  position: absolute;
  top: 5px;
  left: 5px;
}

.form.myCRED-buy-form .form-group {
}
.form.myCRED-buy-form {
  text-align: center;
  background: #f2f2f2;
  padding: 20px 40px;
  border: 1px soid #ccc;
  width: 100%;
}

.form.myCRED-buy-form label,
.form.myCRED-buy-form .form-control-static {
  font-size: 24px;
  font-weight: bold;
}
.form.myCRED-buy-form .form-control-static {
  color: #ff0000;
  font-size: 50px;
}
button#checkout-action-button,
.form.myCRED-buy-form input[type="submit"] {
  background: #007bff;
  color: #fff;
}
.form.myCRED-buy-form input[type="submit"]:hover {
  background: #0069d9;
  color: #fff;
}
.form.myCRED-buy-form input[name="amount"] {
  background: #fff;
  font-size: 24px;
}

.widget.widget-my-cred .myCRED-balance {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.widget.widget-my-cred .myCRED-balance:before {
  content: "\f51e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px;
}

.manga-shortcodes.manga-chapters-listing .coin {
  display: none;
}

body.chapter-blocked
  .chapter-type-manga
  .c-blog-post
  .entry-content
  .entry-content_wrap
  .reading-content::before {
  content: "";
  display: none;
}

.col-revenue .value {
  color: #ff0000;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.income-summary-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.income-summary-wrapper .income-summary {
  flex: 1;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.text-ui-light .income-summary-wrapper .income-summary {
  background: #2a2a2a;
  border-color: #444;
}
.income-summary {
  padding: 30px;
  text-align: center;
}
.income-summary h3 {
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #666;
}
.text-ui-light .income-summary h3 {
  color: #aaa;
}
.income-summary .revenue-amount {
  font-size: 2.2em;
  font-weight: bold;
  color: #f0ad4e;
}
.income-summary .revenue-amount i {
  margin-right: 10px;
}
.income-summary .revenue-label {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #888;
}
.income-summary.income-currency .revenue-amount {
  color: #28a745;
}
.income-summary.income-currency .revenue-amount i {
  color: #28a745;
}
.income-summary .rate-notice {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  color: #dc3545;
}
.income-summary.income-available .revenue-amount {
  color: #17a2b8;
}
.income-summary.income-available .revenue-amount i {
  color: #17a2b8;
}
.income-summary .currency-equivalent {
  display: block;
  margin-top: 5px;
  font-size: 0.85em;
  color: #666;
}
.text-ui-light .income-summary .currency-equivalent {
  color: #aaa;
}

/* Withdrawal Action */
.withdrawal-action {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.text-ui-light .withdrawal-action {
  border-top-color: #444;
}
.withdrawal-action .pending-notice,
.withdrawal-action .minimum-notice {
  font-size: 0.85em;
  color: #856404;
  background: #fff3cd;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.text-ui-light .withdrawal-action .pending-notice,
.text-ui-light .withdrawal-action .minimum-notice {
  background: #3d3a2e;
  color: #f0c674;
}
.withdrawal-action .pending-notice i,
.withdrawal-action .minimum-notice i {
  margin-right: 5px;
}
.btn-withdraw {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: all 0.3s;
}
.btn-withdraw:disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
}
.btn-withdraw.btn-primary {
  background: #28a745;
  color: #fff;
}
.btn-withdraw.btn-primary:hover {
  background: #218838;
}
.btn-withdraw i {
  margin-right: 5px;
}

/* Withdrawal Modal */
#withdrawal-modal .income-modal-content {
  max-width: 500px;
}
.withdrawal-summary {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.text-ui-light .withdrawal-summary {
  background: #2a2a2a;
}
.withdrawal-summary .summary-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.withdrawal-summary .summary-row .label {
  color: #666;
}
.text-ui-light .withdrawal-summary .summary-row .label {
  color: #aaa;
}
.withdrawal-summary .summary-row .value {
  font-weight: 600;
}
#withdrawal-form .form-group {
  margin-bottom: 15px;
}
#withdrawal-form .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
#withdrawal-form .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1em;
}
.text-ui-light #withdrawal-form .form-control {
  background: #333;
  border-color: #555;
  color: #eee;
}
#withdrawal-form select.form-control {
  padding: 5px 10px;
}
#withdrawal-form .help-text {
  font-size: 0.85em;
  color: #888;
  margin-top: 5px;
}
/* Receive Breakdown */
.receive-breakdown {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
}
.text-ui-light .receive-breakdown {
  background: #2a2a2a;
}
.receive-breakdown .breakdown-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.text-ui-light .receive-breakdown .breakdown-row {
  border-bottom-color: #444;
}
.receive-breakdown .breakdown-row:last-child {
  border-bottom: none;
}
.receive-breakdown .breakdown-row .label {
  color: #666;
}
.text-ui-light .receive-breakdown .breakdown-row .label {
  color: #aaa;
}
.receive-breakdown .fee-row .fee-value {
  color: #dc3545;
}
.receive-breakdown .total-row {
  padding-top: 12px;
  margin-top: 5px;
  border-top: 2px solid #ddd;
  border-bottom: none;
}
.text-ui-light .receive-breakdown .total-row {
  border-top-color: #555;
}
.receive-breakdown .total-row .label {
  font-weight: 600;
  color: #333;
}
.text-ui-light .receive-breakdown .total-row .label {
  color: #eee;
}
.receive-breakdown .receive-amount {
  font-size: 1.2em;
  font-weight: bold;
  color: #28a745;
}
.form-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.text-ui-light .form-actions {
  border-top-color: #444;
}
.btn-cancel {
  background: #6c757d;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn-cancel:hover {
  background: #5a6268;
}
.withdrawal-message {
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
.withdrawal-message.success {
  background: #d4edda;
  color: #155724;
}
.withdrawal-message.error {
  background: #f8d7da;
  color: #721c24;
}
.text-ui-light .withdrawal-message.success {
  background: #1e3a1e;
  color: #a3cfbb;
}
.text-ui-light .withdrawal-message.error {
  background: #3a1e1e;
  color: #f5c6cb;
}
@media (max-width: 768px) {
  .income-summary-wrapper {
    flex-direction: column;
  }
}

/* Income Logs */
.income-logs {
  padding: 20px 30px 30px;
}
.income-logs h3 {
  margin-bottom: 15px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.text-ui-light .income-logs h3 {
  border-bottom-color: #444;
}
.income-logs-table {
  width: 100%;
  border-collapse: collapse;
}
.income-logs-table th,
.income-logs-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.text-ui-light .income-logs-table th,
.text-ui-light .income-logs-table td {
  border-bottom-color: #444;
}
.income-logs-table th {
  background: #f8f9fa;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.text-ui-light .income-logs-table th {
  background: #2a2a2a;
}
.income-logs-table td small {
  color: #888;
}
.income-logs-table .amount-cell {
  text-align: right;
}
.income-logs-table .coin-amount {
  color: #28a745;
  font-weight: 600;
}
.income-logs .no-logs {
  color: #888;
  font-style: italic;
  padding: 20px 0;
}
.income-logs .period-total {
  padding: 12px 15px;
  background: #e8f5e9;
  border-radius: 4px;
  margin-bottom: 15px;
  font-weight: 600;
}
.text-ui-light .income-logs .period-total {
  background: #1b3d1f;
}
.income-logs .period-total .coin-amount {
  color: #28a745;
  margin-left: 10px;
  font-size: 1.1em;
}
.income-logs-table .manga-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.text-ui-light .income-logs-table .manga-link {
  color: #eee;
}
.income-logs-table .manga-link:hover {
  color: #007bff;
}

/* Expandable Manga Rows */
.income-logs-table .manga-row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.income-logs-table .manga-row:hover {
  background-color: #f8f9fa;
}
.text-ui-light .income-logs-table .manga-row:hover {
  background-color: #2a2a2a;
}
.income-logs-table .manga-row .expand-icon {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  color: #666;
  transition: transform 0.2s ease;
}
.text-ui-light .income-logs-table .manga-row .expand-icon {
  color: #aaa;
}
.income-logs-table .manga-details {
  display: none;
}
.income-logs-table .manga-details.expanded {
  display: table-row;
}
.income-logs-table .manga-details > td {
  padding: 0;
  background: #f8f9fa;
}
.text-ui-light .income-logs-table .manga-details > td {
  background: #1a1a1a;
}
.income-logs-table .details-wrapper {
  padding: 15px 20px 15px 40px;
}
.income-logs-table .details-header {
  margin-bottom: 10px;
}
.income-logs-table .view-manga-link {
  color: #007bff;
  text-decoration: none;
  font-size: 13px;
}
.income-logs-table .view-manga-link:hover {
  text-decoration: underline;
}
.income-logs-table .view-manga-link i {
  margin-left: 5px;
  font-size: 11px;
}
.income-logs-table .details-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.income-logs-table .details-table th,
.income-logs-table .details-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}
.text-ui-light .income-logs-table .details-table th,
.text-ui-light .income-logs-table .details-table td {
  border-bottom-color: #333;
}
.income-logs-table .details-table th {
  background: #eee;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.text-ui-light .income-logs-table .details-table th {
  background: #2a2a2a;
}

/* View All Time Button */
.btn-view-all-time {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 15px;
}
.btn-view-all-time:hover {
  background: #5a6268;
}
.btn-view-all-time i {
  margin-right: 5px;
}

/* Income Modal */
.income-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.income-modal.active {
  display: block;
}
.income-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.income-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.text-ui-light .income-modal-content {
  background: #1a1a1a;
  color: #eee;
}
.income-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.text-ui-light .income-modal-header {
  border-bottom-color: #444;
}
.income-modal-header .modal-title {
  margin: 0;
  font-size: 1.2em;
}
.income-modal-header .modal-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 5px;
}
.text-ui-light .income-modal-header .modal-close {
  color: #aaa;
}
.income-modal-header .modal-close:hover {
  color: #333;
}
.text-ui-light .income-modal-header .modal-close:hover {
  color: #fff;
}
.income-modal-body {
  padding: 20px;
  overflow-y: auto;
}
.income-modal-body .modal-loading {
  text-align: center;
  padding: 40px;
  color: #666;
}
.text-ui-light .income-modal-body .modal-loading {
  color: #aaa;
}
.income-modal-body .error {
  color: #dc3545;
  text-align: center;
}

/* All Time Stats */
.alltime-stats-summary {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.alltime-stats-summary .stat-item {
  flex: 1;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
}
.text-ui-light .alltime-stats-summary .stat-item {
  background: #2a2a2a;
}
.alltime-stats-summary .stat-label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.text-ui-light .alltime-stats-summary .stat-label {
  color: #aaa;
}
.alltime-stats-summary .stat-value {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
}
.alltime-stats-summary .stat-value.coin-amount {
  color: #28a745;
}
.alltime-stats-table {
  width: 100%;
  border-collapse: collapse;
}
.alltime-stats-table th,
.alltime-stats-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.text-ui-light .alltime-stats-table th,
.text-ui-light .alltime-stats-table td {
  border-bottom-color: #444;
}
.alltime-stats-table th {
  background: #f8f9fa;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.text-ui-light .alltime-stats-table th {
  background: #2a2a2a;
}
.alltime-stats-table .amount-cell {
  text-align: right;
}
.alltime-stats-table .coin-amount {
  color: #28a745;
  font-weight: 600;
}
.no-data {
  text-align: center;
  color: #888;
  padding: 20px;
}
.income-logs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.text-ui-light .income-logs-header {
  border-bottom-color: #444;
}
.income-logs-header h3 {
  margin: 0;
  border: none;
  padding: 0;
}
.income-logs-header .date-range {
  color: #666;
  font-size: 14px;
}
.text-ui-light .income-logs-header .date-range {
  color: #aaa;
}
.income-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.text-ui-light .income-pagination {
  border-top-color: #444;
}
.income-pagination .btn-pagination {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}
.text-ui-light .income-pagination .btn-pagination {
  background: #2a2a2a;
  border-color: #444;
  color: #eee;
}
.income-pagination .btn-pagination:hover {
  background: #e9ecef;
  border-color: #ccc;
}
.text-ui-light .income-pagination .btn-pagination:hover {
  background: #3a3a3a;
}
.income-pagination .btn-pagination.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Withdrawal Accounts */
.withdrawal-accounts-wrapper {
  padding: 20px;
  max-width: 700px;
}
.withdrawal-accounts-wrapper .preferred-currency-section,
.withdrawal-accounts-wrapper .paypal-account-section,
.withdrawal-accounts-wrapper .bank-account-section {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
}
.text-ui-light .withdrawal-accounts-wrapper .preferred-currency-section,
.text-ui-light .withdrawal-accounts-wrapper .paypal-account-section,
.text-ui-light .withdrawal-accounts-wrapper .bank-account-section {
  background: #2a2a2a;
  border-color: #444;
}
.withdrawal-accounts-wrapper .preferred-currency-section {
  border-left: 4px solid #6f42c1;
}
.withdrawal-accounts-wrapper .paypal-account-section {
  border-left: 4px solid #0070ba;
}
.withdrawal-accounts-wrapper .bank-account-section {
  border-left: 4px solid #28a745;
}
.withdrawal-accounts-wrapper .section-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.withdrawal-accounts-wrapper .section-header i {
  font-size: 1.8em;
  margin-right: 12px;
}
.withdrawal-accounts-wrapper .preferred-currency-section .section-header i {
  color: #6f42c1;
}
.withdrawal-accounts-wrapper .paypal-account-section .section-header i {
  color: #0070ba;
}
.withdrawal-accounts-wrapper .bank-account-section .section-header i {
  color: #28a745;
}
.withdrawal-accounts-wrapper .section-header h3 {
  margin: 0;
  font-size: 1.3em;
}
.withdrawal-accounts-wrapper .description {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}
.text-ui-light .withdrawal-accounts-wrapper .description {
  color: #aaa;
}
.withdrawal-form .form-group {
  margin-bottom: 18px;
}
.withdrawal-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.withdrawal-form label .required {
  color: #dc3545;
}
.withdrawal-form .form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}
.text-ui-light .withdrawal-form .form-control {
  background: #1a1a1a;
  border-color: #555;
  color: #eee;
}
.withdrawal-form .form-control:focus {
  border-color: #007bff;
  outline: none;
}
.withdrawal-form .help-text {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}
.withdrawal-form .btn-primary {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.withdrawal-form .btn-primary:hover {
  background: #0069d9;
}
.withdrawal-form .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.withdrawal-form .save-message {
  margin-left: 15px;
  font-weight: 600;
}

/* Legacy Bank Account Form (keep for backwards compatibility) */
.bank-account-form {
  padding: 30px;
  max-width: 600px;
}
.bank-account-form h3 {
  margin-bottom: 10px;
  font-size: 1.5em;
}
.bank-account-form .description {
  color: #666;
  margin-bottom: 25px;
}
.bank-account-form .form-group {
  margin-bottom: 20px;
}
.bank-account-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.bank-account-form label .required {
  color: #dc3545;
}
.bank-account-form .form-control {
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.text-ui-light .bank-account-form .form-control {
  border-color: #5d5d5d;
}
.bank-account-form .form-control:focus {
  border-color: #007bff;
  outline: none;
}
.bank-account-form .help-text {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}
.bank-account-form .btn-primary {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.bank-account-form .btn-primary:hover {
  background: #0069d9;
}
.bank-account-form .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.bank-account-form .save-message {
  margin-left: 15px;
  font-weight: 600;
}

.text-ui-light .income-logs-table {
  color: #fff;
}

/* Withdrawal History */
.withdrawal-history-wrapper {
  padding: 20px;
}
.withdrawal-history-wrapper .section-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--flavor-color, #007bff);
}
.no-requests-notice {
  padding: 30px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 8px;
  color: #6c757d;
  font-size: 1.1em;
}
.no-requests-notice i {
  margin-right: 8px;
}
.withdrawal-history-table-wrapper {
  overflow-x: auto;
}
.withdrawal-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}
.withdrawal-history-table th,
.withdrawal-history-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}
.withdrawal-history-table th {
  background: #f8f9fa;
  font-weight: 600;
  white-space: nowrap;
}
.withdrawal-history-table .coin-amount {
  font-weight: 600;
  color: #28a745;
}
.withdrawal-history-table .unit,
.withdrawal-history-table .currency-code {
  font-size: 0.85em;
  color: #6c757d;
  margin-left: 4px;
}
.withdrawal-history-table .currency-value {
  font-weight: 500;
}
.withdrawal-history-table .method-cell i {
  margin-right: 5px;
}
.withdrawal-history-table .method-cell .fa-paypal {
  color: #003087;
}
.withdrawal-history-table .na {
  color: #adb5bd;
}
.withdrawal-history-table .status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: 500;
}
.withdrawal-history-table .status-badge.status-new {
  background: #e3f2fd;
  color: #1976d2;
}
.withdrawal-history-table .status-badge.status-processing {
  background: #fff3e0;
  color: #f57c00;
}
.withdrawal-history-table .status-badge.status-completed {
  background: #e8f5e9;
  color: #388e3c;
}
.withdrawal-history-table .status-badge.status-cancelled {
  background: #f5f5f5;
  color: #757575;
}
.withdrawal-history-table .status-badge.status-rejected {
  background: #ffebee;
  color: #d32f2f;
}
.withdrawal-history-table .note-row td {
  padding-top: 0;
  border-bottom: 2px solid #dee2e6;
}
.withdrawal-history-table .admin-note {
  padding: 10px 15px;
  background: #fff8e1;
  border-radius: 4px;
  font-size: 0.9em;
  color: #856404;
}
.withdrawal-history-table .admin-note strong {
  margin-right: 5px;
}

/* Dark mode */
.text-ui-light .withdrawal-history-wrapper .section-title {
  color: #fff;
}
.text-ui-light .no-requests-notice {
  background: #2d2d2d;
  color: #adb5bd;
}
.text-ui-light .withdrawal-history-table th {
  background: #2d2d2d;
  color: #fff;
}
.text-ui-light .withdrawal-history-table td {
  border-color: #444;
}
.text-ui-light .withdrawal-history-table {
  color: #fff;
}
.text-ui-light .withdrawal-history-table .method-cell .fa-paypal {
  color: #4db8ff;
}

.manga-chapters-list .vip-cta {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 20px 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #6c757d;
  text-align: left;
  border: 1px solid #dee2e6;
}
