/* Base body styling for this template */
body.pc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Wrapper to center content */
#pc_wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
}

/* Card-style containers */
.pc-card {
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}

/* Top layout: left (image/title) + right (seller info) */
.pc-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pc-left,
.pc-right {
  flex: 1 1 300px;
}

/* Logo and part image */
#pcPartLogo {
  width: 100%;
  height: auto;
  display: block;
}

#pcPartImgD {
  text-align: center;
  margin-top: 10px;
}

#pcPartImg {
  max-width: 100%;
  height: auto;
}

/* Titles */
.it-sttl {
  font: bold 21px Arial, Helvetica, sans-serif;
  margin: 5px 0;
}

.it-ssttl {
  font-size: 12px;
  color: #777;
  margin: 0 0 5px;
  font-weight: normal;
}

/* Section headings */
h3 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font: bold 13px Arial, Helvetica, sans-serif;
  margin: 10px 0 6px;
  padding-bottom: 4px;
}

/* Bold utility */
.bold {
  font-weight: bold;
}

/* Bottom section */
.pc-bottom p {
  margin: 4px 0;
}

/* Make icons align nicely */
h3 img {
  vertical-align: middle;
  padding-bottom: 3px;
}
