/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 06:02:42 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

<style>
/* ==== iPhone 17 Pro Max spec layout ==== */
.mr-iphone17pro-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 15px;
}

.mr-iphone17pro-features {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
	color: #000;
}

.mr-iphone17pro-features li {
  margin-bottom: 10px;
	font-weight: 600;
}

.mr-iphone17pro-features li b {
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
}

.mr-iphone17pro-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin: 40px 0 0px;
	color: #000;
}

/* spec table */
.mr-iphone17pro-specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
	color: #000;
}

.mr-iphone17pro-row {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
	min-height: 80px;
}

.mr-iphone17pro-label {
    width: 26%;
    min-width: 140px;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 14px 18px;
    font-weight: 800;
    border-right: 1px solid #ececec;
}

.mr-iphone17pro-value {
  flex: 1;
  padding: 14px 18px;
  font-weight: 600;
  align-self: center;
}

/* mobile */
@media (max-width: 768px) {
  .mr-iphone17pro-row {
    flex-direction: column;
  }
  .mr-iphone17pro-label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
</style>

