/*! WP Fastest Cache */
.wp-fastest-cache-wrap{position:relative;display:block}
.wp-fastest-cache-wrap *{box-sizing:border-box}
.wp-fastest-cache-hidden{display:none!important}
.wp-fastest-cache-row{display:flex;flex-wrap:wrap;margin:0 -8px}
.wp-fastest-cache-col{padding:0 8px;flex:1 1 auto}
.wp-fastest-cache-btn{display:inline-block;padding:8px 14px;border-radius:3px;cursor:pointer}
.wp-fastest-cache-notice{margin:12px 0;padding:10px 12px;border-left:4px solid #ccc}
.wp-fastest-cache-spinner{width:16px;height:16px;animation:wp-fastest-cache-spin 1s linear infinite}
@keyframes wp-fastest-cache-spin{to{transform:rotate(360deg)}}
