.elementor-8196 .elementor-element.elementor-element-70efa6e{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-33f21dc */.affiliate-disclosure {
  background: #fff3f6;
  border-left: 4px solid #e91e63;
  padding: 12px;
  margin: 12px 0 20px;
  font-size: 0.97em;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
}

.credit {
  color: #666;
  font-style: italic;
}

.author-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0;
}

.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th, td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background: #f0f0f0;
  font-weight: bold;
}

h1, h2, h3 {
  color: #333;
}

ul, ol {
  padding-left: 20px;
}

a {
  color: #d6336c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}





/* Responsive wrapper */
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

/* Main table styling */
.beauty-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Header */
.beauty-table thead {
  background-color: #ffe6eb; /* soft pink tone */
}

.beauty-table th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

/* Body cells */
.beauty-table td {
  padding: 12px 16px;
  border-top: 1px solid #f3f3f3;
  color: #555;
  line-height: 1.6;
  vertical-align: top;
}

/* Zebra effect for readability */
.beauty-table tr:nth-child(even) td {
  background: #fafafa;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .beauty-table {
    width: 700px; /* keeps horizontal scroll easy */
  }
}

/* Optional hover effect */
.beauty-table tbody tr:hover {
  background: #fff5f7;
  transition: background 0.3s ease;
}/* End custom CSS */