:root{--white:#FFFFFF;--carbon-black:#242423;--black:#000000;--light-grey:#f5f5f5;--grey:#dcdcdc;--dark-grey:#676767;--light-royal-navy:#9acbff;--royal-navy:#083D77;--beige:#EBEBD3;--royal-gold:#F4D35E;--sandy-brown:#EE964B;--tomato:#F95738;--primary-background-colour:var(--white);--primary-text-color:var(--carbon-black);--primary-element-background-colour:var(--carbon-black);--primary-element-text-colour:var(--white);--page-link-colour:var(--royal-gold);--error:var(--tomato);--warning:var(--sandy-brown);--success:var(--white);--neutral:var(--royal-navy);--main-max-width:1200px;--default-padding:30px;--section-background-colour:var(--light-grey);--section-margin-bottom:40px;--nav-button-margin:10px;--back-to-top-button-background-colour:var(--carbon-black);--back-to-top-button-border-colour:var(--white);--back-to-top-button-font-colour:var(--white);--back-to-top-button-margin:10px;--table-border-colour:var(--dark-grey);--table-th-background-colour:var(--carbon-black);--table-th-font-colour:var(--white);--table-td-background-colour:var(--white);--structured-data-card-background-colour:var(--white);--structured-data-card-border-colour:var(--dark-grey);--structured-data-card-show-hide-details-button-background-colour:var(--carbon-black);--structured-data-card-show-hide-details-button-font-colour:var(--white);--ignore-robots-txt-warning-message:var(--royal-gold);--checkbox-dimensions:20px}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Zolando Sans;src:url(/fonts/ZalandoSans-VariableFont_wdth,wght.ttf)}@font-face{font-family:Nunito Sans;src:url(/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf)}@font-face{font-family:Google Sans Flex;src:url(/fonts/GoogleSansFlex-VariableFont_GRAD,ROND,opsz,slnt,wdth,wght.ttf)}@font-face{font-family:Michroma;src:url(/fonts/Michroma-Regular.ttf)}body{background-color:var(--primary-element-background-colour);color:var(--primary-text-color);font-family:Nunito Sans,sans-serif}ol,ul{margin-left:3rem}ul{list-style:disc}ol{list-style:decimal}img{max-width:100%}h1{margin-bottom:1rem}h2,h3,h4,h5,h6,ol,p,ul{margin-bottom:.5rem}p{line-height:1.5rem}.page-link-colour{color:var(--primary-text-color)}.page-link-colour:hover{color:var(--page-link-colour)}.section-margin-bottom{margin-bottom:var(--section-margin-bottom)}.highlight-whitespace-background{background-color:var(--royal-gold)}.wrap-text,.wrap-url{word-break:break-word}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.error-text{color:var(--error)}.error-background{background-color:var(--error);color:var(--white)}.warning-text{color:var(--warning)}.warning-background{background-color:var(--warning);color:var(--white)}.success-background{background-color:var(--success);color:var(--primary-text-color)}.success-text{color:var(--success)}.neutral-background{background-color:var(--neutral);color:var(--white)}.neutral-text{color:var(--neutral)}#cookie-consent-banner{background-color:var(--primary-element-background-colour);color:var(--primary-element-text-colour);position:fixed;bottom:0;width:100%;text-align:center;padding:30px}#cookie-consent-banner #accept-cookies{cursor:pointer;background-color:var(--primary-background-colour);color:var(--primary-text-color);padding:10px 20px;border:none;font-weight:700}#cookie-consent-banner #accept-cookies:hover{background-color:var(--royal-gold);color:var(--primary-text-color)}#cookie-consent-banner a{color:var(--primary-background-colour)}#cookie-consent-banner a:hover{color:var(--royal-gold)}header{background-color:var(--primary-element-background-colour);padding:5px var(--default-padding)}#logo{font-family:Michroma,sans-serif;font-size:1.3rem;color:var(--primary-element-text-colour);text-decoration:none}#logo:hover{text-decoration:underline}#nav-button{cursor:pointer;z-index:1000;position:fixed;top:5px;right:var(--default-padding);font-size:3rem;font-weight:700;width:30px;height:30px;display:grid;grid-gap:5px;gap:5px;align-content:center}#nav-button>div{width:100%;height:6px}.nav-close-button-line{background-color:var(--tomato)}.nav-open-button-line{background-color:var(--dark-grey)}nav{background-color:var(--primary-element-background-colour);padding:var(--default-padding);display:grid;grid-gap:40px;gap:40px;text-align:center;align-content:center;font-size:1rem;position:fixed;top:0;left:0;width:100%;height:100%;transition:left .2s ease-in-out;z-index:999}.nav-section{display:grid;grid-gap:15px;gap:15px;justify-items:center}.nav-section-heading{color:var(--primary-element-text-colour);font-weight:700;text-transform:uppercase}.nav-section-links{display:grid;grid-gap:15px;gap:15px;justify-items:center}.nav-section-links a{color:var(--primary-element-text-colour);text-decoration:none}.nav-section-links a:hover{text-decoration:underline}#back-to-top-button{background-color:var(--back-to-top-button-background-colour);border:1px solid var(--back-to-top-button-border-colour);color:var(--back-to-top-button-font-colour);position:fixed;bottom:var(--default-padding);right:var(--default-padding);padding:10px 20px;border-radius:10%;cursor:pointer;font-size:1rem}main{background:var(--primary-background-colour);padding:20px var(--default-padding)}fieldset{border:none}input#url{width:100%;padding:10px;font-size:1.3rem;color:var(--primary-text-color)}.url-input-and-check-page-button-container{display:grid;grid-template-columns:auto 100px;margin-bottom:10px}.url-input-and-check-page-button-container button{cursor:pointer;font-weight:700;border:none;background-color:var(--primary-element-background-colour);color:var(--white)}#ignore-robots-check-button-and-text{display:flex;flex-wrap:wrap;gap:10px}#ignore-robots-check-button-and-text input{width:var(--checkbox-dimensions);height:var(--checkbox-dimensions)}#ignore-robots-message{background-color:var(--ignore-robots-txt-warning-message);padding:15px;font-weight:700}table,td,th{border:1px solid var(--table-border-colour);padding:5px 10px}.table-scroll-container{position:relative}.table-scroll-top{overflow-x:auto;overflow-y:hidden;height:16px}.card-wrapper,.table-wrapper{overflow-x:auto;max-width:100%;max-height:75vh}table{border-collapse:collapse}th{background-color:var(--table-th-background-colour);color:var(--table-th-font-colour)}thead th{position:-webkit-sticky;position:sticky;top:0}td{background-color:var(--table-td-background-colour)}.table-links{display:grid;justify-items:start}footer{background-color:var(--primary-element-background-colour);padding:var(--default-padding)}.footer-links,footer{display:grid;grid-gap:20px;gap:20px}.footer-links{justify-items:start}.footer-links a{color:var(--primary-element-text-colour);text-decoration:none}.footer-links a:hover{text-decoration:underline}#copyright{color:var(--primary-element-text-colour);font-size:.9rem}.tool-card-container{display:grid;grid-gap:10px;gap:10px}.tool-card{background-color:var(--light-grey);padding:10px 15px}.tool-card p{margin-bottom:0}.tool-card a,.tool-card p{color:var(--primary-text-colour)}.tool-card a{text-decoration:none}.tool-card a:hover{text-decoration:underline}.tools-page-link{color:var(--primary-text-color);text-decoration:none}.component-links,.tools-page-link:hover{text-decoration:underline}.component-links{color:var(--primary-text-color)}.component-links:hover{text-decoration:none}.structured-data-card-container{display:grid;grid-gap:10px;gap:10px}.structured-data-card{background-color:var(--structured-data-card-background-colour);border:1px solid var(--structured-data-card-border-colour);padding:20px}.structured-data-card-show-hide-details-button{cursor:pointer;background-color:var(--structured-data-card-show-hide-details-button-background-colour);color:var(--structured-data-card-show-hide-details-button-font-colour);border:none;padding:10px 15px;margin-bottom:10px}.structured-data-card-value{margin-bottom:5px}@media only screen and (min-width:768px){.footer-links{display:flex;flex-wrap:wrap}}