@font-face {
    font-family: 'CC_H';
    src: url('https://callsigncollective.neocities.org/PageResources/Fontes/ARMY%20RUST.ttf') format('truetype');
  }

  @font-face {
    font-family: 'CC_T';
    src: url('https://callsigncollective.neocities.org/PageResources/Fontes/X.Template-font-stencil.ttf') format('truetype');
  }

  .cc-webring-widget.cc-inverted {
    width: 200px;
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: 'CC_T', Arial, sans-serif;
    box-sizing: border-box;
  }

  .cc-webring-widget.cc-inverted .cc-title {
    font-family: 'CC_H', Impact, sans-serif;
    font-size: 1.2rem;
    color: #000000;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    transition: opacity 0.2s ease;
  }

  .cc-webring-widget.cc-inverted .cc-title:hover {
    opacity: 0.7;
  }

  .cc-webring-widget.cc-inverted .cc-divider {
    width: 100%;
    border: 0;
    border-top: 1px solid #000000;
    margin: 8px 0;
  }

  .cc-webring-widget.cc-inverted .cc-middle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
  }

  .cc-webring-widget.cc-inverted .cc-arrow-btn {
    background-color: #eeeeee;
    color: #000000;
    border: 1px solid #000000;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    transition: all 0.2s ease;
  }

  .cc-webring-widget.cc-inverted .cc-arrow-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }

  .cc-webring-widget.cc-inverted .cc-char-box {
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
  }

  .cc-webring-widget.cc-inverted .cc-char-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cc-webring-widget.cc-inverted .cc-random-btn {
    margin-top: 8px;
    width: 100%;
    background-color: #eeeeee;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px 0;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: all 0.2s ease;
    text-transform: uppercase;
  }

  .cc-webring-widget.cc-inverted .cc-random-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }