.t3n__content-cache-debug-container {
  position: absolute;
  z-index: 10000;
  pointer-events: none;
  outline: 2px solid black;
  outline-offset: -5px;
}

.t3n__content-cache-debug-container:hover {
  z-index: 10001;
}

.t3n__content-cache-debug-container.removed {
  display: none;
}

.t3n__content-cache-debug-table {
  pointer-events: none;
  background: #fff;
  padding: 20px;
  color: #2a2a2a;
  font-size: 1em;
  line-height: 1.5em;
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 10002;
}
.t3n__content-cache-debug-table tr {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}

.t3n__content-cache-debug-table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background: #fff;
  padding: 5px 10px;
  color: #2a2a2a;
}

.t3n__content-cache-debug-table td {
  word-wrap: break-word;
  background: #fff;
  padding-right: 10px;
  padding-left: 10px;
  color: #2a2a2a;
  font-size: 1em;
}

.t3n__content-cache-debug-table .object-values {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: .2rem .5rem;
}

.t3n__content-cache-debug-table .object-values span {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t3n__content-cache-debug-table i {
  font-style: normal;
  font-weight: bold;
}

.t3n__content-cache-debug-shelf div:first-child {
  border-left: none;
  border-top-left-radius: 4px;
}

.t3n__content-cache-debug-shelf span:last-child {
  border-top-right-radius: 4px;
}

.t3n__content-cache-debug-shelf span,
.t3n__content-cache-debug-shelf div {
  pointer-events: all;
  font-size: 0.75em;
  line-height: 2.5em;
  border-left: 1px solid #e2e2e2;
  padding: 5px 15px;
  color: #2a2a2a;
}
.t3n__content-cache-debug-shelf span:hover,
.t3n__content-cache-debug-shelf span.-active {
  background-color: #f9423a;
  color: #fff;
  cursor: pointer;
}

.t3n__content-cache-debug-container button {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 0px;
  background: #fff;
  display: flex;
  justify-content: center;
  pointer-events: all;
  border: none;
  z-index: 10001;
  border-radius: 4px;
  font-size: 1.25em;
  padding: 5px;
  line-height: 2em;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.t3n__content-cache-debug-container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}

.t3n__content-cache-debug-container div.cached {
  outline-color: rgb(0, 255, 0);
}

.t3n__content-cache-debug-container button:hover ~ div.cached {
  background-color: rgba(0, 255, 0, 0.2);
}

.t3n__content-cache-debug-container div.uncached {
  outline-color: #f9423a;
}

.t3n__content-cache-debug-container button:hover ~ div.uncached {
  background-color: rgba(255, 0, 0, 0.2);
}

.t3n__content-cache-debug-container div.dynamic {
  outline-color: rgba(251, 190, 53, 1);
}

.t3n__content-cache-debug-container button:hover ~ div.dynamic {
  background-color: rgba(251, 190, 53, 0.2);
}

.t3n__content-cache-debug-modal h4 {
  margin: 0;
}

.t3n__content-cache-debug-modal {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 55px;
  left: 10px;
  z-index: 10002;
  background: rgba(255, 255, 255);
  color: white;
  padding: 40px;
  font-size: 12px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.t3n__content-cache-debug-modal .debug-meta {
  display: flex;
  margin: 20px 0;
}
.t3n__content-cache-debug-modal .debug-meta p {
  color: #2a2a2a;
  font-size: 16px;
}
.t3n__content-cache-debug-modal .debug-meta div {
  margin-right: 20px;
}

.t3n__content-cache-debug-modal > div {
  margin-bottom: 5px;
  padding: 0 5px;
  cursor: pointer;
}

.t3n__debug-info-table button {
  background: none;
  color: #2a2a2a;
  border: 2px solid #2a2a2a;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
}
.t3n__debug-info-table button.-active {
  background-color: #f9423a;
  border-color: #f9423a;
  color: #fff;
}

.t3n__debug-info-table {
  color: #2a2a2a;
  width: 100%;
  margin-bottom: 40px;
}

.t3n__debug-info-table span.tag {
  font-style: normal;
  background: #f9423a;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  margin: 0 5px;
}
.t3n__debug-info-table th {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
}
.t3n__debug-info-table tr {
  font-size: 13px;
  margin-bottom: 5px;
  border-bottom: 1px solid #a2a2a2;
}
.t3n__debug-info-table tr:last-child {
  border-bottom: none;
}
.t3n__debug-info-table td.cached {
  background-color: rgba(52, 232, 143, 0.4);
}
.t3n__debug-info-table td.uncached {
  background-color: rgba(249, 66, 58, 0.4);
}
.t3n__debug-info-table td.dynamic {
  background-color: rgba(251, 190, 53, 0.4);
}
.t3n__debug-info-table tr.detail-row {
  display: none;
}
.t3n__debug-info-table p.small {
  font-size: 12px;
}
.t3n__debug-info-table tr.detail-row .t3n__content-cache-debug-table th,
.t3n__debug-info-table tr.detail-row .t3n__content-cache-debug-table td {
  font-size: 13px;
}
.t3n__debug-info-table tr.detail-row .t3n__content-cache-debug-table {
  position: relative;
  width: 100%;
  box-shadow: none;
}
.t3n__debug-info-table tr.detail-row.-show {
  display: table-row;
}
.t3n__debug-info-table td {
  padding: 5px;
}
.t3n__debug-info-table .fusion-prototype {
  display: none;
  margin-bottom: 5px;
}
.t3n__debug-info-table .fusion-prototype span {
  font-style: normal;
  background: #f9423a;
  color: #fff;
  padding: 0 4px;
  border-radius: 2px;
}

.t3n__debug-info-table tr.-show-prototype .fusion-prototype {
  display: block;
}

.t3n__content-cache-debug-modal > div.cached {
  background: rgba(52, 232, 143, 0.4);
}

.t3n__content-cache-debug-modal > div.uncached {
  background: rgba(255, 0, 0, 0.4);
}

.t3n__content-cache-debug-modal > div.dynamic {
  background: rgba(251, 190, 53, 0.4);
}

.t3n__content-cache-debug-modal > div i {
  font-style: normal;
  font-weight: bold;
  color: darkgrey;
  padding: 0 5px;
}

.t3n__content-cache-debug-modal > div span {
  font-weight: bold;
  color: rgb(50, 50, 50);
  padding: 0 0 0 3px;
}

.t3n__content-cache-debug-shelf {
  position: fixed;
  bottom: 0;
  z-index: 10003;
  display: flex;
  width: auto;
  justify-content: center;
  pointer-events: none;
  background-color: #fff;
  right: 40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.t3n__content-cache-debug-shelf button {
  position: static;
  margin: 0 3px;
}
