/* Prosperity Business subpage logo refresh — 2026-09-17 */

.pp-business-logo-frame {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(100%, 336px);
  padding: 10px !important;
  background: #ffffff !important;
  border: 3px solid #ffffff !important;
  border-radius: 18px !important;
  box-shadow:
    0 0 0 1px rgba(209, 168, 22, 0.9),
    0 14px 38px rgba(0, 0, 0, 0.38) !important;
  line-height: 0;
  overflow: hidden;
}

.pp-business-logo-frame img {
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 310px !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 11px;
}

@media (max-width: 640px) {
  .pp-business-logo-frame {
    width: min(86vw, 288px);
    padding: 8px !important;
    border-radius: 15px !important;
  }

  .pp-business-logo-frame img {
    max-width: 266px !important;
    border-radius: 9px;
  }
}
