.kinguin_panel {
  display: none;
  &--table {
    table {
      width: 100%;
      border-collapse: collapse;
      color: #333;
      thead {
        tr {
          border-bottom: 1px solid #eee;
          th {
            padding: 11px;
            text-align: left;
          }
        }
      }
      tbody {
        tr {
          td {
            padding: 11px;
          }
          &:nth-child(odd) {
            td {
              background-color: #f6f7f7;
            }
          }
        }
      }
    }
  }
  &--requirements {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    padding: 10px;
    .system {
      border: 1px solid #eee;
      padding: 10px;
      background-color: #fafafa;
      h1 {
        font-size: 16px;
        font-weight: 600;
      }
    }
  }
}

#_activationDetails {
  min-height: 150px;
}

#woocommerce-product-data ul.wc-tabs li.kinguin_offers_tab a::before {
  content: "\f174";
}

#woocommerce-product-data ul.wc-tabs li.kinguin_details_tab a::before {
  content: "\f348";
}

#woocommerce-product-data ul.wc-tabs li.system_requirements_tab a::before {
  content: "\f107";
}