/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 25 2026 | 20:57:12 */
.re-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.re-doc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: max-content;
  max-width: 160px;
  text-decoration: none;
  color: #7A7A7A;
  text-align: center;
  position: relative;
  overflow: visible;
}

.re-doc-item i {
  font-size: 22px;
  line-height: 1;
  color: #7A7A7A;
  margin-bottom: 8px;
  display: block;
}

.re-doc-name {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #7A7A7A;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  width: 100%;
}

.re-doc-item:hover,
.re-doc-item:hover i,
.re-doc-item:hover .re-doc-name {
  color: #7A7A7A;
  opacity: 1;
}

.re-doc-item { max-width: none; }
.re-doc-name {
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}



span.re-doc-name {
    text-transform: uppercase !important;
    font-weight: 500;
    color: #7A7A7A;
    font-size: 14px;
}

a.re-doc-item {
    margin-top: 2px !important;
}
