.ks-clerk-auth,
.ks-account-dashboard,
.ks-watchlist-control {
box-sizing: border-box;
}
.ks-account-dashboard {
display: grid;
gap: 18px;
width: min(100%, 980px);
margin: 32px auto;
}
.ks-account-dashboard__auth {
display: flex;
justify-content: flex-end;
}
.ks-account-dashboard__content {
display: grid;
gap: 18px;
}
.ks-account-panel {
border: 1px solid rgba(17, 24, 39, 0.12);
border-radius: 8px;
background: rgba(255, 255, 255, 0.86);
box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
padding: 20px;
}
.ks-account-panel h2,
.ks-account-panel h3 {
margin: 0;
color: #111827;
letter-spacing: 0;
}
.ks-account-panel p {
margin: 6px 0 0;
color: #4b5563;
}
.ks-account-panel__header {
align-items: center;
display: flex;
justify-content: space-between;
gap: 16px;
margin-bottom: 14px;
}
.ks-account-panel__header--account {
margin-bottom: 0;
}
.ks-account-panel__header > span {
color: #4b5563;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
}
.ks-account-kicker {
color: #d71920 !important;
font-size: 12px;
font-weight: 800;
letter-spacing: 0;
margin: 0 0 4px !important;
text-transform: uppercase;
}
.ks-watchlist-list {
display: grid;
gap: 10px;
}
.ks-watchlist-item {
align-items: center;
border: 1px solid rgba(17, 24, 39, 0.1);
border-radius: 8px;
display: flex;
justify-content: space-between;
gap: 14px;
padding: 14px;
}
.ks-watchlist-item a {
color: #111827;
display: block;
font-weight: 800;
text-decoration: none;
}
.ks-watchlist-item span {
color: #6b7280;
display: block;
font-size: 13px;
margin-top: 4px;
}
.ks-watchlist-item button,
.ks-watchlist-button,
.ks-account-logout {
align-items: center;
background: #111827;
border: 0;
border-radius: 8px;
color: #fff;
cursor: pointer;
display: inline-flex;
font-size: 13px;
font-weight: 800;
min-height: 42px;
justify-content: center;
line-height: 1.2;
padding: 0 16px;
transition: background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
white-space: nowrap;
}
.ks-watchlist-button {
background: #d71920;
box-shadow: 0 10px 24px rgba(215, 25, 32, 0.22);
min-width: 160px;
}
.ks-account-logout {
background: #f3f4f6;
color: #111827;
box-shadow: none;
}
.ks-account-logout:hover {
background: #e5e7eb;
}
.ks-watchlist-item button:hover,
.ks-watchlist-button:hover {
transform: translateY(-1px);
}
.ks-watchlist-button[data-state="watching"] {
background: #0f766e;
box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
}
.ks-watchlist-button[data-state="signed-out"] {
background: #111827;
box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
}
.ks-watchlist-button[data-state="error"] {
background: #7f1d1d;
}
.ks-watchlist-item button:disabled,
.ks-watchlist-button:disabled,
.ks-account-logout:disabled {
cursor: wait;
opacity: 0.68;
transform: none;
}
.ks-account-toggle {
align-items: center;
color: #111827;
display: flex;
font-weight: 700;
gap: 10px;
margin-top: 14px;
}
.ks-account-toggle input {
height: 18px;
width: 18px;
}
.ks-account-empty,
.ks-account-loading,
.ks-account-error,
.ks-account-notice {
border: 1px solid rgba(17, 24, 39, 0.12);
border-radius: 8px;
color: #4b5563;
padding: 16px;
}
.ks-account-error {
background: #fff1f2;
border-color: rgba(215, 25, 32, 0.25);
color: #991b1b;
}
.ks-watchlist-control {
display: flex;
justify-content: center;
margin: 22px 0;
}
.ks-watchlist-control--inline {
margin: 0;
}
.ks-watchlist-control--inline .ks-watchlist-button {
min-height: 44px;
}
body.single-tribe_events .simplefavorite-button,
body.single-tribe_events .simplefavorites-button,
body.events-single .simplefavorite-button,
body.events-single .simplefavorites-button,
body.single-tribe_events .favorites-list,
body.single-tribe_events .simplefavorites-list,
body.events-single .favorites-list,
body.events-single .simplefavorites-list {
display: none !important;
}
.ks-watchlist-fallback {
display: flex;
justify-content: center;
margin: 0 auto 34px;
max-width: 980px;
padding: 0 18px;
}
@media (max-width: 680px) {
.ks-account-dashboard {
margin: 20px auto;
}
.ks-account-dashboard__auth {
justify-content: flex-start;
}
.ks-watchlist-item,
.ks-account-panel__header {
align-items: flex-start;
flex-direction: column;
}
.ks-watchlist-item button,
.ks-watchlist-button {
width: 100%;
}
}