   .content h1 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.4;
  }

  .content h2 {
    font-size: 22px;
    font-weight: bold;
    color: #003366;
    border-left: 6px solid #003366;
    padding-left: 12px;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.5;
  }

  .table-manner {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
  }
  .table-manner th, .table-manner td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
    font-size: 16px;
  }
  .table-manner th {
    background-color: #f0f0f0;
  }

  .flower-tips {
    background-color: #fdf9f3;
    border-left: 6px solid #999;
    padding: 1em;
    margin: 1em 0;
    font-size: 16px;
  }

  .faq-box {
    background-color: #f8f8f8;
    padding: 1.5em;
    border-radius: 8px;
    margin: 2em 0;
    font-size: 16px;
  }
  .faq-box h3 {
    font-size: 16px;
    margin-bottom: 0.5em;
    color: #003366;
  }
  .faq-box p {
    margin-bottom: 1.2em;
  }

  .btn-product-link {
    display: inline-block;
    background-color: #003366;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    margin: 1em 0;
  }
  .btn-product-link:hover {
    background-color: #002244;
  }

  .related-links {
    list-style-type: disc;
    margin-left: 1.5em;
    font-size: 16px;
  }
  .related-links li {
    margin-bottom: 0.6em;
  }
/*# sourceMappingURL=flower-manner.css.map */
