.elementor-169388 .elementor-element.elementor-element-a8948d1{--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;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-169388 .elementor-element.elementor-element-3b5d487 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:16px;font-weight:700;color:#111111;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .neb-protected-content-message, .elementor-widget-divider .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-169388 .elementor-element.elementor-element-303001d{--divider-border-style:solid;--divider-color:#E4E4E4;--divider-border-width:1px;}.elementor-169388 .elementor-element.elementor-element-303001d .elementor-divider-separator{width:100%;}.elementor-169388 .elementor-element.elementor-element-303001d .elementor-divider{padding-block-start:2px;padding-block-end:2px;}.elementor-169388 .elementor-element.elementor-element-da7c5bd .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:15px;font-weight:700;color:#111111;}.elementor-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}#elementor-popup-modal-169388{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-169388 .dialog-message{width:680px;height:auto;}#elementor-popup-modal-169388 .dialog-close-button{display:flex;}#elementor-popup-modal-169388 .dialog-widget-content{border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-33caa13 *//* ── Ring Size Chart ─────────────────────────────────────────
   Paste into Appearance > Customize > Additional CSS
   or your child theme's style.css
──────────────────────────────────────────────────────────── */
.rsc-wrap {
    font-family: 'Montserrat', sans-serif;
    background: #f5f5f0;
    border-radius: 8px;
    padding: 15px 15px 15px;
    color: #222;
}

.rsc-steps {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    counter-reset: rsc-step;
}
.rsc-steps li {
    counter-increment: rsc-step;
    font-size: 13px;
    color: #111;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
    font-weight: 500;
}
.rsc-steps li::before {
    content: counter(rsc-step) ".";
    position: absolute;
    left: 0;
    color: #111;
}
.rsc-steps li span {
    color: #BC9B49;
}
.rsc-label {
    font-size: 12px;
    color: #111;
    margin: 0 0 8px;
}
.rsc-label--top {
    margin-top: 16px;
}
.rsc-label--bottom {
    margin: 6px 0 0;
}
.rsc-row {
    display: grid;
    gap: 5px;
    margin-bottom: 4px;
}
.rsc-row--12 { grid-template-columns: repeat(12, 1fr); }
.rsc-row--6  { grid-template-columns: repeat(6,  1fr); }
.rsc-cell {
    background: #FFF4D8;
    border-radius: 4px;
    text-align: center;
    padding: 9px 2px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}
.rsc-divider {
    border: none;
    border-top: 1.5px solid #ccc;
    margin: 5px 0 5px;
}
.rsc-size {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 2px 0;
}
@media (max-width: 480px) {
    .rsc-wrap      { padding: 14px 14px 12px; }
    .rsc-cell      { font-size: 11px; padding: 7px 1px; }
    .rsc-size      { font-size: 12px; }
    .rsc-steps li  { font-size: 12px; }
}/* End custom CSS */