.cdw-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 1.4rem;
  }
  .cdw-label {
    text-align: center;
    color: #b9c7e4;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .cdw-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    flex: 0 0 auto;
    transition: background 0.15s ease, transform 0.15s ease;
  }
  .cdw-icons a:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-2px); }
  .cdw-icons svg { display: block; width: 18px; height: 18px; }
