/* Template:Insert quote panel/styles.css */
.insert-quote-panel {
clear: both;
width: 100%;
box-sizing: border-box;
margin: 0 0 2em 0;
padding: .5em .5em .5em 0;
border: 0 solid #9CA4AC;
border-radius: 0;
background: #F8F9FA;
/* lock text color so dark mode doesn’t flip it */
color: #202122;
}
/* Optional: keep link colors constant too (pick one style) */
/* Neutral (same as text) */
.insert-quote-panel a,
.insert-quote-panel a:visited { color: #202122; text-decoration: underline; }
/* —or— Wikimedia blue, unchanged across themes */
/* .insert-quote-panel a,
.insert-quote-panel a:visited { color: #36c; } */