.pc-ebay-feature {
    margin: 20px 0;
    padding: 16px 18px;
    border: 2px solid #cc0000;
    border-radius: 6px;
    background: #fff8e8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    font-family: Arial, Helvetica, sans-serif;
  }

  .pc-ebay-feature-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }

  .pc-ebay-feature-title {
    font-size: 20px;
    font-weight: bold;
    color: #cc0000;
    text-transform: uppercase;
  }

  .pc-ebay-badge {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 2px 8px;
    border-radius: 12px;
    background: #cc0000;
    color: #fff;
  }

  .pc-ebay-feature-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .pc-ebay-logo-text {
    font-weight: bold;
    font-size: 16px;
  }
  .pc-ebay-logo-text .e { color: #e53238; } /* red */
  .pc-ebay-logo-text .b { color: #0064d2; } /* blue */
  .pc-ebay-logo-text .a { color: #f5af02; } /* yellow */
  .pc-ebay-logo-text .y { color: #87b817; } /* green */

  .pc-ebay-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .pc-ebay-btn {
  display: inline-block;
  padding: 8px 14px;
  background: #cc0000;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  }

  .pc-ebay-btn:hover {
  background: #990000 !important;
  color: #ffffff !important;  /* FIXED */
  text-decoration: underline;
  }


  .pc-ebay-note {
    font-size: 12px;
    color: #666;
  }

  @media (max-width: 620px) {
    .pc-ebay-feature-title {
      font-size: 18px;
    }
  }