.affl-seal-placeholder {
    aspect-ratio: 1 / 1;
    border: 2px solid #c3c3c3;
    background-color: white;
    color: #777;
    max-width: 350px;
  }

  .affl-seal-mode-small {
    width: 180px;
  }
  
  .affl-seal-main {
    padding: 5px 10px;
    padding-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 50px);
  }
  
  .affl-seal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    margin-bottom: 10px;
  }
  
  .affl-seal-header .affl-seal-favicon {
    height: 16px;
    margin-right: 3px;
  }
  
  .affl-seal-title {
    color: white;
    font-size: 10px;
    line-height: normal;
  }
  
  .affl-seal-custom-text {
    font-size: 14px;
    line-height: 10px;
  }
  
  .affl-seal-predicate-text {
    font-size: 23px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px auto;
  }
  
  .affl-seal-german-flag-stripes {
    display: flex;
    height: 5px;
  }
  
  .affl-seal-german-flag-stripes span {
    width: 100%;
  }
  
  .affl-seal-german-flag-stripe-black {
    background-color: #171717;
  }
  
  .affl-seal-german-flag-stripe-red {
    background-color: #bb0708;
  }
  
  .affl-seal-german-flag-stripe-yellow {
    background-color: #e6b010;
  }
  
  .affl-seal-rating-section {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  
  .affl-seal-placeholder .affl-seal-rating-score {
    font-weight: bold;
    font-size: 21px;
    margin: 0 auto;
  }
  
  .affl-seal-placeholder .affl-seal-rating-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    border-left: 1px solid #C3C3C3;
    padding-left: 10px;
    margin-left: 0;
    line-height: 16px;
    /* 70% height border */
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 15%, #C5C5C5 15%,#C5C5C5 85%,rgba(0,0,0,0) 85%);
    border-image-slice: 1;
  }
  
  .affl-seal-rating-text-pre {
    font-size: 10px;
  }
  
  .affl-seal-rating-text {
    font-size: 10px;
    font-weight: bold;
  }
  
  .affl-seal-star-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    gap: 7px;
    filter: hue-rotate(15deg) contrast(1.3) saturate(0.8);
  }
  
  .affl-seal-short-title {
    font-size: 12px;
    font-weight: bold;
  }
  
  .affl-seal-footer {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }
  
  .affl-seal-placeholder .affl-seal-product-link,
  .affl-seal-placeholder .affl-seal-product-link:link,
  .affl-seal-placeholder .affl-seal-product-link:focus,
  .affl-seal-placeholder .affl-seal-product-link:active,
  .affl-seal-placeholder .affl-seal-product-link:visited {
    font-size: 8px;
    font-weight: 200;
    line-height: 1.1;
    color: #aaa;
    text-decoration: none;
  }
  
  .affl-seal-placeholder .affl-seal-product-link:hover {
    filter: brightness(0.8);
  }
  
  .affl-seal-current-date {
    font-size: 12px;
    font-weight: bold;
  }
