
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
  }
  a {
    color: #CD6832;
    text-decoration: none;
  }
  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
  }
  h1, h2 {
    color: #CD6832;
  }
  .intro {
    margin-bottom: 30px;
  }
  .watch-block {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #fafafa;
  }
  .watch-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .watch-header h3 {
    margin: 0;
    font-size: 1.2em;
  }
  .price {
    font-weight: bold;
    color: #CD6832;
    font-size: 1.1em;
  }
  .watch-specs {
    margin-top: 10px;
    font-size: 0.95em;
    color: #555;
  }
  .watch-specs p {
    margin: 4px 0;
  }
  @media screen and (max-width: 600px) {
    .watch-header {
      flex-direction: column;
      align-items: flex-start;
    }
    .watch-header h3, .price {
      margin-bottom: 5px;
    }
  }
