:root{--wp-screenshot-theme-color:#007cba}.wporg-screenshot-card{border-radius:1px;box-shadow:0 0 0 2px #fff,0 0 0 3px #f0f0f1;display:block;overflow:hidden;position:relative;transition:all 75ms ease-in-out;width:100%}.wporg-screenshot-card:focus,.wporg-screenshot-card:hover{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-screenshot-theme-color);outline:none}.wporg-screenshot-card__active{box-shadow:0 0 0 2px #fff,0 0 0 3px #1e1e1e}.wporg-screenshot{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.wporg-screenshot__has-error,.wporg-screenshot__has-error:hover{color:#aaa;font-size:10px;-webkit-text-decoration:none;text-decoration:none}.wporg-screenshot-loader{align-items:center;display:flex;height:100%;justify-content:center}.wporg-screenshot-loader:after{animation:rotate-360 1.4s linear infinite;border:2px solid;border-color:#ddd #ddd #0073aa;border-radius:50%;box-sizing:border-box;content:"";display:inline-block;height:24px;width:24px}@keyframes rotate-360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}