diff --git a/website/site-access-help.html b/website/site-access-help.html
index 03b0b1e..40570e3 100644
--- a/website/site-access-help.html
+++ b/website/site-access-help.html
@@ -80,6 +80,7 @@
Open KoalaSync and select the video tab again.
You do not need to wait for a KoalaSync update. These steps work immediately.
+ Open Google’s official step-by-step instructions for changing an extension’s website access
diff --git a/website/styles/support.css b/website/styles/support.css
index 2d4fb7c..e9ff701 100644
--- a/website/styles/support.css
+++ b/website/styles/support.css
@@ -92,10 +92,16 @@
}
.support-card h2 {
- margin-bottom: 0.8rem;
+ margin: 0 0 0.8rem;
font-size: clamp(1.35rem, 3vw, 1.75rem);
}
+.support-card > .support-eyebrow {
+ display: flex;
+ width: fit-content;
+ margin: 0 0 1rem;
+}
+
.support-card h3 {
margin-bottom: 0.55rem;
font-size: 1.05rem;