.elementor-485 .elementor-element.elementor-element-8ed557d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-485 .elementor-element.elementor-element-5ad8c65{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c5e9b37 *//* Elementor Light Theme Styles for Smart Ring Blog Post */

.sr-blog-wrapper {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.sr-header {
  text-align: center;
  margin-bottom: 40px;
}

.sr-main-title {
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
}

.sr-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #44a2f5;
  margin-top: 10px;
  font-weight: 500;
}

.sr-section {
  margin-bottom: 50px;
}

.sr-heading {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #44a2f5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.sr-subheading {
  color: #44a2f5;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sr-text {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #4f4f4f;
}

/* Image Styling */
.sr-image-container {
  margin: 35px 0;
  text-align: center;
}

.sr-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
}

.sr-caption {
  font-size: 0.9rem;
  color: #888888;
  margin-top: 10px;
  font-style: italic;
}

/* Table Styling */
.sr-table-responsive {
  overflow-x: auto;
  margin: 30px 0;
}

.sr-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sr-table th, 
.sr-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}

.sr-table th {
  background-color: #44a2f5;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1rem;
}

.sr-table tr:last-child td {
  border-bottom: none;
}

.sr-table tbody tr:hover {
  background-color: #f4f9ff;
}

/* Blockquote Styling */
.sr-quote {
  background-color: #f4f9ff;
  border-left: 5px solid #44a2f5;
  padding: 20px 25px;
  margin: 40px 0;
  border-radius: 0 8px 8px 0;
  font-size: 1.15rem;
  color: #2c3e50;
  font-style: italic;
}

.sr-quote strong {
  color: #44a2f5;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
  font-style: normal;
}

/* List Styling */
.sr-product-card {
  background: #fdfdfd;
  border: 1px solid #eeeeee;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.sr-product-card:hover {
  box-shadow: 0 8px 25px rgba(68, 162, 245, 0.08);
  transform: translateY(-2px);
}

.sr-list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.sr-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #4f4f4f;
}

.sr-list li::before {
  content: '•';
  color: #44a2f5;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -4px;
}

.sr-highlight {
  font-weight: 700;
  color: #1a1a1a;
}

.sr-con {
  font-weight: 700;
  color: #e74c3c;
}

/* Numbered List */
.sr-numbered-list {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
}

.sr-numbered-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 1.1rem;
  color: #4f4f4f;
}

.sr-numbered-list li::before {
  counter-increment: custom-counter;
  content: counter(custom-counter);
  background-color: #44a2f5;
  color: white;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.sr-conclusion {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 12px;
  border-top: 4px solid #44a2f5;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .sr-main-title { font-size: 2rem; }
  .sr-heading { font-size: 1.5rem; }
  .sr-table th, .sr-table td { padding: 12px 10px; font-size: 0.95rem; }
  .sr-conclusion { padding: 25px; }
}/* End custom CSS */