.bundle-offer-section {
  margin: 60px auto;
  max-width: 800px;
  text-align: center;
}

.bundle-section-title {
  font-size: 2em;
  margin-bottom: 0.3em;
  color: #2a323f;
}

.bundle-section-subtitle {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 30px;
}

.bundle-rm-container {
  height: auto;
  min-height: 650px;
}

.bundle-logo {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background: #323b4c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  box-shadow: 
    0 0 0 3px #fff, 
    0 0 0 4px #e6b741, 
    0 0 0 5px #fff, 
    0 0 0 6px #e6b741, 
    0 0 0 7px #fff, 
    0 0 0 8px #e6b741;
}

.bundle-buy-btn {
  display: inline-block;
  background: #e6b741;
  color: #323b4c;
  padding: 10px 25px;
  margin-top: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.bundle-buy-btn:hover {
  background: #d4a534;
  color: #fff;
  text-decoration: none;
}

.bundle-buy-all {
  background: #323b4c;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  display: block;
  width: 80%;
  margin: 20px auto 0;
}

.bundle-buy-all:hover {
  background: #1f2532;
}

.rm-order .bundle-buy-btn {
  float: none;
  clear: both;
}

.rm-content dl dt {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #323b4c;
}

.rm-content dl dd {
  font-size: 13px;
  padding: 4px 5px 15px;
  line-height: 17px;
  color: #555;
}

.rm-content h4 {
  font-family: 'Arvo', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  color: #323b4c;
  border-bottom: 4px double #323b4c;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #E6B741;
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  .bundle-rm-container {
    height: auto;
  }
  .bundle-rm-container .rm-wrapper > div > div {
    margin-bottom: 10px;
  }
}
