/* Table Layout */
.ri-insurance-row th {
    vertical-align: middle;
}

/* Add Button */
.ri-toggle-btn.ri-add {
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    color: #e5c86d;
    border-bottom: 1px solid #e5c86d;
}
.ri-toggle-btn.ri-add:hover {
    color: #005177;
    border-bottom: 1px solid #005177;
}

/* Remove Button */
.ri-toggle-btn.ri-remove {
    color: #dc3232;
    font-size: 0.85em;
    margin-left: 5px;
    text-decoration: none;
    cursor: pointer;
}
.ri-toggle-btn.ri-remove:hover {
    text-decoration: underline;
}

/* Active Text */
.ri-added-text {
    font-weight: 600;
    color: #46b450;
}

/* Loader */
.ri-loader {
    font-size: 12px;
    font-style: italic;
    color: #666;
    margin-left: 5px;
}

/* Shortcode Block Layout */
.ri-insurance-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 14px;
}

/* .ri-label styling removed to inherit theme styles */