* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.lpcd_hide_it {
  display: none;
}
.lpcd_card_designs {
  background: white;
  padding: 20px;
  border-radius: 0.3rem;
}
.lpcd_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 30px 0px;
}
.lpcd_welcome_wrapper.lpcd_card_designs h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  margin: 0px;
}
.lpcd_available_cards_design.lpcd_card_designs h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  margin: 0px 0px 30px 0px;
}
.lpcd_copy_code_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  background: #e8e8e8;
  padding: 10px;
}
.lpcd_copy_code_wrapper .lpcd_copy_icons img,
.lpcd_copy_code_wrapper .lpcd_copy_icons {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.lpcd_copy_code_wrapper .lpcd_shortcode h6 {
  margin: 0px;
  font-size: 16px;
}
.card_design_thumbail {
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 0.3rem;
}
.card_design_thumbail img {
  width: 100%;
  object-fit: contain;
  height: 300px;
  border-radius: 0.3rem;
}
.lpcd_cards_wrappers {
  display: flex;
  align-items: center;
  gap: 25px;
}
.lpcd_each_cards {
  width: 300px;
}
.card_design_shortcode h5 {
  font-size: 18px;
  text-align: center;
  margin: 15px 0px;
}
.lpcd_welcome_wrapper.lpcd_card_designs p {
  font-size: 18px;
  margin: 10px 0px;
  line-height: 1.5;
}
