.elementor-1519 .elementor-element.elementor-element-31423ea{--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-popup-modal-1519{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1519 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1519 .dialog-close-button{display:flex;}#elementor-popup-modal-1519 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* Overall container */
.ring-size-guide {
    max-width: 700px;
    margin: 10px auto;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* Section title */
.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

.section-title p {
    font-size: 14px;
    color: #666;
}

/* Guide content */
.guide-content {
    margin-bottom: 25px;
}

.guide-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.guide-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.guide-content li {
    margin-bottom: 6px;
    font-size: 14px;
}

.tip {
    background: #f8f8f8;
    padding: 10px 14px;
    border-left: 3px solid #d4af37;
    font-size: 13px;
}

/* Table */
.table-wrapper {
    overflow-x: auto;
}

.ring-size-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.ring-size-table th,
.ring-size-table td {
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.ring-size-table th {
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 600;
}

.ring-size-table tr:nth-child(even) {
    background: #fafafa;
}

/* Mobile */
@media (max-width: 768px) {
    .ring-size-guide {
        padding: 15px;
        font-size: 13px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .guide-content h3 {
        font-size: 16px;
    }

    .ring-size-table {
        font-size: 12px;
    }

    .ring-size-table th,
    .ring-size-table td {
        padding: 6px 8px;
    }
}/* End custom CSS */