/*
Theme Name: Bookland-Child
Theme URI: https://bookland.wprdx.com/demo
Author: DexignZone
Author URI: https://themeforest.net/user/dexignzone/portfolio
Description: Bookland is a multipurpose theme specially built for a bookstore, publishing service business or book-author official website. Every pages come with multiple layouts and useful features to give you more options in customization.
Version: 1.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: bookland
Text Domain: bookland-child
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.product-code-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.product-code-container img {
  max-width: 180px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px;
  background: #fff;
}
ul.detail-list .custom-book-fields p:nth-of-type(2),
ul.detail-list .custom-book-fields p:nth-of-type(3),
ul.detail-list .custom-book-fields p:nth-of-type(4) {
  display: none;
}
