/* Match the exact PH icon used in the main sidebar, scaled only to the existing card slot. */
.mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1 {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #4ec2bc, #147a83);
  box-shadow: 0 13px 40px rgba(20, 122, 131, .28);
  font-family: inherit;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
}

.mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1::after {
  display: none;
}

.mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1 span {
  position: relative;
  z-index: 1;
  font: inherit;
  letter-spacing: inherit;
}

.mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1 img {
  display: none !important;
}

@media (max-width: 640px) {
  .mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1 {
    border-radius: 17px;
    font-size: 19px;
    box-shadow: 0 10px 30px rgba(20, 122, 131, .28);
  }
}