@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body,html {font-family: 'Raleway', sans-serif!important;}

/* ==== Printer Finder Styling ==== */
.printer_module_div_42704 {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.printer_module_div_42704:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* Layout refinement */
.printer_module_div_42704 .d-flex {
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
}

/* Left column text */
.printer_module_div_42704 p {
  margin-bottom: 0.4rem;
}

.printer_module_div_42704 p:first-child {
  font-size: 2rem;           /* slightly smaller */
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.printer_module_div_42704 p.text-muted {
  font-size: 1.05rem;
  color: #666;
}

/* Dropdowns */
.printer_module_div_42704 select,
.printer_module_div_42704 .chosen-container {
  width: 100% !important;
  font-size: 0.95rem;
}

.printer_module_div_42704 hr {
  margin: 0.75rem 0;
}

/* Button */
.printer_module_div_42704 .btn-primary {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6rem;
  border-radius: 8px;
}

/* Image styling */
.printer_module_div_42704 img {
  max-width: 90%;
  height: auto;
  padding: 1rem;
  border-radius: 8px;
  object-fit: contain;
}

/* Responsive behaviour */
@media (max-width: 992px) {
  .printer_module_div_42704 .d-flex {
    flex-direction: column;
    padding: 1.25rem;
  }

  .printer_module_div_42704 .col-md-7,
  .printer_module_div_42704 .col-md-5 {
    width: 100%;
    text-align: center;
  }

  .printer_module_div_42704 img {
    max-width: 70%;
    margin: 1rem auto 0;
  }

  .printer_module_div_42704 p:first-child {
    font-size: 1.6rem;
  }

  .printer_module_div_42704 p.text-muted {
    font-size: 0.95rem;
  }
}

