/**
Theme Name: Astra Child
Author: YMLN
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
dl.variation {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 15px;
  max-width: 500px;
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 13px; /* 小一点 */
  line-height: 1.4;
}

dl.variation dt {
  font-weight: 600;
  color: #333;
  width: 120px; /* 左侧标题宽度更窄 */
  float: left;
  clear: left;
  padding: 4px 0;
}

dl.variation dd {
  margin-left: 125px; /* 跟 dt 对应 */
  padding: 4px 0;
  color: #555;
}

dl.variation dd p {
  margin: 0;
}

dl.variation dd img {
  max-width: 80px; /* 缩小预览图 */
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* 分割线紧凑 */
dl.variation dt, dl.variation dd {
  border-bottom: 1px solid #f5f5f5;
}
dl.variation dt:last-of-type,
dl.variation dd:last-of-type {
  border-bottom: none;
}
