.cache-status-wrapper{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:4px;padding:25px}.cache-status-wrapper h3{margin-bottom:15px}.cache-status-wrapper ul{list-style:none;display:flex;column-gap:30px;row-gap:10px;padding-left:0}.cache-status-wrapper li{display:flex;align-items:center;gap:10px}.cache-status-wrapper li:last-of-type{margin-bottom:0}.cache-status-wrapper li .btn{background:#fff;border:1px solid var(--theme-elevation-200);padding:0 8px;transition:transform .15s ease-in-out}.cache-status-wrapper li .btn:hover{transform:scale(1.05)}.cache-status-wrapper li .locale-no-content{font-size:11px}.cache-status-wrapper div.green,.cache-status-wrapper div.red{width:12px;height:12px;border-radius:50%;display:inline-block}.cache-status-wrapper div.green{background:#52a426}.cache-status-wrapper div.red{background:var(--theme-error-600)}