:root[data-theme="light"] .arisid-connect,
:root[data-theme="light"] .comment-login button,
:root[data-theme="light"] .comment-form button[type="submit"],
:root[data-theme="light"] .chat-login button,
:root[data-theme="light"] .chat-form button[type="submit"],
:root[data-theme="light"] .subscriber-access-note a{
  background:var(--green,#35b978)!important;
  color:#fff!important;
}
:root[data-theme="light"] .subscriber-access-note a:hover,
:root[data-theme="light"] .arisid-connect:hover{
  background:var(--primary-hover,#228c60)!important;
  color:#fff!important;
}

a[href],
button:not(:disabled),
summary,
[role="button"],
[role="switch"],
[data-clickable],
label:has(input[type="checkbox"]),
label:has(input[type="radio"]),
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="color"],
select{
  cursor:pointer!important;
}

button:disabled,
input:disabled,
select:disabled,
[aria-disabled="true"]{
  cursor:not-allowed!important;
}
